Kenneth Johansson wrote:
> I'm trying to add an extra menu that should be available next to 
> the Docbook menu. It's a simple menu which has a lot of product names 
> that the writer can insert. I've included a file with my menu and added 
> it to docbook.xxe:
>  
>   <load location="docbook.jar" />
>   <help location="docbook_help.jar" />
>   <include location="common.incl" />
>   <include location="xslMenu.incl" />
>   <include location="toolBar.incl" />
>   <include location="products.incl" />
>  
> This works fine but now the "DocBook" menu is removed, and if I move the 
> inclusion up above common.incl the DocBook menu is visible but my menu 
> is gone. What am I doing wrong?

There is currently no way to add an extra menu which would be next to 
the DocBook menu. This feature is planned for V3.

The best you can do for now is to add a submenu to the DocBook menu.

This is very simple to do and  is explained here:
http://www.xmlmind.com/xmleditor/_distrib/docs/configure/ch04s02s03.html

Note that what is said there for the toolbar:

http://www.xmlmind.com/xmleditor/_distrib/docs/configure/ch06s24.html

also applies to the ``XML menu'' (concept: a placeholder which may be 
replaced by a document type specific menu):

http://www.xmlmind.com/xmleditor/_distrib/docs/configure/ch06s14.html


Reply via email to