uiGroup
Schema element types can be grouped together in the user interface. This makes it easier to find related elements and shortens lists of elements or attributes such as in the Insert menu or the Properties panel. For example, attributes can be grouped for a particular user role (e.g. editorial, authoring, styling).
<x:nodeConfig>
<x:node match="@align">
<x:uiGroup>Display Attributes</x:uiGroup>
</x:node>
<x:node match="@height">
<x:uiGroup>Display Attributes</x:uiGroup>
</x:node>
</x:nodeConfig>
- Documentation
- › Configuration
- › Elements
- › uiGroup
uiGroup element
Namespace: http://www.xopus.com/xmlns/config
Parent Elements
History
| version | event |
|---|---|
| Xopus 4.1 | Introduction. (Case 202254) |