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
data JavaScript array containing data for the component
disabled indicates whether an item is enabled
escHide toggles default 'hide on escape' behaviour
filter custom filtering function
fitMaster adjusts the size of the suggest box to the master control
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
input points to an HTML input field that houses the suggest list
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
template template which will be used to fill parent input from selected record
textValue defines which field from suggest list will be used as text after selecting an option
toFront places window above other windows on clicking it
top the top offset of a window
type defines the type of the suggest control
url the URL which the component will use to load data after its initialization
width sets the width of a widget
zIndex the stack order of the component
Back to top