ComponentOne Studio - Cloud Business App Edition
InputDate

The InputDate control allows end-users to enter or edit dates in a format supported by Globalize class. This enables the developers to prevent accidental wrong date entries provided by the end users. The control can be customised to display a drop-down button, that opens a Calendar control on being clicked.

Isml.js
Copy Code
myapp.InputDate.InputDate_render = function (element, contentItem)
{
                var input = new c1.cba.Input($(element), contentItem);
};

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Documentation Feedback  |  Product Support Forum