1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!-- $Id$ --> |
|
3 <configuration name="Publiquiz" |
|
4 xmlns="http://www.xmlmind.com/xmleditor/schema/configuration" |
|
5 xmlns:cfg="http://www.xmlmind.com/xmleditor/schema/configuration"> |
|
6 |
|
7 <detect> |
|
8 <rootElementLocalName>publiquiz</rootElementLocalName> |
|
9 </detect> |
|
10 |
|
11 <relaxng compactSyntax="true" encoding="UTF-8" |
|
12 location="../RelaxNG/publiquiz.rnc"/> |
|
13 |
|
14 <css location="Css/publiquiz.css" name="Publiquiz"/> |
|
15 |
|
16 <!-- ================================================================== --> |
|
17 <template location="Templates/publiquiz_choices-radio.xml" |
|
18 name="Exercice QCM – radio"/> |
|
19 <template location="Templates/publiquiz_choices-radio_image.xml" |
|
20 name="Exercice QCM – radio avec images"/> |
|
21 <template location="Templates/publiquiz_choices-check.xml" |
|
22 name="Exercice QCM – check"/> |
|
23 <template location="Templates/publiquiz_choices-check_image.xml" |
|
24 name="Exercice QCM – check avec images"/> |
|
25 <template location="Templates/publiquiz_blanks-fill.xml" |
|
26 name="Exercice à trous – saisie libre"/> |
|
27 <template location="Templates/publiquiz_blanks-select.xml" |
|
28 name="Exercice à trous – liste fermée"/> |
|
29 <template location="Templates/publiquiz_point.xml" |
|
30 name="Exercice de pointage"/> |
|
31 <template location="Templates/publiquiz_matching.xml" |
|
32 name="Exercice d'appariement"/> |
|
33 <template location="Templates/publiquiz_matching_image.xml" |
|
34 name="Exercice d'appariement avec images"/> |
|
35 <template location="Templates/publiquiz_sort.xml" |
|
36 name="Exercice de tri"/> |
|
37 <template location="Templates/publiquiz_sort_image.xml" |
|
38 name="Exercice de tri avec images"/> |
|
39 <template location="Templates/publiquiz_categories.xml" |
|
40 name="Exercice de catégories"/> |
|
41 <template location="Templates/publiquiz_categories_image.xml" |
|
42 name="Exercice de catégories avec images"/> |
|
43 <template location="Templates/publiquiz_production.xml" |
|
44 name="Exercice de production"/> |
|
45 <template location="Templates/publiquiz_composite.xml" |
|
46 name="Exercices composites"/> |
|
47 |
|
48 <!-- ================================================================== --> |
|
49 <menu label="_Publiquiz"> |
|
50 <menu label="Tableaux"> |
|
51 <item label="Ligne – Insérer avant" |
|
52 icon="xxe-config:common/icons/insertRowBefore.png" |
|
53 command="tableEdit" parameter="insertRowBefore"/> |
|
54 <item label="Ligne – Insérer après" |
|
55 icon="xxe-config:common/icons/insertRowAfter.png" |
|
56 command="tableEdit" parameter="insertRowAfter"/> |
|
57 <item label="Ligne – Supprimer" |
|
58 icon="xxe-config:common/icons/deleteRow.png" |
|
59 command="tableEdit" parameter="deleteRow"/> |
|
60 <separator /> |
|
61 <item label="Colonne – Insérer avant" |
|
62 icon="xxe-config:common/icons/insertColumnBefore.png" |
|
63 command="tableEdit" parameter="insertColumnBefore"/> |
|
64 <item label="Colonne – Insérer après" |
|
65 icon="xxe-config:common/icons/insertColumnAfter.png" |
|
66 command="tableEdit" parameter="insertColumnAfter"/> |
|
67 <item label="Colonne – Supprimer" |
|
68 icon="xxe-config:common/icons/deleteColumn.png" |
|
69 command="tableEdit" parameter="deleteColumn"/> |
|
70 </menu> |
|
71 </menu> |
|
72 |
|
73 <command name="tableEdit"> |
|
74 <class>com.xmlmind.xmleditext.docbook.table.CALSTableEdit</class> |
|
75 </command> |
|
76 |
|
77 <validateHook name="cols_checker"> |
|
78 <class>com.xmlmind.xmleditext.docbook.table.ValidateHookImpl</class> |
|
79 </validateHook> |
|
80 </configuration> |
|