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