deprecatedclass %iKnow.UI.Dialog.dropDomain
extends %CSP.UI.Portal.Dialog.WizardTemplate
This dialog lets the user Add a new iKnow domain or configuration definition.
This is a Zen Page class.
parameter APPLYBUTTON = 0;
If true, then this dialog displays an Apply button.
parameter AUTONS = 1;
If $NAMESPACE is set, auto switch namespace
parameter DOMAIN = "%iKnow";
Localization domain
parameter HELPID;
DOCBOOK Topic Id that offers help for this page.
parameter RESOURCE = "%Development";
Security requirement
classmethod %OnFinishBackgroundTask(pTaskID As %String)
This server-side callback method is called whenever the client
calls to monitor the current background task and the task is complete.
Typically a subclass uses this to send back JavaScript to update
the page.
method %OnGetSubtitle()
as %String
Get the (localized) subtitle string for the dialog.
This should be implemented in a subclass.
method %OnGetTitle()
as %String
Get the (localized) title string for the dialog.
This should be implemented in a subclass.
method DropDomainData()
as %Status
[ ZenMethod ]
method DropDomainDefinition()
as %Status
[ ZenMethod ]
method getDialogValue()
[ Language = javascript ]
Get the value that will be applied when the user presses the OK button.
This is implemented by subclasses.