Skip to main content

%iKnow.UI.Dialog.CreateUserDictionaryEntry

class %iKnow.UI.Dialog.CreateUserDictionaryEntry extends %CSP.UI.Portal.Dialog.WizardTemplate

Property Inventory

Method Inventory

Parameters

parameter APPLYBUTTON = 0;
Inherited description: If true, then this dialog displays an Apply button.
parameter AUTONS = 1;
Inherited description: If $NAMESPACE is set, auto switch namespace
parameter DOMAIN = %iKnow;
Inherited description: Localization domain
parameter HELPID;
DOCBOOK Topic Id that offers help for this page.
parameter JSINCLUDES = jquery-2.0.3.min.js;
Inherited description: Comma-separated list of additional JS include files for the page.
parameter RESOURCE = %Development;
Security requirement

Properties

property dictionary as %ZEN.Datatype.string (ZENURL = "DIC");
Property methods: dictionaryDisplayToLogical(), dictionaryGet(), dictionaryIsValid(), dictionaryLogicalToDisplay(), dictionaryLogicalToOdbc(), dictionaryNormalize(), dictionarySet()

Methods

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) as %Status [ ZenMethod ]
method DrawDictionary(pSeed As %String = ":t") as %Status
method RemoveRow(pIndex As %Integer) as %Status [ ZenMethod ]
clientmethod addRowClient() [ Language = javascript ]
clientmethod getDialogValue() [ Language = javascript ]
Inherited description: Get the value that will be applied when the user presses the OK button. This is implemented by subclasses.
clientmethod 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.
clientmethod removeRowClient(index) [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab