Overview
A date picker control.
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public | selectedDate | Date | ![]() | ![]() | ![]() |
The date currently selected in the control. |
Inherited Variables
mindfusion.controls.DropDown
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
protected | dropDownControl | Node | subclass | subclass | subclass |
The drop-down component of the drop-down control. |
|
public | dropDownHeight | Number | ![]() | ![]() | ![]() | 200 |
The height of the drop-down component. |
public | dropDownStyle | Integer | ![]() | ![]() | ![]() | DROP_DOWN |
The behavior of the drop-down component. ![]() The behavior of the drop-down component. One of the values defined in the DropDownStyle class. DROP_DOWN |
protected | editControl | Node | subclass | subclass | subclass |
The edit component of the drop-down control. |
|
public | showButton | Boolean | ![]() | ![]() | ![]() | true |
A value indicating whether the drop-down activation button is visible. |