Changeset 8882 for trunk/Wsp_Modeling/es/content/appGen/appMake/xml.xed.xml
- Timestamp:
- 03/06/07 10:38:32 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/es/content/appGen/appMake/xml.xed.xml
r8770 r8882 77 77 <atts> 78 78 <attribute se:bind="attribute" se:name="name" tooltiptext="Nom de l'application" se:mandat="true"> 79 <wordsInput trim="true" notnull="true" filterRegExp="^[a-zA-Z0-9 ]+$"/>79 <wordsInput trim="true" notnull="true" filterRegExp="^[a-zA-Z0-9 ~#@$?.-_]+$"/><!-- Ce name doit rester valide pour être utilisé comme nom de fichier (installeur, ...) --> 80 80 </attribute> 81 <attribute se:bind="attribute" se:name="shortName" tooltiptext=" Nom court de l'application" se:mandat="false">81 <attribute se:bind="attribute" se:name="shortName" tooltiptext="Identifiant de l'application" se:mandat="true"> 82 82 <wordsInput trim="true" notnull="true" filterRegExp="^[a-zA-Z0-9]+$"/> 83 83 </attribute>
Note: See TracChangeset
for help on using the changeset viewer.