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).
Displayed name of this page.
|
Id of selected Category row in results table.
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.
Draw name or name with description hover text if description is available
Draw whether we will be using 'Legacy' schemas
Draw Yes or nothing in place of 1 or 0
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 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 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).