cDateTimePicker, cDBDateTimePicker
A configurable date / time select box (date, time, date/time).
Properties
|
Description |
datetimeType |
type of edit |
dbDateFormat |
Result format |
dataField |
(DB) Name of the table field |
dataSource |
(DB) Data source |
Format |
Date time format of the field |
inheritDateSettingsFromRoot |
use the default settings |
label |
label to display |
labelBackgroundColor |
Bootstrap color of the background |
labelColor |
Bootstrap color of the label (font) |
labelPosition |
Position of the label |
phpDateFormat |
Y-m-d |
placeholder |
text in empty field |
readonly |
|
timeFormat |
|
value |
Formatted value of the field |
PHP Events
|
Description |
onBlur |
Triggers when the field gets focus (icw JS event) |
onChange |
Triggers when the value changes (icw JS event) |
onClick |
Triggers when the field looses focus (icw JS event) |
onFocus |
Triggers when the field gets focus (icw JS event) |
JavaScript Events
|
Description |
onBlur |
see Server events. Javascript placeholder to trigger the Server event |
onChange |
see Server events. Javascript placeholder to trigger the Server event |
onClick |
see Server events. Javascript placeholder to trigger the Server event |
onFocus |
see Server events. Javascript placeholder to trigger the Server event |