overlay

An overlay is used to describe extra UI elements in the Xopus user interface.

<x:config xmlns:x="http://www.xopus.com/xmlns/config" version="1.0">
  <x:overlay xmlns="http://xopus.com/2009/lui">
    <toolbar-button/>
    <toolbar-button/>
  </x:overlay>
</x:config>

The Xopus for DITA setup from the Xopus distribution has an example of an overlay.

Note that the child elements of the overlay element use a different namespace from the configuration directives.

To position the new UI elements, or to hide existing ones, you can reference items by their ID. Here is the list of IDs of components in the toolbar:

  • StandardGroup

    • SaveButton

    • ReloadButton

    • PrintButton

    • UndoButton

    • RedoButton

  • SidebarGroup

    • SpellCheckerButton

    • ShowChangesButton

    • FindReplaceButton

    • ShowPropertiesButton

  • EditGroup

    • CutButton

    • CopyButton

    • PasteButton

  • NodeGroup

    • InsertMenuButton

    • DeleteMenuButton

  • FormatGroup

    • strongRoleButton

    • emphasisRoleButton

    • underlineRoleButton

    • superscriptRoleButton

    • subscriptRoleButton

  • ListGroup

    • unorderedlistRoleButton

    • orderedlistRoleButton

  • InsertGroup

    • hyperlinkRoleButton

    • InsertTableMenuButton

    • InsertImageButton

    • InsertSymbolMenuButton

  • MoveGroup

    • OutdentButton

    • IndentButton

    • MoveUpMenuButton

    • MoveDownMenuButton

  • CustomGroup


overlay element

Namespace: http://xopus.com/xmlns/config

Allowed Children

toolbar-group
toolbar-button
dropdown-button

Parent Elements

config

History

version event
Xopus 4.1 Introduction.