|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DatePickerOptions | |
|---|---|
| org.wicketstuff.jquery.datepicker | |
| Uses of DatePickerOptions in org.wicketstuff.jquery.datepicker |
|---|
| Methods in org.wicketstuff.jquery.datepicker that return DatePickerOptions | |
|---|---|
DatePickerOptions |
DatePickerOptions.allowDateInPast(boolean allowInPast,
String datePattern)
allowing (or not) selection of Date in paste (default : false) |
DatePickerOptions |
DatePickerOptions.clickInput(boolean v)
clickInput (Boolean): If the matched element is an input type="text" and this option is true then clicking on the input will cause the date picker to appear. |
DatePickerOptions |
DatePickerOptions.closeOnSelect(boolean v)
closeOnSelect (Boolean): Whether to close the date picker when a date is selected. |
DatePickerOptions |
DatePickerOptions.createButton(boolean v)
createButton (Boolean): Whether to create a .dp-choose-date anchor directly after the matched element which when clicked will trigger the showing of the date picker. |
DatePickerOptions |
DatePickerOptions.displayClose(boolean v)
displayClose (Boolean): Whether to create a "Close" button within the date picker popup. |
DatePickerOptions |
DatePickerOptions.dynamicLocalizedMessages(boolean v)
|
DatePickerOptions |
DatePickerOptions.endDate(String v)
endDate (String): The last date that can be selected. |
DatePickerOptions |
DatePickerOptions.horizontalOffset(int v)
horizontalOffset (Number): The number of pixels offset from the defined horizontalPosition of this date picker that it should pop up in. |
DatePickerOptions |
DatePickerOptions.horizontalPosition(DatePickerOptions.HPos v)
horizontalPosition (Number): The horizontal alignment of the popped up date picker to the matched element. |
DatePickerOptions |
DatePickerOptions.hoverClass(String v)
hoverClass (String): The class to attach to each cell when you hover over it (to allow you to use hover effects in IE6 which doesn't support the :hover pseudo-class on elements other than links). |
DatePickerOptions |
DatePickerOptions.month(int v)
month (Number): The month to render when the date picker is opened (NOTE that months are zero based). |
DatePickerOptions |
DatePickerOptions.selectMultiple(boolean v)
selectMultiple (Boolean): Whether a user should be able to select multiple dates with this date picker. |
DatePickerOptions |
DatePickerOptions.showYearNavigation(boolean v)
showYearNavigation (Boolean): Whether to display buttons which allow the user to navigate through the months a year at a time. |
DatePickerOptions |
DatePickerOptions.startDate(String v)
startDate (String): The first date date can be selected. |
DatePickerOptions |
DatePickerOptions.verticalOffset(int v)
verticalOffset (Number): The number of pixels offset from the defined verticalPosition of this date picker that it should pop up in. |
DatePickerOptions |
DatePickerOptions.verticalPosition(DatePickerOptions.VPos v)
verticalPosition (Number): The vertical alignment of the popped up date picker to the matched element. |
DatePickerOptions |
DatePickerOptions.year(int v)
year (Number): The year to render when the date picker is opened. |
| Constructors in org.wicketstuff.jquery.datepicker with parameters of type DatePickerOptions | |
|---|---|
DatePickerBehavior(DatePickerOptions options)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||