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.
Zen page notification of an HTTP request. This method can be overwritten
by subclasses.
This is called before the standard Zen pre-HTTP processing occurs.
method changeArchiveName(newvalue)
[ Language = javascript ]
method changePurgeArchived(newvalue)
[ Language = javascript ]
method doBrowse(fieldID)
[ Language = javascript ]
Launching a file selector window.
method doNewArchive()
[ Language = javascript ]
method doSave()
[ Language = javascript ]
Save current item.
method getPageTitle()
as %String
[ Language = javascript ]
Get the title string to add to the locator row.
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 validate()
as %Boolean
[ Language = javascript ]