Usage | Use this to define a custom action in CentraSite Business UI. For example, add an action, reorder the existing actions, enable or disable an action, and remove actions to suit your requirements. |
Elements | String actionId String commaSeparatedAssetId String positionParam |
Interface | See the sample code |
Abstract base class | ActionListener |
Processing | When a list of actions for an action menu is retrieved, the following steps are performed for each known action: create an instance of class. implement the method processAction of type String. |
Provided by | BusinessUI |
Code | See the sample code. |