Documentation

back

switches multiview to previously active view

void back(number step);

Parameters

stepnumberhow far in history we will go, 1 by default

See also

Example

webix.ui({
    id:"views",
    cells:[ ...],
});
 
$$("views").back();

Back to top