Samples
Forum
Support
Documentation
adjust
bind
define
destructor
disable
enable
getBody
getChildViews
getFormView
getNode
getParentView
getScrollState
getTopParentView
hide
isEnabled
isVisible
resize
resizeChildren
scrollTo
show
showView
unbind
Start
API Reference
ui.scrollview
Methods
getNode
returns the main HTML container for the calling object
object
getNode
();
Returns
object
the HTML container object
See also
articles
View
Example
var
box
=
dtable.
getNode
(
)
;
Back to top