Properties |
|||||||||||
autoSwitchToMinutes | Boolean | ||||||||||
Sets or gets whether after selecting hours, the element will automatically switch to minute selection. Code examplesSet the
Get the
|
|||||||||||
disabled | Boolean | false | |||||||||
Enables or disables the jqxTimePicker. Code examplesSet the
Get the
|
|||||||||||
footer | Boolean | ||||||||||
Sets or gets whether the footer is shown. Code examplesSet the
|
|||||||||||
footerTemplate | String/HTMLTemplateElement | ||||||||||
Sets or gets the footer template. The value of this property can be the id of an HTMLTemplateElement or the HTMLTemplateElement itself. If set to null, a default, empty, template is applied. See footer property. |
|||||||||||
format | String | 12-hour | |||||||||
Sets or gets the whether hour selection format is using a 12-hour or 24-hour clock convention. Possible Values:
Code examplesSet the
Get the
|
|||||||||||
height | Number/String | 500 | |||||||||
Sets or gets the jqxTimePicker's height. Code examples:Set the
Get the
|
|||||||||||
minuteInterval | Number | 1 | |||||||||
Sets or gets the step when selecting minutes. Code examplesSet the
Get the
|
|||||||||||
name | String | ||||||||||
The name of the control. |
|||||||||||
readonly | Boolean | ||||||||||
Disables user interaction with the element. Code example:
|
|||||||||||
selection | String | hour | |||||||||
Sets or gets whether hour or minute selection is currently enabled. Possible Values:
Code examples:
Set the
Get the
|
|||||||||||
theme | String | ||||||||||
Determines the theme. Theme defines the look of the element. Sets the widget's theme. jQWidgets uses a pair of css files - jqx.base.css and jqx.[theme name].css. The base stylesheet creates the styles related to the widget's layout like margin, padding, border-width, position. The second css file applies the widget's colors and backgrounds. The jqx.base.css should be included before the second CSS file. In order to set a theme, you need to do the following:
|
|||||||||||
unfocusable | Boolean | ||||||||||
If is set to true, the element cannot be focused. Code example:
|
|||||||||||
value | Date | new Date() | |||||||||
Sets or gets the value. Code examples:
Set the
Get the
|
|||||||||||
view | String | portrait | |||||||||
Sets or gets whether the element is in landscape or portrait orientation. Possible Values:
Code example:
|
|||||||||||
width | Number/String | 500 | |||||||||
Sets or gets the jqxTimePicker's width. Code examples:Set the
Get the
|
|||||||||||
Events |
|||||||||||
change | Event | ||||||||||
This event is triggered when the value is changed. Code example:
|
|||||||||||
Methods |
|||||||||||
setHours | Method | ||||||||||
Sets the hours.
Return Value None Code example:
Invoke the
|
|||||||||||
setMinutes | Method | ||||||||||
Sets the minutes.
Return Value None Code example:
Invoke the
|