Widgets
Samples
Demos
Forum
Services
Documentation
adjust
attachEvent
bind
blockEvent
callEvent
define
destructor
detachEvent
disable
enable
getChildViews
getFormView
getNode
getParentView
getScrollState
getTopParentView
getValues
hasEvent
hide
isEnabled
isVisible
load
mapEvent
parse
queryView
refresh
render
resize
scrollTo
setContent
setHTML
setValues
show
sync
unbind
unblockEvent
Start
API Reference
ui.template
Methods
getNode
returns the main HTML container for the calling object
HTMLElement
getNode
();
HTMLElement
the HTML container
Example
var
box
=
dtable.
getNode
(
)
;
See also
Articles
Understanding View Concept
Back to top