Action Panel
Plugin name: std_action_panel
The standard Action Panel plugin provides an Element which uses std:ui:panel
standard templates to add UI elements to the home page and objects.
It’s especially good for creating menus and composing UI from multiple co-operating plugins. It uses Services to ask other plugins to call methods on a PanelBuilder
object.
To use Action Panels:
- Add the Action Panel Elements to objects or the home page in your
requirements.schema
file. - Implement a Service to add items to the panels.