Samples
Forum
Support
Documentation
adjust
attachEvent
bind
blockEvent
callEvent
clear
define
destructor
detachEvent
disable
enable
focus
getChildViews
getCleanValues
getDirtyValues
getFormView
getNode
getParentView
getScrollState
getTopParentView
getValues
hasEvent
hide
isDirty
isEnabled
isVisible
load
mapEvent
parse
refresh
render
resize
scrollTo
setContent
setDirty
setHTML
setValues
show
sync
unbind
unblockEvent
Start
API Reference
ui.htmlform
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