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

    r11084 r11151  
    6363                                                                        <ptritem se:bind="plugin" se:attributes="sc:refUri" class="xmlview" notnull="true" regexpSgn=".*@sm_wspDefinition\b.*"/> 
    6464                                                                        <attribute se:bind="attribute" se:name="code" tooltiptext="Identifiant de ce modèle dans appMake" se:mandat="true"> 
    65                                                                                 <wordsInput trim="true" notnull="true" filterRegExp="^[a-zA-Z0-9]+$"/> 
     65                                                                                <wordsInput trim="true" notnull="true" filterRegExp="^[a-zA-Z0-9]+$" frenchPonct="false"/> 
    6666                                                                        </attribute> 
    6767                                                                </atts> 
     
    7171                                                                        <ptritem se:bind="plugin" se:attributes="sc:refUri" class="xmlview" notnull="true" regexpSgn=".*@wsppack\b.*"/> 
    7272                                                                        <attribute se:bind="attribute" se:name="code" tooltiptext="Identifiant de ce modèle dans appMake" se:mandat="true"> 
    73                                                                                 <wordsInput trim="true" notnull="true" filterRegExp="^[a-zA-Z0-9]+$"/> 
     73                                                                                <wordsInput trim="true" notnull="true" filterRegExp="^[a-zA-Z0-9]+$" frenchPonct="false"/> 
    7474                                                                        </attribute> 
    7575                                                                </atts> 
     
    8787                                        <atts> 
    8888                                                <attribute se:name="name" se:bind="attribute" tooltiptext="Nom de l'application (pas d'espaces, doit pouvoir être un nom de fichier valide)" se:mandat="true"> 
    89                                                         <wordsInput trim="true" notnull="true" filterRegExp="^[a-zA-Z0-9~#@$.-_]+$"/><!-- Ce name doit rester valide pour être utilisé comme nom de fichier (installeur, ...) --> 
     89                                                        <wordsInput trim="true" notnull="true" filterRegExp="^[a-zA-Z0-9~#@$.-_]+$" frenchPonct="false"/><!-- Ce name doit rester valide pour être utilisé comme nom de fichier (installeur, ...) --> 
    9090                                                </attribute> 
    9191                                                <attribute se:name="shortName" se:bind="attribute" tooltiptext="Identifiant de l'application" se:mandat="false"> 
    92                                                         <wordsInput trim="true" notnull="true" filterRegExp="^[a-zA-Z0-9]+[^0-9]$"/> 
     92                                                        <wordsInput trim="true" notnull="true" filterRegExp="^[a-zA-Z0-9]+[^0-9]$" frenchPonct="false"/> 
    9393                                                </attribute> 
    9494                                                <attribute se:name="publisher" se:bind="attribute" tooltiptext="Editeur (pas d'espaces, doit pouvoir être un nom de dossier valide)" se:mandat="true"> 
    95                                                         <wordsInput trim="true" notnull="true" filterRegExp="^[a-zA-Z0-9]+$"/> 
     95                                                        <wordsInput trim="true" notnull="true" filterRegExp="^[a-zA-Z0-9]+$" frenchPonct="false"/> 
    9696                                                </attribute> 
    9797                                        </atts> 
     
    128128                                                                </attribute> 
    129129                                                                <attribute se:bind="attribute" se:name="major" se:mandat="true" se:defaultvalue="0"> 
    130                                                                         <wordsInput trim="true" notnull="true" filterRegExp="^[0-9]+$"/> 
     130                                                                        <wordsInput trim="true" notnull="true" filterRegExp="^[0-9]+$" frenchPonct="false"/> 
    131131                                                                </attribute> 
    132132                                                                <attribute se:bind="attribute" se:name="medium" se:mandat="true" se:defaultvalue="0"> 
    133                                                                         <wordsInput trim="true" notnull="true" filterRegExp="^[0-9]+$"/> 
     133                                                                        <wordsInput trim="true" notnull="true" filterRegExp="^[0-9]+$" frenchPonct="false"/> 
    134134                                                                </attribute> 
    135135                                                                <attribute se:bind="attribute" se:name="minor" se:mandat="true" se:defaultvalue="0"> 
    136                                                                         <wordsInput trim="true" notnull="true" filterRegExp="^[0-9]+$"/> 
     136                                                                        <wordsInput trim="true" notnull="true" filterRegExp="^[0-9]+$" frenchPonct="false"/> 
    137137                                                                </attribute> 
    138138                                                        </atts> 
     
    185185                                                                                                        <ptritem se:bind="plugin" se:attributes="sc:refUri" class="xmlview" regexpSgn="(@sc_png|@sc_gif|@sc_jpg|@sc_bmp)#Image\b.*" tooltiptext="Formats supportés : BMP, PNG8, GIF et JPG. PNG24 n'est PAS supporté."/> 
    186186                                                                                                        <attribute se:name="transparentColor" se:bind="attribute" tooltiptext="Couleur transparente (notation hexadécimale ex: 0000FF=bleu)."> 
    187                                                                                                                 <wordsInput trim="true" filterRegExp="^[a-fA-F0-9]{6}$"/> 
     187                                                                                                                <wordsInput trim="true" filterRegExp="^[a-fA-F0-9]{6}$" frenchPonct="false"/> 
    188188                                                                                                        </attribute> 
    189189                                                                                                </atts> 
     
    253253                                                                                                <childs> 
    254254                                                                                                        <contentElement class="property" se:bind="text"> 
    255                                                                                                                 <wordsInput trim="true" notnull="true" filterRegExp="^[a-zA-Z0-9]+$" flex="1"/> 
     255                                                                                                                <wordsInput trim="true" notnull="true" filterRegExp="^[a-zA-Z0-9]+$" flex="1" frenchPonct="false"/> 
    256256                                                                                                        </contentElement> 
    257257                                                                                                </childs> 
     
    290290                                                                                <atts> 
    291291                                                                                        <attribute se:bind="attribute" se:name="url" tooltiptext="Adresse du serveur proxy" se:mandat="true"> 
    292                                                                                                 <wordsInput trim="true" notnull="true"/> 
     292                                                                                                <wordsInput trim="true" notnull="true" frenchPonct="false"/> 
    293293                                                                                        </attribute> 
    294294                                                                                        <attribute se:bind="attribute" se:name="port" tooltiptext="Port du serveur proxy" se:mandat="true" se:defaultvalue="3128"> 
    295                                                                                                 <wordsInput trim="true" notnull="true" filterRegExp="^[0-9]+$"/> 
     295                                                                                                <wordsInput trim="true" notnull="true" filterRegExp="^[0-9]+$" frenchPonct="false"/> 
    296296                                                                                        </attribute> 
    297297                                                                                        <attribute se:bind="attribute" se:name="exceptions" tooltiptext="Adresses pour lesquelles ne pas utiliser le proxy séparées par un espace" se:mandat="false" se:defaultvalue="localhost, 127.0.0.1"> 
    298                                                                                                 <wordsInput trim="true" notnull="true" autocompleteProviderXPath="../xul:fixedProvider"/> 
     298                                                                                                <wordsInput trim="true" notnull="true" autocompleteProviderXPath="../xul:fixedProvider" frenchPonct="false"/> 
    299299                                                                                                <fixedProvider> 
    300300                                                                                                        <fpItem value="localhost, 127.0.0.1"/> 
     
    310310                                                                        <!--  
    311311                                                                        <attribute se:bind="attribute" se:name="port" tooltiptext="Port du serveur" se:mandat="true"> 
    312                                                                                 <wordsInput trim="true" notnull="true" filterRegExp="^[0-9]{4}$"/> 
     312                                                                                <wordsInput trim="true" notnull="true" filterRegExp="^[0-9]{4}$" frenchPonct="false"/> 
    313313                                                                        </attribute> 
    314314                                                                         --> 
     
    318318                                                                                <atts> 
    319319                                                                                        <attribute se:bind="attribute" se:name="code" tooltiptext="Code de l'atelier" se:mandat="true"> 
    320                                                                                                 <wordsInput trim="true" notnull="true" validRegExp="^[a-zA-Z0-9-]+$"/> 
     320                                                                                                <wordsInput trim="true" notnull="true" validRegExp="^[a-zA-Z0-9-]+$" frenchPonct="false"/> 
    321321                                                                                        </attribute> 
    322322                                                                                        <attribute se:bind="attribute" se:name="refWspDefCode" tooltiptext="Code du wspDef auquel doit correspondre cet atelier (précédemment déclaré dans sm:models)" se:mandat="true"> 
    323                                                                                                 <wordsInput trim="true" notnull="true" filterRegExp="^[a-zA-Z0-9]+$"/> 
     323                                                                                                <wordsInput trim="true" notnull="true" filterRegExp="^[a-zA-Z0-9]+$" frenchPonct="false"/> 
    324324                                                                                        </attribute> 
    325325                                                                                </atts> 
     
    341341                                                                                <atts> 
    342342                                                                                        <attribute se:bind="attribute" se:name="url" tooltiptext="Url du serveur (ex : http://www.xxx.fr:8080/SCENARIserver)" se:mandat="true"> 
    343                                                                                                 <wordsInput trim="true" notnull="true"/> 
     343                                                                                                <wordsInput trim="true" notnull="true" frenchPonct="false"/> 
    344344                                                                                        </attribute> 
    345345                                                                                        <attribute se:bind="attribute" se:name="title" tooltiptext="Titre du serveur" se:mandat="false"> 
    346                                                                                                 <wordsInput trim="true" notnull="true" filterRegExp="^[a-zA-Z0-9 ]+$"/> 
     346                                                                                                <wordsInput trim="true" notnull="true" filterRegExp="^[a-zA-Z0-9 ]+$" frenchPonct="false"/> 
    347347                                                                                        </attribute> 
    348348                                                                                        <attribute se:bind="attribute" se:name="login" tooltiptext="Identifiant de l'utilisateur" se:mandat="false"> 
    349                                                                                                 <wordsInput trim="true" notnull="true" filterRegExp="^[a-zA-Z0-9]+$"/> 
     349                                                                                                <wordsInput trim="true" notnull="true" filterRegExp="^[a-zA-Z0-9]+$" frenchPonct="false"/> 
    350350                                                                                        </attribute> 
    351351                                                                                        <attribute se:bind="attribute" se:name="password" tooltiptext="Mot de passe de l'utilisateur" se:mandat="false"> 
    352                                                                                                 <wordsInput trim="true" notnull="true" filterRegExp="^[a-zA-Z0-9]+$"/> 
     352                                                                                                <wordsInput trim="true" notnull="true" filterRegExp="^[a-zA-Z0-9]+$" frenchPonct="false"/> 
    353353                                                                                        </attribute> 
    354354                                                                                </atts> 
     
    361361                                                                                                                        <atts> 
    362362                                                                                                                                <attribute se:bind="attribute" se:name="codes" tooltiptext="Codes des atliers séparés par un espace" se:mandat="true"> 
    363                                                                                                                                         <wordsInput trim="true" notnull="true" filterRegExp="^[a-zA-Z0-9 ]+$"/> 
     363                                                                                                                                        <wordsInput trim="true" notnull="true" filterRegExp="^[a-zA-Z0-9 ]+$" frenchPonct="false"/> 
    364364                                                                                                                                </attribute> 
    365365                                                                                                                        </atts> 
     
    377377                                                                <atts> 
    378378                                                                        <attribute se:bind="attribute" se:name="key" tooltiptext="Clef permettant de retourner un code unique pour cette application" se:mandat="true"> 
    379                                                                                 <wordsInput oninput="document.getElementById('idPassword').setAttribute('value',''); this.value=''" id="idKey" trim="true" notnull="true" filterRegExp="^[a-zA-Z0-9]{4,50}$"/> 
     379                                                                                <wordsInput oninput="document.getElementById('idPassword').setAttribute('value',''); this.value=''" id="idKey" trim="true" notnull="true" filterRegExp="^[a-zA-Z0-9]{4,50}$" frenchPonct="false"/> 
    380380                                                                        </attribute> 
    381381                                                                </atts> 
Note: See TracChangeset for help on using the changeset viewer.