ribbon-separator
The ribbon-separator element is used to add a separator between ribbon groups.
Description
Theribbon-separator element is used in the configuration when you are adding custom button groups to the UI, specifically to the ribbon-toolbar.
http://xopus.com/2009/lui
Attributes
| Name | Description and use | Type |
|---|---|---|
after | Optional The separator will be positioned after the UI component with this id | string, valid UI element ID |
before | Optional The separator will be positioned before the UI component with this id | string, valid UI element ID |
id | Optional The ID of this separator | string, valid UI element ID |
Example
You can find the complete set of examples for configuring the ribbon-toolbar in the topic for the overlay element.
Groups can be created using the ribbon-group element. You also need to add a separator between the groups using the ribbon-separator element.
<ribbon-group id="TestCustomIconGroup" label="Testing Custom Icons" after="ViewGroup">
<ribbon-bigbutton role="strong" label="Stronger Button" iconsrc="/image/icon-32x32.png" available="true"/>
</ribbon-group>
<ribbon-separator after="TestCustomIconGroup"/>
Parent element
overlay
History
| Version | Event |
|---|---|
| SDL LiveContent Create 5.1 | Introduction. |