Documentation

Properties

animate defines or disables view change animation.
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
autoheight height of view will be adjusted to show all items
autowidth width of view will be adjusted to show all items
body the content of window body: template or view
borderless used to hide the component borders
click sets an action happening on a button click
clipboard enables/disables clipboard support
container an html container (or its id) where the component needs initializing
css the name of a css class that will be applied to the view container
data JavaScript array containing data for the component
dataFeed the URL that the component will use to reload data during binding
datathrottle sets the polling interval (the time period between the completion of a network request and the next request for data)
datatype the type of loaded data
disabled indicates whether an item is enabled or not
drag enables or disables drag-and-drop
dragscroll enables autoscroll of component during drag-n-drop
externalData allows defining custom 'move' logic for the component.
gravity sets the view gravity (1 by default)
head sets the view header
headHeight defines the header height (43 by default)
height sets the height of the component
hidden defines whether the view will be hidden initially
id the component ID
layout defines x or y orientation of layout
left the left offset of the window
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
modal switches window modality
mouseEventDelay the delay between a real mouse action and invoking the related events
move makes view movable
navigation activates the selection keyboard navigation
on allows attaching custom handlers to inner events of the component
onClick attaches a click behavior for component items with the specified CSS class.
onContext a property used to define custom context-click (right click) handlers for elements in the DataTable cells
onDblClick attaches a dblclick behavior for component items with the specified CSS class.
onMouseMove attaches a mousemove behaviour for component items with the specified CSS class.
padding sets paddings of the chart content
pager defines paging configuration ( creates a 'ui.pager' object)
position sets position of the window relative to the the screen
ready event handler called just after the component has been completely initialized
relative positions a popup window relative to the component it's connected with
removeMissed defines how to treat items in case of reloading
rules set of validation rules for the component
save defines URLs for data saving
scheme defines schemes for data processing
scroll enables/disables the scroll bar
scrollSpeed the time during which the component is scrolled to the specified position (in milliseconds)
select enables/disables item selection or multiselection in grouplist
subMenuPos aligns submenu towards main menu
submenu defines submenu configuration
template the component template
templateCopy sets the template according to which data will be copied to the clipboard
tooltip sets a popup message appearing on pointing a mouse cursor over the dedicated item.
top the top offset of a window
type object that specifies items presentation
url the URL the component will use to load data after its initialization
width sets the width of the component
xCount defines width of view in items
yCount defines height of view in items
zIndex stack order of the component
Back to top