- Timestamp:
- 06/05/08 16:17:28 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/es/content/appGen/appMake/xml.xed.xml
r11084 r11151 63 63 <ptritem se:bind="plugin" se:attributes="sc:refUri" class="xmlview" notnull="true" regexpSgn=".*@sm_wspDefinition\b.*"/> 64 64 <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"/> 66 66 </attribute> 67 67 </atts> … … 71 71 <ptritem se:bind="plugin" se:attributes="sc:refUri" class="xmlview" notnull="true" regexpSgn=".*@wsppack\b.*"/> 72 72 <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"/> 74 74 </attribute> 75 75 </atts> … … 87 87 <atts> 88 88 <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, ...) --> 90 90 </attribute> 91 91 <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"/> 93 93 </attribute> 94 94 <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"/> 96 96 </attribute> 97 97 </atts> … … 128 128 </attribute> 129 129 <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"/> 131 131 </attribute> 132 132 <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"/> 134 134 </attribute> 135 135 <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"/> 137 137 </attribute> 138 138 </atts> … … 185 185 <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é."/> 186 186 <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"/> 188 188 </attribute> 189 189 </atts> … … 253 253 <childs> 254 254 <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"/> 256 256 </contentElement> 257 257 </childs> … … 290 290 <atts> 291 291 <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"/> 293 293 </attribute> 294 294 <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"/> 296 296 </attribute> 297 297 <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"/> 299 299 <fixedProvider> 300 300 <fpItem value="localhost, 127.0.0.1"/> … … 310 310 <!-- 311 311 <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"/> 313 313 </attribute> 314 314 --> … … 318 318 <atts> 319 319 <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"/> 321 321 </attribute> 322 322 <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"/> 324 324 </attribute> 325 325 </atts> … … 341 341 <atts> 342 342 <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"/> 344 344 </attribute> 345 345 <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"/> 347 347 </attribute> 348 348 <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"/> 350 350 </attribute> 351 351 <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"/> 353 353 </attribute> 354 354 </atts> … … 361 361 <atts> 362 362 <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"/> 364 364 </attribute> 365 365 </atts> … … 377 377 <atts> 378 378 <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"/> 380 380 </attribute> 381 381 </atts>
Note: See TracChangeset
for help on using the changeset viewer.