cDatePicker, cDBDatePicker
A date select box.
Properties
|
Description |
autoClose |
Autoclose the dialog automatically after selecting date |
backgroundColor |
Bootstrap color of the background |
dataField |
(DB) Name of the table field |
dataSource |
(DB) Data source |
datesdisabled |
under development |
daysofweekdisabled |
under development |
daysofweekhighlighted |
under development |
fieldcolumnwidth |
Horizontal width in bootstrap units |
form |
The form, the field applies to |
format |
Date format (i..e dd-mm-yyyy) |
inheritdatesettingsfromroot |
Inherits the settings from the root component |
inputsize |
Input size of the field (inherit is value from formsettings) |
label |
label to display |
labelBackgroundColor |
Bootstrap color of the background |
labelColor |
Bootstrap color of the label (font) |
labelPosition |
Position of the label |
maxViewMode |
format of date display |
minViewMode |
format of date display |
multiDate |
select more dates in the same setting |
multidateSeparator |
The separator to use between the selected dates |
orientation |
Orientatie dropdown |
phpDateFormat |
Y-m-d |
placeholder |
text in empty field |
readonly |
|
showclearbutton |
|
startview |
Initial view of the popup |
textcolor |
Bootstrap color of the text |
todayButton |
How visible, default linked |
todayHighlight |
Highlights current date |
type |
Appearance of popup |
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 |