Skip to main content

EnsPortal.ServiceRegistry.Dialog.FileViewer

Property Inventory

Method Inventory

Parameters

parameter APPLYBUTTON = 0;
Inherited description: If true, then this dialog displays an Apply button.
parameter CSSINCLUDES = ensemble/Ensemble_Wizards.css;
Inherited description: Comma-separated list of additional CSS include files for the page. If this page is using CSS3 then the CSS3INCLUDES parameter is used (if defined).
parameter OKBUTTON = 0;
parameter PAGENAME = File Viewer;
Displayed name of this page.

Properties

property Registry as %ZEN.Datatype.string (ZENURL = "REGISTRY") [ Final ];
Property methods: RegistryDisplayToLogical(), RegistryGet(), RegistryIsValid(), RegistryLogicalToDisplay(), RegistryLogicalToOdbc(), RegistryNormalize(), RegistrySet()
property canViewFileSystem as %Boolean [ InitialExpression = $system.Security.Check("%Ens_ViewFileSystem","USE") ];
Is the user permitted to access the fileSelect popup.
Property methods: canViewFileSystemDisplayToLogical(), canViewFileSystemGet(), canViewFileSystemIsValid(), canViewFileSystemLogicalToDisplay(), canViewFileSystemLogicalToXSD(), canViewFileSystemNormalize(), canViewFileSystemSet(), canViewFileSystemXSDToLogical()
property fileName as %ZEN.Datatype.string (ZENURL = "ID");
Property methods: fileNameDisplayToLogical(), fileNameGet(), fileNameIsValid(), fileNameLogicalToDisplay(), fileNameLogicalToOdbc(), fileNameNormalize(), fileNameSet()
property streamFilenameForExport as %ZEN.Datatype.string;
Property methods: streamFilenameForExportDisplayToLogical(), streamFilenameForExportGet(), streamFilenameForExportIsValid(), streamFilenameForExportLogicalToDisplay(), streamFilenameForExportLogicalToOdbc(), streamFilenameForExportNormalize(), streamFilenameForExportSet()
property svcID as %ZEN.Datatype.string (ZENURL = "SVC");
Property methods: svcIDDisplayToLogical(), svcIDGet(), svcIDIsValid(), svcIDLogicalToDisplay(), svcIDLogicalToOdbc(), svcIDNormalize(), svcIDSet()

Methods

method %OnAfterCreatePage() as %Status
This callback is called after the server-side page object and all of its children are created.
method %OnGetSubtitle() as %String
Get the (localized) subtitle string for the dialog.
method %OnGetTitle() as %String
Get the (localized) title string for the dialog.
method ExportStreamToFile() as %Boolean [ ZenMethod ]
method FileExists(pFilename) as %Boolean [ ZenMethod ]
method GetContents() as %String [ ZenMethod ]
classmethod GetDefaultDir() as %String [ ZenMethod ]
method GetDirectory(pFilename) as %String [ ZenMethod ]
method GetFilename(pFilename) as %String [ ZenMethod ]
classmethod SetDefaultDir(pPathname As %String) [ ZenMethod ]
clientmethod exportToFile() [ Language = javascript ]
clientmethod onPopupAction(popupName, action, value) [ Language = javascript ]
This client event, if present, is fired when a popup page launched from this page fires an action.
clientmethod ondialogStart() [ Language = javascript ]
Inherited description: This callback, if defined, is called when the dialog page is loaded.
clientmethod selectFilepath() [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab