Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
|
|
|
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).
User must have WRITE permissions on the %Ens_EDISchema resource to make changes on this page.
Displayed name of this page.
|
Id of selected Category row in results table.
Whether or not the browser is IE
Is the user permitted to access the fileSelect popup.
flag for background file import underway on load
|
Decorate the page.
Get the (localized) name of the page.
Callback to return a list of resources required for a specific HyperEvent. The user must have sufficient privileges on one of the resource/permission pairs to be permitted to execute the hyperevent. An empty string implies the user already has sufficient privileges for the ZenMethod specified in pMethod.
Use when the import job is running in the background to check on running status. Returns "running", "idle", "done" or "error".
Use when the import job is running in the background to check on status. Gets the number of seconds job has been running (or ran, if complete) and formats it nicely as a string.
Runs in a background job launched from the method DoImportInBackground()
Run method Import() in a background job. Return 1 if this works out ok, an error string if there is an error in launching the job.
Get information to display in the ribbon bar.
Handle the client-side rendering the of the right hand pane. This is primarily due to IE as it shrinks the contents div without this intervention. The function only adjusts the size of the tab group if not hidden.
This client event, if present, is fired when the a popup page launched from this page fires an action.
User clicked on a tab, or selected a new item, so we need to fetch the required content from the server.
This client event, if present, is fired when the page is first loaded or whenever it is resized.
If this is called at load time, then load will be true.
This client event, if present, is fired when the page is loaded. Start the timer so we can check the status. If there is a background import job currently running, you will see a periodic update until the job is finished.
This function controls the timer on updating progress. It is called from onload as well (in case a background import job is currently being run when the page is opened).