This parameter is used to make sure that if multiple
CSP applications are mapped to the same namespace that the CSP engine can correctly
identify which class corresponds with which URL. If 'LockCSPName' is true (the default, defined
in the CSP application) then you can only access this page if the url exactly matches
this 'CSPURL'. You can set this parameter to "" if you wish to disable this check for
this class. This check is applied for all CSP urls (cls/csp/zen).
If this page was compiled from a .csp file, then this parameter is automatically set to contain the
url of this file used for compilation.
parameter HELPADDRESS = "Home,Configuration";
Each SMP page should set this link which points to the documentation anchor name.
Save file into global. Outside white spaces are stripped.
classmethod TestSetup()
as %String
[ ZenMethod ]
Test to verify that the xsl engine is configured correctly
method changeTransform()
[ Language = javascript ]
Use clicked a transform radio button.
method doBrowse(what)
[ Language = javascript ]
Launching a file selector window.
method doSave()
[ Language = javascript ]
Save current item.
method onPopupAction(popupName, action, value)
[ Language = javascript ]
Returning from file select OR qualifers dialog and setting the value into the appropriate field.
The id of the field that needs to be updated is saved in "dialogClicked".
method onloadHandler()
[ Language = javascript ]
This client event, if present, is fired when the page is loaded.