deprecatedabstract class %ZEN.Portal.Utils
extends %RegisteredObject
APIs used by System Management Portal
Methods in this class should be generic and maybe used by any ISC portals pages
as well as in dialogs.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
4
|
|
|
|
|
method 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.
method enableCommandButton(buttonName)
[ Language = javascript ]
This method can be called to enable a button in the ribbon bar.
method 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.
method showCommandButton(buttonName)
[ Language = javascript ]
This method can be called to show a button in the ribbon bar.