Example of Overriding the Predefined Presentation Model
The following example overrides the predefined presentation model and runs the ProcessDrillDown method:
this.AddMethod("ProcessDrillDown", function(){
}, {override : true});
The following example overrides the predefined presentation model and runs the ProcessDrillDown method:
this.AddMethod("ProcessDrillDown", function(){
}, {override : true});