%ZEN.Portal.Utils
deprecated abstract class %ZEN.Portal.Utils extends %Library.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.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
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()