applyButtonClick

fires on clicking the Apply button

void applyButtonClick();

Example

pivot.events.on("applyButtonClick",function(){
    // your code here
});

Details

Related sample:  Pivot. Events

Back to top