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/organisation/compositionOdtTransf/xml.xed.xml

    r10812 r11151  
    9696                <se:template se:id="atts_when"> 
    9797                        <attribute se:name="codes" se:bind="attribute" tooltiptext="&organisation.composition.codes;"> 
    98                                 <wordsInput trim="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$"/> 
     98                                <wordsInput trim="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$" frenchPonct="false"/> 
    9999                        </attribute> 
    100100                        <ptritem se:bind="plugin" se:attributes="sc:refUri" class="xmlview" regexpSgn=".*#Cond\b.*" tooltiptext="&organisation.composition.condition;"/> 
     
    146146        </se:choice> 
    147147        <attribute se:id="sm:linkPartCode" tooltiptext="Codes des 'sm:part' séparés par des espaces ou '*'." se:bind="attribute" se:name="codes" se:defaultvalue="*" se:mandat="true"> 
    148                 <wordsInput notnull="true" trim="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$"/> 
     148                <wordsInput notnull="true" trim="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$" frenchPonct="false"/> 
    149149        </attribute> 
    150150        <!--** inDataOrder --> 
     
    257257                        <atts> 
    258258                                <attribute se:id="axis" se:bind="attribute" se:name="axis"> 
    259                                         <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')"/> 
     259                                        <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')" frenchPonct="false"/> 
    260260                                </attribute> 
    261261                        </atts> 
     
    331331                                                <atts> 
    332332                                                        <attribute se:name="key" se:bind="attribute" se:mandat="true"> 
    333                                                                 <wordsInput trim="true" notnull="true"/> 
     333                                                                <wordsInput trim="true" notnull="true" validRegExp="^[a-zA-Z0-9]+$" frenchPonct="false"/> 
    334334                                                        </attribute> 
    335335                                                </atts> 
     
    355355                                                <atts> 
    356356                                                        <attribute se:name="key" se:bind="attribute" se:mandat="true"> 
    357                                                                 <wordsInput trim="true" notnull="true"/> 
     357                                                                <wordsInput trim="true" notnull="true" validRegExp="^[a-zA-Z0-9]+$" frenchPonct="false"/> 
    358358                                                        </attribute> 
    359359                                                </atts> 
     
    518518                                        <atts> 
    519519                                                <attribute se:bind="attribute" se:name="category" se:mandat="false"> 
    520                                                         <wordsInput notnull="true" trim="true" flex="1" autocompleteProviderXPath="id('categorySequence')"/> 
     520                                                        <wordsInput notnull="true" trim="true" flex="1" autocompleteProviderXPath="id('categorySequence')" frenchPonct="false"/> 
    521521                                                </attribute> 
    522522                                        </atts> 
     
    547547                        <atts> 
    548548                                <attribute se:bind="attribute" se:name="category" se:mandat="true"> 
    549                                         <wordsInput notnull="true" trim="true" autocompleteProviderXPath="id('categoryBlock')"/> 
     549                                        <wordsInput notnull="true" trim="true" autocompleteProviderXPath="id('categoryBlock')" frenchPonct="false"/> 
    550550                                </attribute> 
    551551                        </atts> 
     
    577577                        <atts> 
    578578                                <attribute se:bind="attribute" se:name="category" se:mandat="true"> 
    579                                         <wordsInput notnull="true" trim="true" autocompleteProviderXPath="id('categoryBlock')"/> 
     579                                        <wordsInput notnull="true" trim="true" autocompleteProviderXPath="id('categoryBlock')" frenchPonct="false"/> 
    580580                                </attribute> 
    581581                        </atts> 
     
    683683                                        <atts> 
    684684                                                <attribute se:bind="attribute" se:name="code"> 
    685                                                         <wordsInput trim="true" flex="1" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')"/> 
     685                                                        <wordsInput trim="true" flex="1" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')" frenchPonct="false"/> 
    686686                                                </attribute> 
    687687                                        </atts> 
Note: See TracChangeset for help on using the changeset viewer.