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