Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
Display activity numbers and charts by last minute, last hour, last day, last month or Year.
|
|
|
Displayed name of this page.
User needs USE permissions on the %Ens_Dashboard resource to access this page.
|
|
This callback is called after the server-side page object and all of its children are created.
Subclasses can override this to add, remove, or modify items within the page object model, or to provide values for controls.
Get the (localized) name of the page. This should be implemented in a subclass.
Get the (localized) title string for the page. This should be implemented in a subclass.
This is called in the middle of rendering the tool ribbon. Subclasses can inject their own content into the ribbon by writing it out in this method. This content is best wrapped within a single td element. It can also consist of multiple td elements.To achieve a fixed position for elements within the ribbon, for a fixed width page you can use a single enclosing td that contains a table and a single tr, with td elements inside that single tr that contain your content for the ribbon.
To achieve a fixed position for elements within the ribbon, for a page whose width varies depending on its contents (thereby stretching the ribbon) you can use multiple td elements to contain your content and then a final td element that is empty and has width 40% (or so) to push your contents towards the left and keep them in their proper locations.
Get information to display in the ribbon bar.
Switch the chart to the one corresponding to the button clicked (Minute, Hour, Day, Week, Month or Year).
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.
Update ribbon button styles, disabling 'current' and enabling all others.