Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
Used to select a server side file name or 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.
|
|
|
If true, then this dialog displays an Apply button.
Localization domain
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.
|
Is the user permitted to access the fileSelect popup.
|
Avoid writing out the session cookie if we are in a Studio session.
Get the (localized) subtitle string for the dialog. This should be implemented in a subclass.
Get the (localized) title string for the dialog. This should be implemented in a subclass.
Draw contents of description box.
User clicked the Browse button.
User changed to export file between Server or Browser
Get the value that will be applied when the user presses the OK button. This is implemented by subclasses.
Returning from file select OR qualifers dialog and setting the value into the appropriate field. The id of the field that needs to be updated is saved in "dialogClicked".
This callback, if defined, is called when the user presses the Cancel button. If this returns false, then the dialog is not cancelled.
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.