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/odWidget/freeOdWidget/xml.xed.xml

    r10765 r11151  
    5050                        <atts> 
    5151                                <attribute se:bind="attribute" se:name="code" se:mandat="true"> 
    52                                         <wordsInput trim="true" notnull="true"/> 
     52                                        <wordsInput trim="true" notnull="true" validRegExp="^[a-zA-Z0-9]+$" frenchPonct="false"/> 
    5353                                </attribute> 
    5454                                <attribute se:bind="attribute" se:name="info"> 
     
    6161                                        <atts> 
    6262                                                <attribute se:bind="attribute" se:name="key" se:mandat="true"> 
    63                                                         <wordsInput trim="true" notnull="true"/> 
     63                                                        <wordsInput trim="true" notnull="true" validRegExp="^[a-zA-Z0-9]+$" frenchPonct="false"/> 
    6464                                                </attribute> 
    6565                                                <attribute se:bind="attribute" se:name="occurence" se:mandat="true" se:defaultvalue="One"> 
     
    7777                                        <atts>                                           
    7878                                                <attribute se:bind="attribute" se:name="contentFormat" se:mandat="true" se:defaultvalue="od"> 
    79                                                         <wordsInput notnull="true" trim="true" autocompleteProviderXPath="../xul:fixedProvider"/> 
     79                                                        <wordsInput notnull="true" trim="true" autocompleteProviderXPath="../xul:fixedProvider" frenchPonct="false"/> 
    8080                                                        <fixedProvider> 
    8181                                                                <fpItem value="od"/> 
     
    105105                                                        <atts> 
    106106                                                                <attribute se:bind="attribute" se:name="path" se:mandat="true"> 
    107                                                                         <wordsInput trim="true" notnull="true"/> 
     107                                                                        <wordsInput trim="true" notnull="true" frenchPonct="false"/> 
    108108                                                                </attribute> 
    109109                                                        </atts> 
     
    169169                                                <ptritem se:bind="plugin" se:attributes="sc:refUri" class="xmlview" notnull="true" regexpSgn=".*#Image\b.*"/> 
    170170                                                <attribute se:bind="attribute" se:name="code" se:mandat="true"> 
    171                                                         <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$"/> 
     171                                                        <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" frenchPonct="false"/> 
    172172                                                </attribute> 
    173173                                        </atts> 
     
    177177                                        <atts> 
    178178                                                <attribute se:bind="attribute" se:name="category"> 
    179                                                         <wordsInput trim="true"/> 
     179                                                        <wordsInput trim="true" frenchPonct="false"/> 
    180180                                                </attribute> 
    181181                                        </atts> 
     
    185185                                        <atts> 
    186186                                                <attribute se:bind="attribute" se:name="category"> 
    187                                                         <wordsInput trim="true"/> 
     187                                                        <wordsInput trim="true" frenchPonct="false"/> 
    188188                                                </attribute> 
    189189                                        </atts> 
Note: See TracChangeset for help on using the changeset viewer.