Documentation

Methods

adjust adjusts the component to the size of the parent HTML container
bind binds components
define redefines a single configuration property (or a hash of properties)
destructor destructs the calling object
disable disables the calling view (makes it dimmed and unclickable)
enable enables the calling view that was disabled by the 'disable' method
getBody gets the inner view of scrollview
getChildViews returns child views of the calling component
getFormView returns master form for the input
getNode returns the main HTML container for the calling object
getParentView returns the parent view of the component
getScrollState returns the scroll position
getTopParentView returns top parent view
hide hides the view
isEnabled checks whether the view is enabled
isVisible checks whether the view is visible
resize adjusts the view to a new size
resizeChildren resizes all children of the calling component
scrollTo scrolls the data container to a certain position
show makes the component visible
showView places focus on the necessary scrollview item
unbind breaks "bind" link
Back to top