The jQuery date picker control is aliased by br.date-picker, and can be used within templates as follows:
<span data-bind="controlNode:dateFieldProperty, control:'br.date-picker'"></span>
You can also use a hidden input element and avoid having an extra container element:
<input type="hidden" data-bind="controlNode:dateFieldProperty, control:'br.date-picker'"/>
Attributes | Name and Description |
---|---|
|
caplin.presenter.control.datefield.JQueryDatePickerControl()
This class is constructed by presenter automatically on your behalf. |
►
caplin.presenter.control.datefield.JQueryDatePickerControl()
This class is constructed by presenter automatically on your behalf.