Documentation

onViewChange

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

void onViewChange(){ ... };

Example

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

See also

  • articles
  • Back to top