Documentation

Properties

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
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
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
optionWidth sets width of a popup list with options
options defines data items of the drop-down list
placeholder placeholder text for the input area
popup allows to attach pop-up menu to the button
popupWidth width of the popup window
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
separator sets a delimiter for control's values
suggest links suggest list to the input
tabFocus defines whether the control will be included in the tab navigation order
template the component template
text visible text in the related input
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
Back to top