Interactive Information Bar
Categories
Component ID
1701572
Component name
Interactive Information Bar
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
2375
Component created
Component changed
Component body
The Interactive Information Bar (iib) is a unified API for adding interactive elements to a pages. The iib modules implements a page level and entity level 'bars'.
The goal of iib is to have a single unified place to add administrative interactive tasks.
Tasks can be added to the bars using 2 methods.
- Using a hook (hook_iib_page_item or hook_iib_entity_item)
- Setting a page level item iib_set_item()
- See the API for more information.
Example Usecase
- The SPS module is using the iib to place the condition widgets.
- The State Machine module will place information about the page/entity in IIB along with transition elements.
Please note that this is an early beta. The functionality works but the API might change slightly. We will also be added more styling to the bar.
