applyButtonClick

fires on clicking the Apply button

void applyButtonClick(){ ... };

Example

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

Related samples

Back to top