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/odTemplate/odTemplateText/xml.xed.xml

    r11003 r11151  
    7676                        <atts> 
    7777                                <attribute se:bind="attribute" se:name="axis"> 
    78                                         <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')"/> 
     78                                        <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')" frenchPonct="false"/> 
    7979                                </attribute> 
    8080                        </atts> 
     
    8383                        <atts> 
    8484                                <attribute se:bind="attribute" se:name="axis"> 
    85                                         <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')"/> 
     85                                        <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')" frenchPonct="false"/> 
    8686                                </attribute> 
    8787                        </atts> 
     
    9292                                        <atts> 
    9393                                                <attribute se:bind="attribute" se:name="path" se:mandat="true" se:defaultvalue="/@@"> 
    94                                                         <wordsInput trim="true" notnull="true"/> 
     94                                                        <wordsInput trim="true" notnull="true" frenchPonct="false"/> 
    9595                                                </attribute> 
    9696                                        </atts> 
     
    116116                                </attribute> 
    117117                                <!--attribute se:bind="attribute" se:name="axis"> A priori pas d'intéret 
    118                                         <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')"/> 
     118                                        <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')" frenchPonct="false"/> 
    119119                                </attribute--> 
    120120                        </atts> 
     
    344344                                                                <atts> 
    345345                                                                        <attribute se:bind="attribute" se:name="refCategory" se:mandat="true"> 
    346                                                                                 <wordsInput notnull="true" trim="true" flex="1" autocompleteProviderXPath="id('categoryBlock')"/> 
     346                                                                                <wordsInput notnull="true" trim="true" flex="1" autocompleteProviderXPath="id('categoryBlock')" frenchPonct="false"/> 
    347347                                                                        </attribute> 
    348348                                                                        <attribute se:bind="attribute" se:name="hideIfNoBlocks" se:defaultvalue="yes" tooltiptext="Masquer si il n'y a aucun block"> 
     
    415415                                                                                                                                        <atts> 
    416416                                                                                                                                                <attribute se:name="key" se:bind="attribute" se:mandat="true"> 
    417                                                                                                                                                         <wordsInput trim="true" notnull="true"/> 
     417                                                                                                                                                        <wordsInput trim="true" notnull="true" validRegExp="^[a-zA-Z0-9]+$" frenchPonct="false"/> 
    418418                                                                                                                                                </attribute> 
    419419                                                                                                                                        </atts> 
     
    499499                                                                                                                <atts> 
    500500                                                                                                                        <attribute se:name="key" se:bind="attribute" se:mandat="true"> 
    501                                                                                                                                 <wordsInput trim="true" notnull="true"/> 
     501                                                                                                                                <wordsInput trim="true" notnull="true" validRegExp="^[a-zA-Z0-9]+$" frenchPonct="false"/> 
    502502                                                                                                                        </attribute> 
    503503                                                                                                                </atts> 
     
    542542                                                                <atts> 
    543543                                                                        <attribute se:bind="attribute" se:name="refCategory" se:mandat="true"> 
    544                                                                                 <wordsInput notnull="true" trim="true" flex="1" autocompleteProviderXPath="id('categorySequence')"/> 
     544                                                                                <wordsInput notnull="true" trim="true" flex="1" autocompleteProviderXPath="id('categorySequence')" frenchPonct="false"/> 
    545545                                                                        </attribute> 
    546546                                                                        <attribute se:bind="attribute" se:name="hideIfNoEntry" se:defaultvalue="yes" tooltiptext="Masquer si il n'y a aucune entrée à afficher dans cet index"> 
     
    623623                                                                                        <atts> 
    624624                                                                                                <attribute se:name="key" se:bind="attribute" se:mandat="true"> 
    625                                                                                                         <wordsInput trim="true" notnull="true"/> 
     625                                                                                                        <wordsInput trim="true" notnull="true" validRegExp="^[a-zA-Z0-9]+$" frenchPonct="false"/> 
    626626                                                                                                </attribute> 
    627627                                                                                        </atts> 
     
    772772                                        <atts> 
    773773                                                <attribute se:bind="attribute" se:name="category" se:mandat="true"> 
    774                                                         <wordsInput notnull="true" trim="true" flex="1" autocompleteProviderXPath="id('categorySequence')"/> 
     774                                                        <wordsInput notnull="true" trim="true" flex="1" autocompleteProviderXPath="id('categorySequence')" frenchPonct="false"/> 
    775775                                                </attribute> 
    776776                                                <attribute se:bind="attribute" se:name="prefix" se:mandat="false"> 
     
    795795                                        <atts> 
    796796                                                <attribute se:bind="attribute" se:name="category" se:mandat="true"> 
    797                                                         <wordsInput notnull="true" trim="true" flex="1" autocompleteProviderXPath="id('categoryBlock')"/> 
     797                                                        <wordsInput notnull="true" trim="true" flex="1" autocompleteProviderXPath="id('categoryBlock')" frenchPonct="false"/> 
    798798                                                </attribute> 
    799799                                                <attribute se:bind="attribute" se:name="sort" se:mandat="true" se:defaultvalue="ascending" tooltiptext="Trie les blocks selon la clef de trie définie dans les WDataBlocks"> 
Note: See TracChangeset for help on using the changeset viewer.