KoolTimePicker Class [Javascript]
Summary
Properties | Description | |
id | Get the id of KoolTimePicker. |
Methods | Description | |
get_value | Get the input value of KoolTimePicker. | |
show_timepicker | Open the time picker. | |
registerEvent | Register an client-side event. |
Methods Detail
get_valueTop
string get_value()
Get the input value of KoolTimePicker.
Supported from version: 1.0.0.0
registerEventTop
void registerEvent(string eventName, function handleEvent)
Register an client-side event.
Supported from version: 1.0.0.0