<ribbon name="ribbon" replace="configSpecificRibbonItems" /> <toolBarItems name="configSpecificToolBarItems"> <class>com.xmlmind.xmleditapp.desktop.part.ConfigSpecificToolBarItems</class> </toolBarItems> <toolBar name="configSpecificToolBar"> <toolBarItems name="configSpecificToolBarItems" /> </toolBar> <layout label="Document Editor" icon="docedit.png"> <topToolBars> <ribbon name="ribbon" /> <toolBar name="configSpecificToolBar" /> <group name="nodePathToolBar"> <tool name="nodePathTool" stretch="1" /> <toolBar name="selectToolBar" /> </group> </topToolBars> <insert /> </layout>
This removes the configuration specific buttons (element Attribute | |
Declare a part allowing to add the configuration specific buttons to a tool bar by the means of a toolBarItems element called " | |
Declare a new tool bar called " | |
This new | |
Replace the stock topToolBars child in the layout element by a custom one. This child element can contain one or more horizontal | |
Without the use of insert, the above |