Uiinfrastructure API Docs  
 

ClosePopUpDP.SetScript Method 

Set the script that will be added before the window is closed. This is where you should call javascript functions on the opening window if desired.

public virtual void SetScript(
   HTMLScript script
);

Parameters

script
the script to add before closing

See Also

ClosePopUpDP Class | com.plumtree.uiinfrastructure.form Namespace