class %CSP.UI.Portal.Dialog.EncAddAdmin extends %CSP.Portal.standardDialog
Add new administrator to encryption key file
Class name of application this page belongs to.
If true, then this dialog displays an Apply button.
Domain used for localization.
Displayed name of this page.
Get the (localized) subtitle string for the dialog. This should be implemented in a subclass.
Get the (localized) title string for the dialog. This should be implemented in a subclass.
Strip surrounding white spaces off of a given string. Equivalent of $ZStrip(string,"<>W")
Get the value that will be applied when the user presses the OK button. This is implemented by subclasses.
This callback, if defined, is called when the user presses the OK or Apply action buttons. If this returns false, then the action is cancelled.
This client event, if present, is fired when the page is loaded.