Documentation

Properties

align the alignment of the control within the parent container
animate defines or disables view change animation.
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
id the component ID
inputHeight the height of the input area, or a button's text value area.
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
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
tabFocus defines whether the control will be included in the tab navigation order
template the component template
tooltip tooltip for the input
type the type of the control
value sets the initial value for a control
width sets the width of the component
Back to top