Properties

animate defines the type of animation, with which the view is shown, if it is a Multiview cell
autofit adjusts window size to the size of an html node it is initiated in
autofocus sets focus on the window the moment it appears on the page
body the content of window body: template, or a view configuration object
borderless used to hide the component borders
container an HTML container (or its ID) where the component should be initialized
css the name of the CSS class or the object with styles that will be applied to the view container
disabled indicates whether an item is enabled
escHide toggles default 'hide on escape' behaviour
gravity sets the view gravity
height sets the height of the component
hidden defines whether the view will be hidden initially
id the ID of a widget
keyPressTimeout a delay between the key press and the action
left the left offset of the window
master the master component id (a read-only property)
maxHeight defines the maximum height of the view
maxWidth defines the maximum width of the view
minHeight sets the minimal height for the view
minWidth sets the minimal width for the view
modal switches window modality
on allows attaching custom handlers to inner events of the component
padding sets padding for all four sides of the widget
point adds an arrow to a popup window or removes it
position sets the position of the window relative to the the screen
relative positions a popup window relative to the component it's connected with
resize enables resizing of a widget
toFront places window above other windows on clicking it
top the top offset of a window
width sets the width of a widget
zIndex the stack order of the component
Back to top