[]
        
(Showing Draft Content)

wjInputMask Class

wjInputMask Class

KnockoutJS binding for the InputMask control.

Use the wjInputMask binding to add InputMask controls to your KnockoutJS applications. For example:

<p>Here is an InputMask control:</p>
<div data-bind="wjInputMask: {
  mask: '99/99/99',
  promptChar: '*' }">
</div>

The wjInputMask binding supports all read-write properties and events of the InputMask control. The value property provides two-way binding mode.

Heirarchy

  • WjBinding
    • wjInputMask