onViewChange

fires when the views are switched in the component (regardless of the switching method)

void onViewChange(string|number prevID,string|number nextID);
prevIDstring|numberthe id of the view that is switched from
nextIDstring|numberthe id of the view that is switched to

Example

some.attachEvent("onViewChange", function(prevID, nextID){
    //... some code here ... 
});

See also
  • Articles
  • Back to top
    If you have not checked yet, be sure to visit site of our main product Webix ui library and page of multi view product.