Skip to main content

EnsPortal.ConfigItemSelector

class EnsPortal.ConfigItemSelector extends EnsPortal.Dialog.standardDialog

Property Inventory

Method Inventory

Parameters

parameter APPLYBUTTON = 0;
Inherited description: If true, then this dialog displays an Apply button.
parameter JSINCLUDES = zenCSLM.js;
Comma-separated list of additional JS include files for the page.
parameter RESOURCE = %Ens_Rules:WRITE,%Ens_Code:WRITE,%Ens_RoutingRules:WRITE,%Ens_BusinessRules:WRITE;
User needs WRITE permissions on one of the following resources to view this page: %Ens_Rules, %Ens_Code, %Ens_RoutingRules or %Ens_BusinessRules

Properties

property CURRVALUE as %String);
The current value of the control.
Property methods: CURRVALUEDisplayToLogical(), CURRVALUEGet(), CURRVALUEIsValid(), CURRVALUELogicalToDisplay(), CURRVALUELogicalToOdbc(), CURRVALUENormalize(), CURRVALUESet()
property MULTI as %Boolean (ZENURL = "MULTI") [ InitialExpression = 1 ];
Flag to indicate whether multiple configuration items may be selected.
Property methods: MULTIDisplayToLogical(), MULTIGet(), MULTIIsValid(), MULTILogicalToDisplay(), MULTILogicalToXSD(), MULTINormalize(), MULTISet(), MULTIXSDToLogical()
property PROD as %String (MAXLEN = 128, ZENURL = "PROD");
Name of the production to use.
Property methods: PRODDisplayToLogical(), PRODGet(), PRODIsValid(), PRODLogicalToDisplay(), PRODLogicalToOdbc(), PRODNormalize(), PRODSet()
property TYPE as %String (ZENURL = "TYPE") [ InitialExpression = "target" ];
Flag to indicate whether "source" or "target" properties are desired.
Property methods: TYPEDisplayToLogical(), TYPEGet(), TYPEIsValid(), TYPELogicalToDisplay(), TYPELogicalToOdbc(), TYPENormalize(), TYPESet()

Methods

method %OnAfterCreatePage() as %Status
Correct the context for
method %OnGetSubtitle() as %String
Inherited description: Get the (localized) subtitle string for the dialog. This should be implemented in a subclass.
method %OnGetTitle() as %String
Inherited description: Get the (localized) title string for the dialog. This should be implemented in a subclass.
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.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab