ProcessCancelQueryPopup Method
The ProcessCancelQueryPopup method cancels a query dialog box if the user clicks Cancel in this dialog box. It uses the following syntax:
ProcessCancelQueryPopup()
You can add the following code to the physical renderer:
this.GetPM().AttachPMBinding ("ProcessCancelQueryPopup", function(){custom_code},
{scope : this});
where:
custom_code is code that you write that cancels the query dialog box.
For information about where you add this code, see Adding Code to the Physical Renderer.