11 <relaxng compactSyntax="true" encoding="UTF-8" |
11 <relaxng compactSyntax="true" encoding="UTF-8" |
12 location="../RelaxNG/publidoc.rnc"/> |
12 location="../RelaxNG/publidoc.rnc"/> |
13 |
13 |
14 <css location="Css/publidoc.css" name="Publidoc"/> |
14 <css location="Css/publidoc.css" name="Publidoc"/> |
15 |
15 |
|
16 <!-- ================================================================== --> |
16 <template location="Templates/publidoc_topic.xml" name="Topic"/> |
17 <template location="Templates/publidoc_topic.xml" name="Topic"/> |
17 <template location="Templates/publidoc_document.xml" name="Document"/> |
18 <template location="Templates/publidoc_document.xml" name="Document"/> |
|
19 |
|
20 <!-- ================================================================== --> |
|
21 <menu label="_Publidoc"> |
|
22 <menu label="Tableaux"> |
|
23 <item label="Ligne – Insérer avant" |
|
24 icon="xxe-config:common/icons/insertRowBefore.png" |
|
25 command="tableEdit" parameter="insertRowBefore"/> |
|
26 <item label="Ligne – Insérer après" |
|
27 icon="xxe-config:common/icons/insertRowAfter.png" |
|
28 command="tableEdit" parameter="insertRowAfter"/> |
|
29 <item label="Ligne – Supprimer" |
|
30 icon="xxe-config:common/icons/deleteRow.png" |
|
31 command="tableEdit" parameter="deleteRow"/> |
|
32 <separator /> |
|
33 <item label="Colonne – Insérer avant" |
|
34 icon="xxe-config:common/icons/insertColumnBefore.png" |
|
35 command="tableEdit" parameter="insertColumnBefore"/> |
|
36 <item label="Colonne – Insérer après" |
|
37 icon="xxe-config:common/icons/insertColumnAfter.png" |
|
38 command="tableEdit" parameter="insertColumnAfter"/> |
|
39 <item label="Colonne – Supprimer" |
|
40 icon="xxe-config:common/icons/deleteColumn.png" |
|
41 command="tableEdit" parameter="deleteColumn"/> |
|
42 </menu> |
|
43 </menu> |
|
44 |
|
45 <command name="tableEdit"> |
|
46 <class>com.xmlmind.xmleditext.docbook.table.CALSTableEdit</class> |
|
47 </command> |
|
48 |
|
49 <validateHook name="cols_checker"> |
|
50 <class>com.xmlmind.xmleditext.docbook.table.ValidateHookImpl</class> |
|
51 </validateHook> |
18 </configuration> |
52 </configuration> |