[]
        
(Showing Draft Content)

wjCalendar Class

wjCalendar Class

KnockoutJS binding for the Calendar control.

Use the wjCalendar binding to add Calendar controls to your KnockoutJS applications. For example:

<p>Here is a Calendar control:</p>
<div
  data-bind="wjCalendar: { value: theDate }">
</div>

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

  • value
  • displayMonth

Heirarchy

  • WjBinding
    • wjCalendar