List of the DatePicker properties
Checkbox APIâ Checkbox methodsâ Name Description blur() removes focus from a Checkbox control clear() clears a value of a Checkbox control clearValidate() clears validation of a Checkbox control destructor() removes a Checkbox instance and releases the occupied resources disable() disables a Checkbox control on a page enable() enables a disabled Checkbox control focus() sets focus to a control getProperties() returns an object with the available configuration attributes of the control getValue() returns the current value/state of a Checkbox control hide() hides a Checkbox control isChecked() checks whether a Checkbox control is checked isDisabled() checks whether a Checkbox control is disabled isVisible() checks whether a Checkbox control is visible on the page setProperties() allows changing available configuration attributes of the control dynamically setValue() sets the state for a Checkbox control show() shows a Checkbox control on the page validate() validates a Checkbox control Checkbox eventsâ Name Description afterChangeProperties fires after configuration attributes of the control have been changed dynamically afterHide fires after a control is hidden afterShow fires after a control is shown afterValidate fires after the control value is validated beforeChange fires before changing the value of a control beforeChangeProperties fires before configuration attributes of the control are changed dynamically beforeHide fires before a control is hidden beforeShow fires before a control is shown beforeValidate fires before the control value is validated blur fires when a Checkbox control has lost focus change fires on changing the value of a control focus fires when a Checkbox control has received focus keydown fires when any key is pressed and the Checkbox control is in focus Checkbox propertiesâList of the Checkbox properties
CheckboxGroup APIâ CheckboxGroup methodsâ Name Description blur() removes focus from a CheckboxGroup control clear() clears a value of a CheckboxGroup control clearValidate() clears validation of a CheckboxGroup control destructor() removes a CheckboxGroup instance and releases the occupied resources disable() disables a CheckboxGroup control or a specific element inside the control enable() enables a CheckboxGroup control or a specific element inside the control focus() sets focus to a checkbox of the CheckboxGroup control by its id getProperties() returns an object with the available configuration attributes of the control getValue() returns the current value/state of a checkbox(s) hide() hides either a checkbox of CheckboxGroup or the whole CheckboxGroup isChecked() checks whether a checkbox of the CheckboxGroup control is checked isDisabled() checks whether a CheckboxGroup control or a specific element inside the control is disabled isVisible() checks whether a CheckboxGroup control or a specific element inside the control is visible setProperties() allows changing the available configuration attributes of the control dynamically setValue() sets the value for a CheckboxGroup control show() shows either a checkbox of CheckboxGroup or the whole CheckboxGroup validate() validates a CheckboxGroup control CheckboxGroup eventsâ Name Description afterChangeProperties fires after configuration attributes of the control have been changed dynamically afterHide fires after a control or its checkbox is hidden afterShow fires after a control or its checkbox is shown afterValidate fires after the control value is validated beforeChange fires before changing the value of a control beforeChangeProperties fires before configuration attributes of the control are changed dynamically beforeHide fires before a control or its checkbox is hidden beforeShow fires before a control or its checkbox is shown beforeValidate fires before the control value is validated blur fires when a CheckboxGroup control has lost focus change fires on changing the value of a control focus fires when a CheckboxGroup control has received focus keydown fires when any key is pressed and a checkbox of the CheckboxGroup control is in focus CheckboxGroup propertiesâList of the CheckboxGroup properties
Properties of a Checkbox of CheckboxGroupâList of properties of a Checkbox of the CheckboxGroup control
Color Picker APIâ Color Picker methodsâ Name Description blur() removes focus from a ColorPicker control clear() clears a value of a ColorPicker control clearValidate() clears validation of a ColorPicker control destructor() removes a СolorPicker instance and releases the occupied resources disable() disables a ColorPicker control on a page enable() enables a disabled ColorPicker control focus() sets focus to a control getProperties() returns an object with the available configuration attributes of the control getValue() returns the current value of a ColorPicker control (in the Hex format) getWidget() returns the DHTMLX ColorPicker widget attached to a ColorPicker control hide() hides a ColorPicker control isDisabled() checks whether a ColorPicker control is disabled isVisible() checks whether a ColorPicker control is visible on the page setProperties() allows changing available configuration attributes of the control dynamically setValue() sets the value as a string (in the Hex format) for a ColorPicker control show() shows a ColorPicker control on the page validate() validates a ColorPicker control Color Picker eventsâ Name Description afterChangeProperties fires after configuration attributes of the control have been changed dynamically afterHide fires after a control is hidden afterShow fires after a control is shown afterValidate fires after the control value is validated beforeChange fires before changing the value of a control beforeChangeProperties fires before configuration attributes of the control are changed dynamically beforeHide fires before a control is hidden beforeShow fires before a control is shown beforeValidate fires before the control value is validated blur fires when a Colorpicker control has lost focus change fires on changing the value of a control focus fires when a Colorpicker control has received focus input fires when a user enters the value of a control in the input manually keydown fires when any key is pressed and the Colorpicker control is in focus Color Picker propertiesâList of the Colorpicker properties
Combo APIâ Combo methodsâ Name Description blur() removes focus from a Combo control clear() clears a value of a Combo control clearValidate() clears validation of a Combo control destructor() removes a combo instance and releases the occupied resources disable() disables a Combo control on a page enable() enables a disabled Combo control focus() sets focus to a control getProperties() returns an object with the available configuration attributes of the control getValue() returns IDs of options which are currently selected in the Combo control getWidget() returns the ComboBox widget attached to a Combo control hide() hides a Combo control isDisabled() checks whether a Combo control is disabled isVisible() checks whether a Combo control is visible on the page setProperties() allows changing available configuration attributes of the control dynamically setValue() sets the value for a Combo control show() shows a Combo control on the page validate() validates a Combo control Combo eventsâ Name Description afterChangeProperties fires after configuration attributes of the control have been changed dynamically afterHide fires after a control is hidden afterShow fires after a control is shown afterValidate fires after the control value is validated beforeChange fires before changing the value of a control beforeChangeProperties fires before configuration attributes of the control are changed dynamically beforeHide fires before a control is hidden beforeShow fires before a control is shown beforeValidate fires before the control value is validated blur fires when a Combo control has lost focus change fires on changing the value of a control focus fires when a Combo control has received focus keydown fires when any key is pressed and an option of the Combo control is in focus Combo propertiesâ Container APIâ Container methodsâ Name Description attach() attaches a DHTMLX widget into a Container control attachHTML() attaches an HTML content into a Container control disable() disables a Container control on a page enable() enables a Container control on a page getProperties() returns an object with the available configuration properties of the control and their values hide() hides a Container control isDisabled() checks whether a Container control is disabled isVisible() checks whether a Container control is visible on the page setProperties() allows changing available configuration properties of the Container control dynamically show() shows a Container control on the page Container eventsâ Name Description afterChangeProperties fires after properties of a Container control have been changed dynamically afterHide fires after a Container control is hidden afterShow fires after a Container control is shown beforeChangeProperties fires before properties of a Container control are changed dynamically beforeHide fires before a Container control is hidden beforeShow fires before a Container control is shown Container propertiesâList of the Container control properties
Fieldset APIâ Fieldset methodsâ Name Description destructor() removes a fieldset instance and releases the occupied resources disable() disables a Fieldset control on a page enable() enables a disabled Fieldset control forEach() allows iterating through all the nested items getProperties() returns an object with the available configuration attributes of the control hide() hides a Fieldset control isDisabled() checks whether a Fieldset control is disabled isVisible() checks whether a Fieldset control is visible on the page setProperties() allows changing available configuration attributes of the control dynamically show() shows a Fieldset control on the page Fieldset eventsâ Name Description afterChangeProperties fires after configuration attributes of the control have been changed dynamically beforeChangeProperties fires before configuration attributes of the control are changed dynamically Fieldset propertiesâList of the Fieldset control properties
Input APIâ Input methodsâ Name Description blur() removes focus from an Input control clear() clears a value of an Input control clearValidate() clears validation of an Input control destructor() removes an input instance and releases the occupied resources disable() disables an Input control on a page enable() enables a disabled Input control focus() sets focus to a control getProperties() returns an object with the available configuration attributes of the control getValue() returns the current value of an Input control hide() hides an Input control isDisabled() checks whether an Input control is disabled isVisible() checks whether an Input control is visible on the page setProperties() allows changing available configuration attributes of the control dynamically setValue() sets the value for an Input control show() shows an Input control on the page validate() validates an Input control Input eventsâ Name Description afterChangeProperties fires after configuration attributes of the control have been changed dynamically afterHide fires after a control is hidden afterShow fires after a control is shown afterValidate fires after the control value is validated beforeChange fires before changing the value of a control beforeChangeProperties fires before configuration attributes of the control are changed dynamically beforeHide fires before a control is hidden beforeShow fires before a control is shown beforeValidate fires before the control value is validated blur fires when an Input control has lost focus change fires on changing the value of a control focus fires when an Input control has received focus input fires when a user types some text in the input keydown fires when any key is pressed and the Input control is in focus Input propertiesâ RadioGroup APIâ RadioGroup methodsâ Name Description blur() removes focus from a RadioGroup control clear() clears a value of a RadioGroup control clearValidate() clears validation of a RadioGroup control destructor() removes a RadioGroup instance and releases the occupied resources disable() disables a RadioGroup control or a specific element inside the control enable() enables a disabled RadioGroup control or a specific element inside the control focus() sets focus to the radio button of the RadioGroup control by its id getProperties() returns an object with the available configuration attributes of the control getValue() returns the current value of a RadioGroup control hide() hides either a radio button of RadioGroup or the whole RadioGroup isDisabled() checks whether a RadioGroup control or a specific element inside the control is disabled isVisible() checks whether a RadioGroup control or a specific element inside the control is visible setProperties() allows changing available configuration attributes of the control dynamically setValue() sets the value for a RadioGroup control show() shows either a radio button of RadioGroup or the whole RadioGroup validate() validates a RadioGroup control RadioGroup eventsâ Name Description afterChangeProperties fires after configuration attributes of the control have been changed dynamically afterHide fires after a control or its radio button is hidden afterShow fires after a control or its radio button is shown afterValidate fires after the control value is validated beforeChange fires before changing the value of a control beforeChangeProperties fires before configuration attributes of the control are changed dynamically beforeHide fires before a control or its radio button is hidden beforeShow fires before a control or its radio button is shown beforeValidate fires before the control value is validated blur fires when a Radiogroup control has lost focus change fires on changing the value of a control focus fires when a Radiogroup control has received focus keydown fires when any key is pressed and a radio button of the Radiogroup control is in focus RadioGroup propertiesâList of the Radiogroup properties
RadioButton propertiesâList of the RadioButton properties
Select APIâ Select methodsâ Name Description blur() removes focus from a Select control clear() clears a value of a Select control clearValidate() clears validation of a Select control destructor() removes a select instance and releases the occupied resources disable() disables a Select control or a specific option inside the control enable() enables a Select control or a specific option inside the control focus() sets focus to a control getOptions() returns an array of Select options getProperties() returns an object with the available configuration attributes of the control getValue() returns the current value of a Select control hide() hides a Select control isDisabled() checks whether a Select control or a specific option inside the control is disabled isVisible() checks whether a Select control is visible on the page setOptions() allows changing a list of Select options dynamically setProperties() allows changing available configuration attributes of the control dynamically setValue() sets the value for a Select control show() shows a Select control on the page validate() validates a Select control Select eventsâ Name Description afterChangeProperties fires after configuration attributes of the control have been changed dynamically afterHide fires after a control is hidden afterShow fires after a control is shown afterValidate fires after the control value is validated beforeChange fires before changing the value of a control beforeChangeOptions fires before changing a list of Select options beforeChangeProperties fires before configuration attributes of the control are changed dynamically beforeHide fires before a control is hidden beforeShow fires before a control is shown beforeValidate fires before the control value is validated blur fires when a Select control has lost focus change fires on changing the value of a control changeOptions fires on changing a list of Select options focus fires when a Select control has received focus keydown fires when any key is pressed and the Select control is in focus Select propertiesâ Simple Vault APIâ Simple Vault methodsâ Name Description blur() removes focus from a control clear() clears the value of a SimpleVault control clearValidate() clears validation of a SimpleVault control destructor() removes a SimpleVault instance and releases the occupied resources disable() disables a SimpleVault control on a page enable() enables a disabled SimpleVault control focus() sets focus to a control getProperties() returns an object with the available configuration attributes of the control getValue() returns the current value of a SimpleVault control hide() hides a SimpleVault control isDisabled() checks whether a SimpleVault control is disabled isVisible() checks whether a SimpleVault control is visible on the page selectFile() opens the dialog for selecting a new file (files) for adding to a SimpleVault send() sends a POST request for file upload to a server-side URL setProperties() allows changing available configuration attributes of the control dynamically setValue() sets the value for a SimpleVault control show() shows a SimpleVault control on the page validate() validates a SimpleVault control Simple Vault eventsâ Simple Vault propertiesâList of the Simple Vault properties
Slider APIâ Slider methodsâ Name Description blur() removes focus from a thumb of a Slider control clear() clears a value of a Slider control destructor() removes a slider instance and releases the occupied resources disable() disables a Slider control on a page enable() enables a disabled Slider control focus() sets focus to a thumb of a Slider control getProperties() returns an object with the available configuration attributes of the control getValue() returns the current value of a Slider control getWidget() returns the DHTMLX Slider widget attached to a Slider control hide() hides a Slider control isDisabled() checks whether a Slider control is disabled isVisible() checks whether a Slider control is visible on the page setProperties() allows changing available configuration attributes of the control dynamically setValue() sets the value for a Slider control show() shows a Slider control on the page Slider eventsâ Name Description afterChangeProperties fires after configuration attributes of the control have been changed dynamically afterHide fires after a control is hidden afterShow fires after a control is shown beforeChange fires before changing the value of a control beforeChangeProperties fires before configuration attributes of the control are changed dynamically beforeHide fires before a control is hidden beforeShow fires before a control is shown blur fires when a Slider control has lost focus change fires on changing the value of a control focus fires when a Slider control has received focus keydown fires when any key is pressed and the Slider control is in focus Slider propertiesâ Spacer APIâ Spacer methodsâ Name Description destructor() removes a spacer instance and releases the occupied resources getProperties() returns an object with the available configuration attributes of the control hide() hides a Spacer control isVisible() checks whether a Spacer control is visible on the page setProperties() allows changing available configuration attributes of the control dynamically show() shows a Spacer control on the page Spacer eventsâ Spacer propertiesâ Text APIâ Text methodsâ Name Description clear() clears a value of a Text control destructor() removes a text instance and releases the occupied resources disable() disables a Text control on a page enable() enables a disabled Text control getProperties() returns an object with the available configuration attributes of the control getValue() returns the current value of a Text control hide() hides a Text control isDisabled() checks whether a Text control is disabled isVisible() checks whether a Text control is visible on the page setProperties() allows changing available configuration attributes of the control dynamically setValue() sets the value for a Text control show() shows a Text control on the page Text eventsâ Text propertiesâ Textarea APIâ Textarea methodsâ Name Description blur() removes focus from a Textarea control clear() clears a value of a Textarea control clearValidate() clears validation of a Textarea control destructor() removes a textarea instance and releases the occupied resources disable() disables a Textarea control on a page enable() enables a disabled Textarea control focus() sets focus to a control getProperties() returns an object with the available configuration attributes of the control getValue() returns the current value of a Textarea control hide() hides a Textarea control isDisabled() checks whether a Textarea control is disabled isVisible() checks whether a Textarea control is visible on the page setProperties() allows changing available configuration attributes of the control dynamically setValue() sets the value for a Textarea control show() shows a Textarea control on the page validate() validates a Textarea control Textarea eventsâ Name Description afterChangeProperties fires after configuration attributes of the control have been changed dynamically afterHide fires after a control is hidden afterShow fires after a control is shown afterValidate fires after the control value is validated beforeChange fires before changing the value of a control beforeChangeProperties fires before configuration attributes of the control are changed dynamically beforeHide fires before a control is hidden beforeShow fires before a control is shown beforeValidate fires before the control value is validated blur fires when a Textarea control has lost focus change fires on changing the value of a control focus fires when a Textarea control has received focus input fires when a user types some text in the textarea keydown fires when any key is pressed and the Textarea control is in focus Textarea propertiesâList of the Textarea properties
Timepicker APIâ Timepicker methodsâ Name Description blur() removes focus from a Timepicker control clear() clears the value of a TimePicker control clearValidate() clears validation of a TimePicker control destructor() removes a TimePicker instance and releases the occupied resources disable() disables a TimePicker control on a page enable() enables a disabled TimePicker control focus() sets focus to a control getProperties() returns an object with the available configuration attributes of the control getValue() returns the current value of a TimePicker control getWidget() returns the DHTMLX TimePicker widget attached to a TimePicker control hide() hides a TimePicker control isDisabled() checks whether a TimePicker control is disabled isVisible() checks whether a TimePicker control is visible on the page setProperties() allows changing available configuration attributes of the control dynamically setValue() sets the value for a TimePicker control show() shows a TimePicker control on the page validate() validates a TimePicker control Timepicker eventsâ Name Description afterChangeProperties fires after configuration attributes of the control have been changed dynamically afterHide fires after a control is hidden afterShow fires after a control is shown afterValidate fires after the control value is validated beforeChange fires before changing the value of a control beforeChangeProperties fires before configuration attributes of the control are changed dynamically beforeHide fires before a control is hidden beforeShow fires before a control is shown beforeValidate fires before the control value is validated blur fires when a Timepicker control has lost focus change fires on changing the value of a control focus fires when a Timepicker control has received focus input fires when a user enters the value of a control in the input manually keydown fires when any key is pressed and the Timepicker control is in focus Timepicker propertiesâList of the Timepicker properties
Toggle APIâ Toggle methodsâ Name Description blur() removes focus from a Toggle control destructor() removes a toggle instance and releases the occupied resources disable() disables a Toggle control on a page enable() enables a disabled Toggle control focus() sets focus to a control getProperties() returns an object with the available configuration attributes of the control getValue() returns the current value/state of a Toggle control hide() hides a Toggle control isDisabled() checks whether a Toggle control is disabled isSelected() checks whether the selected state is enabled isVisible() checks whether a Toggle control is visible on the page setProperties() allows changing available configuration attributes of the control dynamically setValue() sets the state for a Toggle control show() shows a Toggle control on the page Toggle eventsâ Name Description afterChangeProperties fires after configuration attributes of the control have been changed dynamically afterHide fires after a control is hidden afterShow fires after a control is shown beforeChange fires before changing the value of a control beforeChangeProperties fires before configuration attributes of the control are changed dynamically beforeHide fires before a control is hidden beforeShow fires before a control is shown blur fires when a Toggle control has lost focus change fires on changing the value of a control focus fires when a Toggle control has received focus keydown fires when any key is pressed and the Toggle control is in focus Toggle propertiesâ ToggleGroup APIâ ToggleGroup methodsâ Name Description blur() removes focus from a ToggleGroup control destructor() removes a toggle group instance and releases the occupied resources disable() disables a ToggleGroup control or a specific element inside the control enable() enables a ToggleGroup control or a specific element inside the control focus() sets focus to an option of the ToggleGroup control by its id getProperties() returns an object with the available configuration attributes of the control getValue() returns the current value/state of a toggle(s) hide() hides either an option of ToggleGroup or the whole ToggleGroup isDisabled() checks whether a ToggleGroup control or a specific element inside the control is disabled isSelected() checks whether a toggle of the ToggleGroup control is selected isVisible() checks whether a ToggleGroup control or a specific element inside the control is visible setProperties() allows changing the available configuration attributes of the ToggleGroup or its separate options dynamically setValue() defines the state of the option's elements show() shows either an option of ToggleGroup or the whole ToggleGroup ToggleGroup eventsâ Name Description afterChangeProperties fires after configuration attributes of the control have been changed dynamically afterHide fires after a control or its toggle is hidden afterShow fires after a control or its toggle is shown beforeChange fires before changing the value of a control beforeChangeProperties fires before configuration attributes of the control are changed dynamically beforeHide fires before a control or its toggle is hidden beforeShow fires before a control or its toggle is shown blur fires when a ToggleGroup control has lost focus change fires on changing the value of a control focus fires when a ToggleGroup control has received focus keydown fires when any key is pressed and a toggle of the ToggleGroup control is in focus ToggleGroup propertiesâList of the ToggleGroup properties
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4