ERMDDatePicker Class Reference
Inherits
er::directtoweb::components::ERDCustomEditComponent.
List of all members.
Detailed Description
D2WEditComponent based on ERMDatePicker.
formatter - string - date format string datePickerDragDisabled - boolean - disable dragging on date picker datePickerCssFile - string - file for alternate css file (default is datepicker.css) datePickerCssFramework - string - framework for alternate css file (default is ERModernDirectToWeb) datePickerConstrainSelection - boolean - when fillGrid is enalbed, constrain selection to current month. datePickerFillGrid - boolean - fill the complete grid not just current month. datePickerFinalOpacity - number - Final calendar overlay opacity (20 - 100) datePickerDisabledDays - string - Identifies any days on calendar that are disabled (format: [0,0,0,0,0,1,1]) datePickerDisabledDates - string - Range of disabled dates (YYYYMMDD:YYYYMMDD or YYYYMMDD if single date) datePickerEnabledDates - string - Range of enabled dates (YYYYMMDD:YYYYMMDD or YYYYMMDD if single date) datePickerHighlightDays - string - Identifies what days are highlighted on calendar (format: [1,1,0,0,0,0,0]) datePickerNoFadeEffect - boolean - disables fade in/out animation datePickerNoTodayButton - boolean - hides 'Today' button datePickerRangeLow - string - specifies earliest selectable date (format: YYYYMMDD) datePickerRangeHigh - string - specifies latest selectable date (format:YYYYMMDD) datePickerHideInput - boolean - hide the input field (don't use if hideControl is true) datePickerHideControl - boolean - hide the calendar button (don't use if hideInput is true)
- Author:
- david
Constructor & Destructor Documentation
Member Function Documentation
| Boolean constrainSelection |
( |
|
) |
|
ERMDatePicker option: should selection be constrained to current month (if fill grid is true)
- Returns:
ERMDatePicker option: name of the custom css file framework
- Returns:
| String dateReadableDescription |
( |
|
) |
|
Convenience accessor for the readable date format description
- Returns:
ERMDatePicker option: array (string in js format) of disabled days of the week (i.e: [0,0,0,0,0,1,1])
- Returns:
ERMDatePicker option: fill the entire grid, not just the current month
- Returns:
Format string for the date text fields
- Returns:
ERMDatePicker option: array (string in js format) of highlighted days of the week
- Returns:
| Boolean noTodayButton |
( |
|
) |
|
| void setFormatter |
( |
String |
formatter |
) |
|
Member Data Documentation
The documentation for this class was generated from the following file:
- /opt/source/Wonder/Frameworks/D2W/ERModernDirectToWeb/Sources/er/modern/directtoweb/components/ERMDDatePicker.java