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

    r11116 r11151  
    6868                 
    6969                <attribute se:id="att_codes-for" tooltiptext="&organisation.composition.codes;" se:bind="attribute" se:name="codes" se:defaultvalue="*" se:mandat="true"> 
    70                         <wordsInput notnull="true" trim="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$"/> 
     70                        <wordsInput notnull="true" trim="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$" frenchPonct="false"/> 
    7171                </attribute> 
    7272                 
    7373                <attribute se:id="att_class" se:name="class" se:bind="attribute"> 
    74                         <wordsInput trim="true"/> 
     74                        <wordsInput trim="true" validRegExp="^[a-zA-Z0-9-_ ]+$" frenchPonct="false"/> 
    7575                </attribute> 
    7676                         
    7777                <se:template se:id="atts_widget"> 
    7878                        <attribute se:name="widgetClass" se:bind="attribute"> 
    79                                 <wordsInput trim="true" notnull="true"/> 
     79                                <wordsInput trim="true" notnull="true" validRegExp="^[a-zA-Z0-9-_ ]+$" frenchPonct="false"/> 
    8080                        </attribute> 
    8181                        <attribute se:name="crossRefEntries" se:bind="attribute"> 
    82                                 <wordsInput trim="true"/> 
     82                                <wordsInput trim="true" frenchPonct="false"/> 
    8383                        </attribute> 
    8484                </se:template> 
     
    8686                <se:template se:id="atts_when"> 
    8787                        <attribute se:name="codes" se:bind="attribute" tooltiptext="&organisation.composition.codes;"> 
    88                                 <wordsInput trim="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$"/> 
     88                                <wordsInput trim="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$" frenchPonct="false"/> 
    8989                        </attribute> 
    9090                        <ptritem se:bind="plugin" se:attributes="sc:refUri" class="xmlview" regexpSgn=".*#Cond\b.*" tooltiptext="&organisation.composition.condition;"/> 
     
    215215                                                <atts> 
    216216                                                        <attribute se:bind="attribute" se:name="path" se:mandat="true" se:defaultvalue="/@@"> 
    217                                                                 <wordsInput trim="true" notnull="true"/> 
     217                                                                <wordsInput trim="true" notnull="true" frenchPonct="false"/> 
    218218                                                        </attribute> 
    219219                                                </atts> 
     
    290290                                                <atts> 
    291291                                                        <attribute se:bind="attribute" se:name="path" se:mandat="true" se:defaultvalue="/@@"> 
    292                                                                 <wordsInput trim="true" notnull="true"/> 
     292                                                                <wordsInput trim="true" notnull="true" frenchPonct="false"/> 
    293293                                                        </attribute> 
    294294                                                </atts> 
     
    636636                                                        <atts> 
    637637                                                                <attribute se:name="key" se:bind="attribute" se:mandat="true"> 
    638                                                                         <wordsInput trim="true" notnull="true"/> 
     638                                                                        <wordsInput trim="true" notnull="true" validRegExp="^[a-zA-Z0-9]+$" frenchPonct="false"/> 
    639639                                                                </attribute> 
    640640                                                        </atts> 
     
    647647                                                        <atts> 
    648648                                                                <attribute se:name="key" se:bind="attribute" se:mandat="true"> 
    649                                                                         <wordsInput trim="true" notnull="true"/> 
     649                                                                        <wordsInput trim="true" notnull="true" validRegExp="^[a-zA-Z0-9]+$" frenchPonct="false"/> 
    650650                                                                </attribute> 
    651651                                                        </atts> 
     
    702702                                                                <xul:ptritem se:bind="plugin" se:attributes="sc:refUri" class="xmlview" regexpSgn=".*#Image\b.*"/> 
    703703                                                                <xul:attribute se:name="sc:src" se:bind="attribute" tooltiptext="Chemin vers une image dans published files"> 
    704                                                                         <xul:wordsInput trim="true"/> 
     704                                                                        <xul:wordsInput trim="true" frenchPonct="false"/> 
    705705                                                                </xul:attribute> 
    706706                                                                <xul:attribute se:bind="attribute" se:name="alt"> 
     
    711711                                                                </xul:attribute> 
    712712                                                                <xul:attribute se:bind="attribute" se:name="class"> 
    713                                                                         <xul:wordsInput/> 
     713                                                                        <xul:wordsInput validRegExp="^[a-zA-Z0-9-_ ]+$" frenchPonct="false"/> 
    714714                                                                </xul:attribute> 
    715715                                                                <xul:attribute se:bind="attribute" se:show="ifExist"> 
    716                                                                         <xul:wordsInput/> 
     716                                                                        <xul:wordsInput frenchPonct="false"/> 
    717717                                                                </xul:attribute> 
    718718                                                        </xul:atts> 
     
    721721                                                        <xul:atts> 
    722722                                                                <xul:attribute se:bind="attribute" se:name="class"> 
    723                                                                         <xul:wordsInput/> 
     723                                                                        <xul:wordsInput validRegExp="^[a-zA-Z0-9-_ ]+$" frenchPonct="false"/> 
    724724                                                                </xul:attribute> 
    725725                                                                <xul:attribute se:bind="attribute" se:show="ifExist"> 
    726                                                                         <xul:wordsInput/> 
     726                                                                        <xul:wordsInput frenchPonct="false"/> 
    727727                                                                </xul:attribute> 
    728728                                                        </xul:atts> 
     
    10801080                                                        <atts> 
    10811081                                                                <attribute se:name="key" se:bind="attribute" se:mandat="true"> 
    1082                                                                         <wordsInput trim="true" notnull="true"/> 
     1082                                                                        <wordsInput trim="true" notnull="true" validRegExp="^[a-zA-Z0-9]+$" frenchPonct="false"/> 
    10831083                                                                </attribute> 
    10841084                                                        </atts> 
     
    10911091                                                        <atts> 
    10921092                                                                <attribute se:name="key" se:bind="attribute" se:mandat="true"> 
    1093                                                                         <wordsInput trim="true" notnull="true"/> 
     1093                                                                        <wordsInput trim="true" notnull="true" validRegExp="^[a-zA-Z0-9]+$" frenchPonct="false"/> 
    10941094                                                                </attribute> 
    10951095                                                        </atts> 
     
    11291129                                                                <xul:ptritem se:bind="plugin" se:attributes="sc:refUri" class="xmlview" regexpSgn=".*#Image\b.*"/> 
    11301130                                                                <xul:attribute se:name="sc:src" se:bind="attribute" tooltiptext="Chemin vers une image dans published files"> 
    1131                                                                         <xul:wordsInput trim="true"/> 
     1131                                                                        <xul:wordsInput trim="true" frenchPonct="false"/> 
    11321132                                                                </xul:attribute> 
    11331133                                                                <xul:attribute se:bind="attribute" se:name="alt"> 
     
    11381138                                                                </xul:attribute> 
    11391139                                                                <xul:attribute se:bind="attribute" se:name="class"> 
    1140                                                                         <xul:wordsInput/> 
     1140                                                                        <xul:wordsInput validRegExp="^[a-zA-Z0-9-_ ]+$" frenchPonct="false"/> 
    11411141                                                                </xul:attribute> 
    11421142                                                                <xul:attribute se:bind="attribute" se:show="ifExist"> 
    1143                                                                         <xul:wordsInput/> 
     1143                                                                        <xul:wordsInput frenchPonct="false"/> 
    11441144                                                                </xul:attribute> 
    11451145                                                        </xul:atts> 
     
    11481148                                                        <xul:atts> 
    11491149                                                                <xul:attribute se:bind="attribute" se:name="class"> 
    1150                                                                         <xul:wordsInput/> 
     1150                                                                        <xul:wordsInput validRegExp="^[a-zA-Z0-9-_ ]+$" frenchPonct="false"/> 
    11511151                                                                </xul:attribute> 
    11521152                                                                <xul:attribute se:bind="attribute" se:show="ifExist"> 
    1153                                                                         <xul:wordsInput/> 
     1153                                                                        <xul:wordsInput frenchPonct="false"/> 
    11541154                                                                </xul:attribute> 
    11551155                                                        </xul:atts> 
     
    12381238                                                                                                <atts> 
    12391239                                                                                                        <attribute se:bind="attribute" se:name="template" se:mandat="true"> 
    1240                                                                                                                 <wordsInput notnull="true" trim="true" autocompleteProviderXPath="id('template')"/> 
     1240                                                                                                                <wordsInput notnull="true" trim="true" autocompleteProviderXPath="id('template')" frenchPonct="false"/> 
    12411241                                                                                                        </attribute> 
    12421242                                                                                                        <attribute se:bind="attribute" se:name="step"> 
    1243                                                                                                                 <wordsInput trim="true" validRegExp="^(\d*)$"/> 
     1243                                                                                                                <wordsInput trim="true" validRegExp="^(\d*)$" frenchPonct="false"/> 
    12441244                                                                                                        </attribute> 
    12451245                                                                                                </atts> 
     
    12721272                                                                                                                <atts> 
    12731273                                                                                                                        <attribute se:name="key" se:bind="attribute" se:mandat="true"> 
    1274                                                                                                                                 <wordsInput trim="true" notnull="true"/> 
     1274                                                                                                                                <wordsInput trim="true" notnull="true" validRegExp="^[a-zA-Z0-9]+$" frenchPonct="false"/> 
    12751275                                                                                                                        </attribute> 
    12761276                                                                                                                        <se:ref se:refid="att_format-zone"/> 
     
    12931293                                                                                                                                <atts> 
    12941294                                                                                                                                        <attribute se:bind="attribute" se:name="template" se:mandat="true"> 
    1295                                                                                                                                                 <wordsInput notnull="true" trim="true"/> 
     1295                                                                                                                                                <wordsInput notnull="true" trim="true" autocompleteProviderXPath="id('template')" frenchPonct="false"/> 
    12961296                                                                                                                                        </attribute> 
    12971297                                                                                                                                        <attribute se:bind="attribute" se:name="step"> 
    1298                                                                                                                                                 <wordsInput trim="true" validRegExp="^(\d*)$"/> 
     1298                                                                                                                                                <wordsInput trim="true" validRegExp="^(\d*)$" frenchPonct="false"/> 
    12991299                                                                                                                                        </attribute> 
    13001300                                                                                                                                </atts> 
     
    13751375                                                                        <atts> 
    13761376                                                                                <attribute se:bind="attribute" se:name="template" se:mandat="true"> 
    1377                                                                                         <wordsInput trim="true" notnull="true" autocompleteProviderXPath="id('template')"/> 
     1377                                                                                        <wordsInput trim="true" notnull="true" autocompleteProviderXPath="id('template')" frenchPonct="false"/> 
    13781378                                                                                </attribute> 
    13791379                                                                                <attribute se:bind="attribute" se:name="step"> 
    1380                                                                                         <wordsInput trim="true" validRegExp="^(\d*)$"/> 
     1380                                                                                        <wordsInput trim="true" validRegExp="^(\d*)$" frenchPonct="false"/> 
    13811381                                                                                </attribute> 
    13821382                                                                        </atts> 
     
    14081408                                                                                        <atts> 
    14091409                                                                                                <attribute se:name="key" se:bind="attribute" se:mandat="true"> 
    1410                                                                                                         <wordsInput trim="true" notnull="true"/> 
     1410                                                                                                        <wordsInput trim="true" notnull="true" validRegExp="^[a-zA-Z0-9]+$" frenchPonct="false"/> 
    14111411                                                                                                </attribute> 
    14121412                                                                                                <se:ref se:refid="att_format-zone"/> 
     
    14301430                                                                                                        <atts> 
    14311431                                                                                                                <attribute se:bind="attribute" se:name="template" se:mandat="true"> 
    1432                                                                                                                         <wordsInput trim="true" notnull="true" autocompleteProviderXPath="id('template')"/> 
     1432                                                                                                                        <wordsInput trim="true" notnull="true" autocompleteProviderXPath="id('template')" frenchPonct="false"/> 
    14331433                                                                                                                </attribute> 
    14341434                                                                                                                <attribute se:bind="attribute" se:name="step"> 
    1435                                                                                                                         <wordsInput trim="true" validRegExp="^(\d*)$"/> 
     1435                                                                                                                        <wordsInput trim="true" validRegExp="^(\d*)$" frenchPonct="false"/> 
    14361436                                                                                                                </attribute> 
    14371437                                                                                                        </atts> 
Note: See TracChangeset for help on using the changeset viewer.