[]
        
(Showing Draft Content)

wjInputTime Class

wjInputTime Class

KnockoutJS binding for the InputTime control.

Use the wjInputTime binding to add InputTime controls to your KnockoutJS applications. For example:

<p>Here is an InputTime control:</p>
<div data-bind="wjInputTime: {
  min: new Date(2014, 8, 1, 9, 0),
  max: new Date(2014, 8, 1, 17, 0),
  step: 15,
  format: 'h:mm tt',
  value: theDate }">
</div>

The wjInputTime binding supports all read-write properties and events of the InputTime control. The following properties provide two-way binding mode:

  • isDroppedDown
  • text
  • selectedIndex
  • selectedItem
  • selectedValue
  • value

Heirarchy