Class
caplin.presenter.control.datefield

JQueryDatePickerControlAdaptor

The class has been deprecated and may be removed in future releases.
A control adaptor that allows the JQuery Calendar control to be used to render instances of caplin.presenter.node.DateField within presenter.

The JQuery date picker control has the logical name jquery-date-picker, and can be used within templates as follows:

  <span data-bind="value:dateFieldProperty, control:'jquery-date-picker'"></span>

Constructor Summary

Attributes Name and Description
caplin.presenter.control.datefield.JQueryDatePickerControlAdaptor()

This class is constructed by presenter automatically on your behalf.

Methods implemented from class caplin.presenter.control.ControlAdaptor:
destroy, getElement, onViewReady, setElement, setOptions, setPresentationNode

Constructor Detail

caplin.presenter.control.datefield.JQueryDatePickerControlAdaptor()

This class is constructed by presenter automatically on your behalf.

Deprecated
This class has been deprecated. Please use caplin.presenter.control.datefield.JQueryDatePickerControl instead.