Skip to main content

EnsPortal.Dialog.BrowserExportSelect

class EnsPortal.Dialog.BrowserExportSelect extends EnsPortal.Dialog.standardDialog

Used to specify a local filename for target of an export

This class is used internally by InterSystems. You should not make direct use of it within your applications.

Property Inventory

Method Inventory

Parameters

parameter APPLYBUTTON = 0;
Inherited description: If true, then this dialog displays an Apply button.
parameter DOMAIN = Ensemble;
Inherited description: Localization domain
parameter RESOURCE = %Ens_Portal:USE;
Inherited description: This is a comma-delimited list of system Resources and associated permissions. A user must hold the specified permissions on at least one of the specified resources in order to view this page or invoke any of its server-side methods from the client.
The format of each item in the list should be as follows:
Resource[:Permission]
Permission is optional, and defaults to USE if not supplied. If it is supplied, it should be one of USE, READ or WRITE.

Properties

property exportInfoText as %ZEN.Datatype.string (ZENURL = "EXPINFO") [ InitialExpression = $$$TextHTML("Select the name for the export file") ];
Property methods: exportInfoTextDisplayToLogical(), exportInfoTextGet(), exportInfoTextIsValid(), exportInfoTextLogicalToDisplay(), exportInfoTextLogicalToOdbc(), exportInfoTextNormalize(), exportInfoTextSet()
property localDefault as %ZEN.Datatype.string (ZENURL = "LCLDEFAULT") [ InitialExpression = "export.txt" ];
Property methods: localDefaultDisplayToLogical(), localDefaultGet(), localDefaultIsValid(), localDefaultLogicalToDisplay(), localDefaultLogicalToOdbc(), localDefaultNormalize(), localDefaultSet()

Methods

method %DrawTitle(pSeed As %String) as %Status
Inherited description: Provide HTML for html title box.
Default implementation displays the standard Zen title bar.
method %OnAfterCreatePage() as %Status
Inherited description: Avoid writing out the session cookie if we are in a Studio session.
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.
method DrawInfo(pSeed As %String) as %Status
Draw contents of description box.
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 ondialogCancel() [ Language = javascript ]
This callback, if defined, is called when the user presses the Cancel button. If this returns false, then the dialog is not cancelled.
clientmethod ondialogFinish(action) as %Boolean [ 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