Samples
Forum
Support
Documentation
adjust
bind
define
destructor
disable
enable
getChildViews
getFormView
getNode
getParentView
getTopParentView
getVideo
hide
isEnabled
isVisible
resize
show
unbind
Start
API Reference
ui.video
Methods
getFormView
returns master form for the input
WebixView
getFormView
();
Returns
WebixView
view object of master form
Example
$$
(
"mytext"
)
.
getFormView
(
)
.
validate
(
)
;
Back to top