blob: b5f70b9f6b5f1002b0a384ec56673b6106aabafe [file] [log] [blame]
<?xml version='1.0' encoding='ISO-8859-1'?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<configuration
xsi:schemaLocation="http://www.xmlmind.com/xmleditor/schema/configuration
xxe-config:configuration/xsd/configuration.xsd"
xmlns="http://www.xmlmind.com/xmleditor/schema/configuration"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:cfg="http://www.xmlmind.com/xmleditor/schema/configuration">
<toolBar>
<button toolTip="Convert to strong"
icon="xxe-config:common/icons2/b.gif">
<command name="convert" parameter="[implicitElement] strong" />
</button>
<button toolTip="Convert to emphasis"
icon="xxe-config:common/icons2/emphasis.gif">
<command name="convert" parameter="[implicitElement] em" />
</button>
<button toolTip="Convert to code"
icon="xxe-config:common/icons2/tt.gif">
<command name="convert" parameter="[implicitElement] code" />
</button>
<button toolTip="Convert to link"
icon="xxe-config:common/icons2/link_menu.gif">
<menu>
<item label="link" command="forrest.convertLink"/>
<item label="fork" command="forrest.convertFork"/>
</menu>
</button>
<button toolTip="Convert to subscript" icon="icons/sub.png">
<command name="convert" parameter="[implicitElement] sub" />
</button>
<button toolTip="Convert to superscript" icon="icons/sup.png">
<command name="convert" parameter="[implicitElement] sup" />
</button>
<button toolTip="Convert to plain text" icon="xxe-config:common/icons2/plain.gif">
<command name="convert" parameter="[implicitElement] #text" />
</button>
<separator />
<button toolTip="Add section" icon="xxe-config:common/icons2/section.gif">
<command name="add" parameter="after[implicitElement] section" />
</button>
<button toolTip="Add paragraph" icon="xxe-config:common/icons2/para.gif">
<command name="add" parameter="after[implicitElement] p" />
</button>
<button toolTip="Add source" icon="xxe-config:common/icons2/edit.gif">
<command name="add" parameter="after[implicitElement] source" />
</button>
<button toolTip="Add note" icon="icons/note.png">
<menu>
<item label="Add note" command="add" parameter="after[implicitElement] note" />
<item label="Add warning" command="add" parameter="after[implicitElement] warning" />
<item label="Add fixme" command="add" parameter="after[implicitElement] fixme" />
</menu>
</button>
<separator />
<button toolTip="Add unordered list"
icon="xxe-config:common/icons2/itemizedlist.gif">
<command name="add" parameter="after[implicitElement] ul" />
</button>
<button toolTip="Add ordered list" icon="xxe-config:common/icons2/orderedlist.gif">
<command name="add" parameter="after[implicitElement] ol" />
</button>
<button toolTip="Table" icon="xxe-config:common/icons2/table.gif">
<menu>
<item label="With heading row" command="add" parameter="after[implicitElement] #template(table,tableHeaded)" />
<item label="Without heading row" command="add" parameter="after[implicitElement] #template(table,tableUnheaded)" />
<separator />
<item label="Insert Column Before" command="forrest.tableColumn" parameter="insertBefore"/>
<item label="Insert Column After" command="forrest.tableColumn" parameter="insertAfter"/>
<item label="Delete Column" command="forrest.tableColumn" parameter="delete"/>
<separator />
<item label="Insert Row Before" command="forrest.tableRow" parameter="insertBefore"/>
<item label="Insert Row After" command="forrest.tableRow" parameter="insertAfter"/>
<item label="Delete Row" command="forrest.tableRow" parameter="delete"/>
</menu>
</button>
<button toolTip="Add image" icon="xxe-config:common/icons2/figure.gif">
<command name="add" parameter="after[implicitElement] img" />
</button>
</toolBar>
</configuration>