Skip to main content

%ZEN.Portal.Utils

abstract class %ZEN.Portal.Utils extends %Library.RegisteredObject

APIs used by Cache management portal (e.g SMP, DeepSee, Ensemble, HS) Methods in this class should be generic and maybe used by any ISC portals pages as well as in dialogs.

Method Inventory

Methods

clientmethod disableCommandButton(buttonName) [ Language = javascript ]
This method can be called to disable a button in the ribbon bar or a button with id starting with "command_". Pass in button id as defined in OnGetRibbonInfo.
clientmethod enableCommandButton(buttonName) [ Language = javascript ]
This method can be called to enable a button in the ribbon bar.
clientmethod hideCommandButton(buttonName) [ Language = javascript ]
This method can be called to hide a button in the ribbon bar. Pass in button id as defined in OnGetRibbonInfo.
clientmethod showCommandButton(buttonName) [ Language = javascript ]
This method can be called to show a button in the ribbon bar.

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab