Ignore:
Timestamp:
12/19/06 18:27:30 (5 years ago)
Author:
sys
Message:

Personnalisation d'une extension d'un item de composition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/es/content/xEdition/core.xed.xml

    r7197 r7817  
    6868                                </attribute> 
    6969                                <attribute se:bind="attribute" se:name="targetPrefix" se:mandat="true"> 
    70                                         <wordsInput notnull="true" trim="true" validRegExp="^[a-zA-Z0-9_À-ÿ:\\\/.&amp;$-]+$" autocompleteProviderXPath="../../xul:wspInputHistoryProvider[@code='targetPrefix']"/> 
     70                                        <wordsInput notnull="true" trim="true" validRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="../../xul:wspInputHistoryProvider[@code='targetPrefix']"/> 
    7171                                </attribute> 
    7272                                <attribute se:bind="attribute" se:name="code" se:mandat="true"> 
    73                                         <wordsInput notnull="true" trim="true" filterRegExp="^[a-zA-Z0-9]+$"/> 
     73                                        <wordsInput notnull="true" trim="true" validRegExp="^[a-zA-Z0-9]+$"/> 
     74                                </attribute> 
     75                        </atts> 
     76                </element> 
     77                <element se:id="sm:identificationWithExt" se:bind="element" se:name="sm:identification" se:card="1"> 
     78                        <atts> 
     79                                <wspInputHistoryProvider code="identifNamespace"/> 
     80                                <wspInputHistoryProvider code="targetPrefix"/> 
     81                                <attribute se:bind="attribute" se:name="targetNamespace" se:mandat="true"> 
     82                                        <wordsInput notnull="true" trim="true" validRegExp="^[a-zA-Z0-9_À-ÿ:\\\/.&amp;$-]+$" autocompleteProviderXPath="../../xul:wspInputHistoryProvider[@code='identifNamespace']"/> 
     83                                </attribute> 
     84                                <attribute se:bind="attribute" se:name="targetPrefix" se:mandat="true"> 
     85                                        <wordsInput notnull="true" trim="true" validRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="../../xul:wspInputHistoryProvider[@code='targetPrefix']"/> 
     86                                </attribute> 
     87                                <attribute se:bind="attribute" se:name="code" se:mandat="true"> 
     88                                        <wordsInput notnull="true" trim="true" validRegExp="^[a-zA-Z0-9]+$"/> 
     89                                </attribute> 
     90                                <attribute se:bind="attribute" se:name="itemExtension" se:defaultvalue="xml" tooltiptext="Extension du fichier sans le point : 'module', 'etape'..."> 
     91                                        <wordsInput notnull="true" trim="true"/> 
    7492                                </attribute> 
    7593                        </atts> 
Note: See TracChangeset for help on using the changeset viewer.