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

    r11004 r11151  
    5757                <atts> 
    5858                        <attribute se:id="sm:linkForCode" tooltiptext="Codes séparés par des espaces ou '*'." se:bind="attribute" se:name="codes" se:defaultvalue="*" se:mandat="true"> 
    59                                 <wordsInput filterRegExp="^([a-zA-Z0-9 ]+|\*)$" notnull="true" trim="true"/> 
     59                                <wordsInput filterRegExp="^([a-zA-Z0-9 ]+|\*)$" notnull="true" trim="true" frenchPonct="false"/> 
    6060                        </attribute> 
    6161                </atts> 
     
    6363                 
    6464        <attribute se:id="axis" se:bind="attribute" se:name="axis"> 
    65                 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')"/> 
     65                <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')" frenchPonct="false"/> 
    6666        </attribute> 
    6767         
    6868        <se:template se:id="atts_when"> 
    6969                <attribute se:name="codes" se:bind="attribute" tooltiptext="&data.dataform.codes;"> 
    70                         <wordsInput trim="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$"/> 
     70                        <wordsInput trim="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$" frenchPonct="false"/> 
    7171                </attribute> 
    7272                <ptritem se:bind="plugin" se:attributes="sc:refUri" class="xmlview" regexpSgn=".*#Cond\b.*" tooltiptext="&data.dataform.condition;"/> 
     
    124124                <element se:name="sm:fieldName" se:bind="element" se:id="sm:fieldName" forcefilled="true" se:show="ifExist"/> 
    125125                <element se:name="sm:fieldValueString" se:id="sm:fieldValueString" se:bind="element" forcefilled="true" se:show="ifExist"/> 
    126                 <element se:bind="element" se:name="sm:fieldValueEnum" se:id="sm:fieldValueEnum" forcefilled="true" se:show="ifExist"> 
     126                <element se:name="sm:fieldValueEnum" se:bind="element" se:id="sm:fieldValueEnum" forcefilled="true" se:show="ifExist"> 
    127127                        <atts> 
    128128                                <attribute se:id="sm:fieldValueEnum_format" se:bind="attribute" se:name="format" se:defaultvalue="label"> 
     
    736736                        <atts> 
    737737                                <attribute se:id="sm:linkForCode" tooltiptext="Codes séparés par des espaces ou '*'." se:bind="attribute" se:name="codes" se:defaultvalue="*" se:mandat="true"> 
    738                                         <wordsInput filterRegExp="^([a-zA-Z0-9 ]+)$" notnull="true" trim="true"/> 
     738                                        <wordsInput filterRegExp="^([a-zA-Z0-9 ]+)$" notnull="true" trim="true" frenchPonct="false"/> 
    739739                                </attribute> 
    740740                        </atts> 
     
    10491049                                        <atts> 
    10501050                                                <attribute se:bind="attribute" se:name="code"> 
    1051                                                         <wordsInput trim="true" flex="1" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')"/> 
     1051                                                        <wordsInput trim="true" flex="1" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')" frenchPonct="false"/> 
    10521052                                                </attribute> 
    10531053                                        </atts> 
     
    10601060                                                                <atts> 
    10611061                                                                        <attribute se:id="refCode" se:name="refCode" se:bind="attribute" se:mandat="true"> 
    1062                                                                                 <wordsInput trim="true" notnull="true"/> 
     1062                                                                                <wordsInput trim="true" notnull="true" frenchPonct="false"/> 
    10631063                                                                        </attribute> 
    10641064                                                                        <attribute se:id="prefix" se:name="prefixIfExist" se:bind="attribute"> 
Note: See TracChangeset for help on using the changeset viewer.