Samples
Forum
Support
Documentation
adjust
attachEvent
attachTo
bind
blockEvent
callEvent
close
define
destructor
detachEvent
disable
enable
getBody
getChildViews
getContext
getFormView
getHead
getNode
getParentView
getTopParentView
hasEvent
hide
isEnabled
isVisible
mapEvent
resize
resizeChildren
setPosition
show
unbind
unblockEvent
Start
API Reference
ui.context
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