Add the following menu configuration element to your custom .xxe
file:
<menu label="English label of the menu
">
<insert />
</menu>
Configuration Name | English label of the menu |
---|---|
DocBook v5+ DocBook |
|
XHTML Strict XHTML Transitional |
|
After the insert
element, add one or more separator
and/or item
and/or menu
elements. Example:
<menu label="_DocBook"> <insert /> <separator /> <item label="TEST #_1" icon="xxe-config:common/icons2/help.gif" command="alert" parameter="TEST #1" /> <separator /> <menu label="SUBMENU"> <item label="TEST #_2" command="alert" parameter="TEST #2" /> </menu> </menu>
The icon
attribute is optional for item
elements.
The "_
" character in the label
attribute is optional. It is used to specify the position of the menu mnemonic, if any.