deprecatedclass %iKnow.UI.Dialog.CreateUserDictionaryEntry
extends %CSP.UI.Portal.Dialog.WizardTemplate
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
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 AddRow(pString, pAction, pValue, pMeta="")
as %Status
[ ZenMethod ]
method DrawDictionary(pSeed As %String = ":t")
as %Status
method RemoveRow(pIndex As %Integer)
as %Status
[ ZenMethod ]
method addRowClient()
[ Language = javascript ]
method getDialogValue()
[ Language = javascript ]
Get the value that will be applied when the user presses the OK button.
This is implemented by subclasses.
method ondialogFinish(action)
as %Boolean
[ Language = javascript ]
Show definition based on type
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.
method removeRowClient(index)
[ Language = javascript ]