Samples
Forum
Support
Documentation
adjust
attachEvent
bind
blockEvent
blur
callEvent
define
destructor
detachEvent
disable
enable
focus
getChildViews
getFormView
getInputNode
getNode
getParentView
getPopup
getText
getTopParentView
getValue
hasEvent
hide
isEnabled
isVisible
mapEvent
refresh
render
resize
setValue
show
sync
unbind
unblockEvent
validate
Start
API Reference
ui.richselect
Methods
getFormView
returns master form for the input
WebixView
getFormView
();
Returns
WebixView
view object of master form
Example
$$
(
"mytext"
)
.
getFormView
(
)
.
validate
(
)
;
Back to top