ComponentOne Studio - Cloud Business App Edition
InputTime

The InputTime control enables end users to enter a time of the day in a format supported by the Globalize class, through a Cloud Business application based on Lightswitch. Developers can customize the control to enable end-users select time from a drop-down list. The Min and Max properties control the time entered by the end-users. Additionally, Mask property lets the developer set a mask while the user is editing the time.

Example Title
Copy Code
myapp.InputTime.RequiredDate1_render = function (element, contentItem)
{
        var input = new c1.cba.Input($(element), contentItem);
};

 

 


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

Documentation Feedback  |  Product Support Forum