ShowPopup Method
The ShowPopup method displays a dialog box for a calculator control, date control, or date-time control. It uses the following syntax:
ShowPopup()
For example, the applet.js file includes the following code:
this.ShowPopup(control);
You can add the following code to the physical renderer:
this.GetPM().AttachPMBinding ("ShowPopup", function(control){predefined_code;
},{scope : this});
where:
predefined_code is code that exists in the physical renderer that you reuse to display the dialog box