Skip to main content

EnsPortal.Dialog.LookupSaveAs

class EnsPortal.Dialog.LookupSaveAs extends EnsPortal.Dialog.standardDialog

Dialog to let user specify a Lookup Table when selecting 'Save As'.

Property Inventory

Method Inventory

Parameters

parameter APPLYBUTTON = 0;
If true, then this dialog displays an Apply button.
parameter PAGENAME = New Lookup Table;
Displayed name of this page.
parameter RESOURCE = %Ens_LookupTables:WRITE;
User needs WRITE permissions on the %Ens_LookupTables resource to access this page.

Properties

property Checked as %ZEN.Datatype.boolean [ InitialExpression = 0 ];
Property methods: CheckedDisplayToLogical(), CheckedGet(), CheckedIsValid(), CheckedLogicalToDisplay(), CheckedLogicalToOdbc(), CheckedLogicalToXSD(), CheckedNormalize(), CheckedSet(), CheckedXSDToLogical()
property Confirmed as %ZEN.Datatype.boolean [ InitialExpression = 0 ];
Property methods: ConfirmedDisplayToLogical(), ConfirmedGet(), ConfirmedIsValid(), ConfirmedLogicalToDisplay(), ConfirmedLogicalToOdbc(), ConfirmedLogicalToXSD(), ConfirmedNormalize(), ConfirmedSet(), ConfirmedXSDToLogical()

Methods

method %OnGetSubtitle() as %String
Get the (localized) subtitle string for the dialog.
method %OnGetTitle() as %String
Get the (localized) title string for the dialog.
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 onTableKeyUp(evt) [ Language = javascript ]
Handle the user hitting Enter or Escape
clientmethod ondialogFinish(action) [ Language = javascript ]
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.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab