onBeforeBack

fires the moment the back function is triggered

void onBeforeBack();

Example

some.attachEvent("onBeforeBack", function(){
    //... some code here ... 
});

See also
  • API
  • Back to top
    If you have not checked yet, be sure to visit site of our main product Webix javascript component library and page of multiview control product.