Widgets
Samples
Demos
Forum
Services
Documentation
adjust
bind
define
destructor
disable
enable
getBody
getChildViews
getFormView
getNode
getParentView
getTopParentView
hide
isEnabled
isVisible
queryView
resize
resizeChildren
show
unbind
Start
API Reference
ui.fieldset
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