Ignore:
Timestamp:
06/05/08 16:17:28 (4 years ago)
Author:
sam
Message:

passe sur les xed: ajout de frenchPonct="false" / validRegExp="..."

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/es/content/data/dataFormXhtmlTransf/xml.xed.xml

    r10743 r11151  
    5252 
    5353                <attribute se:id="att_key" se:name="key" se:bind="attribute" se:mandat="true"> 
    54                         <wordsInput trim="true" notnull="true"/> 
     54                        <wordsInput trim="true" validRegExp="^[a-zA-Z0-9]+$" notnull="true" frenchPonct="false"/> 
    5555                </attribute> 
    5656 
    5757                <attribute se:id="att_class" se:name="class" se:bind="attribute"> 
    58                         <wordsInput trim="true"/> 
     58                        <wordsInput trim="true" validRegExp="^[a-zA-Z0-9-_ ]+$" frenchPonct="false"/> 
    5959                </attribute> 
    6060                         
    6161                <se:template se:id="atts_widget"> 
    6262                        <attribute se:name="widgetClass" se:bind="attribute"> 
    63                                 <wordsInput trim="true"/> 
     63                                <wordsInput trim="true" validRegExp="^[a-zA-Z0-9-_ ]+$" frenchPonct="false"/> 
    6464                        </attribute> 
    6565                        <attribute se:name="crossRefEntries" se:bind="attribute"> 
    66                                 <wordsInput trim="true"/> 
     66                                <wordsInput trim="true" frenchPonct="false"/> 
    6767                        </attribute> 
    6868                </se:template> 
     
    103103                                                <atts> 
    104104                                                        <attribute se:bind="attribute" se:name="path" se:mandat="true" se:defaultvalue="/@@"> 
    105                                                                 <wordsInput trim="true" notnull="true"/> 
     105                                                                <wordsInput trim="true" notnull="true" frenchPonct="false"/> 
    106106                                                        </attribute> 
    107107                                                </atts> 
     
    162162                                                <atts> 
    163163                                                        <attribute se:bind="attribute" se:name="path" se:mandat="true" se:defaultvalue="/@@"> 
    164                                                                 <wordsInput trim="true" notnull="true"/> 
     164                                                                <wordsInput trim="true" notnull="true" frenchPonct="false"/> 
    165165                                                        </attribute> 
    166166                                                </atts> 
     
    515515                                                                <atts> 
    516516                                                                        <attribute se:id="refCode" se:name="refCode" se:bind="attribute" se:mandat="true"> 
    517                                                                                 <wordsInput trim="true" notnull="true"/> 
     517                                                                                <wordsInput trim="true" notnull="true" frenchPonct="false"/> 
    518518                                                                        </attribute> 
    519519                                                                        <attribute se:id="prefix" se:name="prefixIfExist" se:bind="attribute"> 
     
    573573                                                                        <atts> 
    574574                                                                                <attribute se:name="codes" se:bind="attribute" se:mandat="true" tooltiptext="Codes des 'sm:field' séparés par des espaces."> 
    575                                                                                         <wordsInput trim="true" notnull="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$"/> 
     575                                                                                        <wordsInput trim="true" notnull="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$" frenchPonct="false"/> 
    576576                                                                                </attribute> 
    577577                                                                        </atts> 
     
    584584                                                                        <atts> 
    585585                                                                                <attribute se:name="codes" se:bind="attribute" se:mandat="true" tooltiptext="Codes des 'sm:group' séparés par des espaces."> 
    586                                                                                         <wordsInput trim="true" notnull="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$"/> 
     586                                                                                        <wordsInput trim="true" notnull="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$" frenchPonct="false"/> 
    587587                                                                                </attribute> 
    588588                                                                        </atts> 
     
    595595                                                                        <atts> 
    596596                                                                                <attribute se:name="codes" se:bind="attribute" se:mandat="true" tooltiptext="Codes des 'sm:setOf' séparés par des espaces."> 
    597                                                                                         <wordsInput trim="true" notnull="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$"/> 
     597                                                                                        <wordsInput trim="true" notnull="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$" frenchPonct="false"/> 
    598598                                                                                </attribute> 
    599599                                                                        </atts> 
     
    611611                                                                        <atts> 
    612612                                                                                <attribute se:name="codes" se:bind="attribute" se:mandat="true" tooltiptext="Codes des 'sm:subData' séparés par des espaces."> 
    613                                                                                         <wordsInput trim="true" notnull="true" filterRegExp="^([a-zA-Z0-9 ]+)$"/> 
     613                                                                                        <wordsInput trim="true" notnull="true" filterRegExp="^([a-zA-Z0-9 ]+)$" frenchPonct="false"/> 
    614614                                                                                </attribute> 
    615615                                                                        </atts> 
     
    627627                                                                                        <atts> 
    628628                                                                                                <attribute se:name="codes" se:bind="attribute" tooltiptext="&data.dataform.codes;"> 
    629                                                                                                         <wordsInput trim="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$"/> 
     629                                                                                                        <wordsInput trim="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$" frenchPonct="false"/> 
    630630                                                                                                </attribute> 
    631631                                                                                                <ptritem se:bind="plugin" se:attributes="sc:refUri" class="xmlview" regexpSgn=".*#Cond\b.*" tooltiptext="&data.dataform.condition;"/> 
     
    812812                                                                                                <atts> 
    813813                                                                                                        <attribute se:name="field" se:id="nav_elt_field" se:bind="attribute" se:mandat="true"> 
    814                                                                                                                 <wordsInput trim="true" notnull="true"/> 
     814                                                                                                                <wordsInput trim="true" notnull="true" frenchPonct="false"/> 
    815815                                                                                                        </attribute> 
    816816                                                                                                </atts> 
Note: See TracChangeset for help on using the changeset viewer.