Changeset 8882
- Timestamp:
- 03/06/07 10:38:32 (5 years ago)
- Location:
- trunk/Wsp_Modeling
- Files:
-
- 2 edited
-
es/content/appGen/appMake/xml.xed.xml (modified) (1 diff)
-
spaces/gen/appMake/bs.doss/sm_appMake.xml (modified) (1 diff)
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> -
trunk/Wsp_Modeling/spaces/gen/appMake/bs.doss/sm_appMake.xml
r8758 r8882 95 95 <valeur code="app.launcher.splash"><source type="xpath-statique">concat('scApp/',extractFileNameFromPath(sm:description/sm:splash/@sc:refUri))</source></valeur> 96 96 <valeur code="app.id"> 97 <source type="xpath-statique">buildGuiId(sm:description/@ name)</source>97 <source type="xpath-statique">buildGuiId(sm:description/@shortName)</source> 98 98 </valeur> 99 99 <!-- module d'aide -->
Note: See TracChangeset
for help on using the changeset viewer.