align | the alignment of the control within the parent container |
animate | defines or disables view change animation. |
attributes | sets an hash of HTML input attributes that will be parsed for the Webix input control |
borderless | used to hide the component borders |
click | click action handler |
container | an html container (or its id) where the component needs initializing |
content | the id or node, whose content will be moved to the view |
css | the name of a css class that will be applied to the view container |
disabled | indicates whether an item is enabled or not |
editable | allows making datepicker editable, false by default |
format | sets date format in the control |
gravity | sets the view gravity (1 by default) |
height | sets the height of the component |
hidden | defines whether the view will be hidden initially |
hotkey | sets a hotkey that triggers button clicking |
icon | sets an icon type |
icons | shows "Today" and "Clear" icons for calendar and datepicker popup |
id | the component ID |
inputHeight | the height of the input area, or a button's text value area. |
inputPadding | padding of text in the input |
inputWidth | the width of the input area, or a button's text value area. |
label | the text label of the control |
labelPosition | positions label above the control |
labelWidth | the width of the label |
maxHeight | sets the maximum height for the view |
maxWidth | sets the maximum width for the view |
minHeight | sets the minimal height for the view |
minWidth | sets the minimal width for the view |
name | name of the control |
on | allows attaching custom handlers to inner events of the component |
placeholder | placeholder text for the input area |
popup | allows to attach pop-up menu to the button |
readonly | configures readonly mode for the input |
relatedAction | action to call when value of cell changes |
relatedView | id of view, that will be affected by relatedAction operation |
required | marks field as required |
stringResult | if the parameter is set to true, the method getValue returns data as string (otherwise, as object) |
suggest | links suggest list to the input |
tabFocus | defines whether the control will be included in the tab navigation order |
template | the component template |
timeIcon | sets an icon for time in the datepicker |
timepicker | enables optional timepicker in the calendar |
tooltip | tooltip for the input |
type | the type of the control |
validate | adds validation to the field |
validateEvent | on which event validation fires |
value | sets the initial value for a control |
width | sets the width of the component |