Documentation

getFormView

returns master form for the input

WebixView getFormView();

Returns

WebixViewview object of master form

Example

$$("mytext").getFormView().validate();

Back to top