Xxe/publiquiz.xxe
changeset 87 35606ecc54fc
child 125 dd9b04a54839
equal deleted inserted replaced
86:2d51a1795ed3 87:35606ecc54fc
       
     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-check.xml"
       
    20             name="Exercice QCM – check"/>
       
    21   <template location="Templates/publiquiz_blanks-fill.xml"
       
    22             name="Exercice à trous – saisie libre"/>
       
    23   <template location="Templates/publiquiz_blanks-select.xml"
       
    24             name="Exercice à trous – liste fermée"/>
       
    25   <template location="Templates/publiquiz_point.xml"
       
    26             name="Exercice de pointage"/>
       
    27   <template location="Templates/publiquiz_matching.xml"
       
    28             name="Exercice d'appariement"/>
       
    29   <template location="Templates/publiquiz_sort.xml"
       
    30             name="Exercice de tri"/>
       
    31   <template location="Templates/publiquiz_production.xml"
       
    32             name="Exercice de production"/>
       
    33   <template location="Templates/publiquiz_composite.xml"
       
    34             name="Exercices composites"/>
       
    35 
       
    36   <!-- ================================================================== -->
       
    37   <menu label="_Publiquiz">
       
    38     <menu label="Tableaux">
       
    39       <item label="Ligne – Insérer avant"
       
    40             icon="xxe-config:common/icons/insertRowBefore.png"
       
    41             command="tableEdit" parameter="insertRowBefore"/>
       
    42       <item label="Ligne – Insérer après"
       
    43             icon="xxe-config:common/icons/insertRowAfter.png"
       
    44             command="tableEdit" parameter="insertRowAfter"/>
       
    45       <item label="Ligne – Supprimer"
       
    46             icon="xxe-config:common/icons/deleteRow.png"
       
    47             command="tableEdit" parameter="deleteRow"/>
       
    48       <separator />
       
    49       <item label="Colonne – Insérer avant"
       
    50             icon="xxe-config:common/icons/insertColumnBefore.png"
       
    51             command="tableEdit" parameter="insertColumnBefore"/>
       
    52       <item label="Colonne – Insérer après"
       
    53             icon="xxe-config:common/icons/insertColumnAfter.png"
       
    54             command="tableEdit" parameter="insertColumnAfter"/>
       
    55       <item label="Colonne – Supprimer"
       
    56             icon="xxe-config:common/icons/deleteColumn.png"
       
    57             command="tableEdit" parameter="deleteColumn"/>
       
    58     </menu>
       
    59   </menu>
       
    60   
       
    61   <command name="tableEdit">
       
    62     <class>com.xmlmind.xmleditext.docbook.table.CALSTableEdit</class>
       
    63   </command>
       
    64   
       
    65   <validateHook name="cols_checker">
       
    66     <class>com.xmlmind.xmleditext.docbook.table.ValidateHookImpl</class>
       
    67   </validateHook>  
       
    68 </configuration>