- Timestamp:
- 06/05/08 16:17:28 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/es/content/organisation/compositionOdtTransf/xml.xed.xml
r10812 r11151 96 96 <se:template se:id="atts_when"> 97 97 <attribute se:name="codes" se:bind="attribute" tooltiptext="&organisation.composition.codes;"> 98 <wordsInput trim="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$" />98 <wordsInput trim="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$" frenchPonct="false"/> 99 99 </attribute> 100 100 <ptritem se:bind="plugin" se:attributes="sc:refUri" class="xmlview" regexpSgn=".*#Cond\b.*" tooltiptext="&organisation.composition.condition;"/> … … 146 146 </se:choice> 147 147 <attribute se:id="sm:linkPartCode" tooltiptext="Codes des 'sm:part' séparés par des espaces ou '*'." se:bind="attribute" se:name="codes" se:defaultvalue="*" se:mandat="true"> 148 <wordsInput notnull="true" trim="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$" />148 <wordsInput notnull="true" trim="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$" frenchPonct="false"/> 149 149 </attribute> 150 150 <!--** inDataOrder --> … … 257 257 <atts> 258 258 <attribute se:id="axis" se:bind="attribute" se:name="axis"> 259 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')" />259 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')" frenchPonct="false"/> 260 260 </attribute> 261 261 </atts> … … 331 331 <atts> 332 332 <attribute se:name="key" se:bind="attribute" se:mandat="true"> 333 <wordsInput trim="true" notnull="true" />333 <wordsInput trim="true" notnull="true" validRegExp="^[a-zA-Z0-9]+$" frenchPonct="false"/> 334 334 </attribute> 335 335 </atts> … … 355 355 <atts> 356 356 <attribute se:name="key" se:bind="attribute" se:mandat="true"> 357 <wordsInput trim="true" notnull="true" />357 <wordsInput trim="true" notnull="true" validRegExp="^[a-zA-Z0-9]+$" frenchPonct="false"/> 358 358 </attribute> 359 359 </atts> … … 518 518 <atts> 519 519 <attribute se:bind="attribute" se:name="category" se:mandat="false"> 520 <wordsInput notnull="true" trim="true" flex="1" autocompleteProviderXPath="id('categorySequence')" />520 <wordsInput notnull="true" trim="true" flex="1" autocompleteProviderXPath="id('categorySequence')" frenchPonct="false"/> 521 521 </attribute> 522 522 </atts> … … 547 547 <atts> 548 548 <attribute se:bind="attribute" se:name="category" se:mandat="true"> 549 <wordsInput notnull="true" trim="true" autocompleteProviderXPath="id('categoryBlock')" />549 <wordsInput notnull="true" trim="true" autocompleteProviderXPath="id('categoryBlock')" frenchPonct="false"/> 550 550 </attribute> 551 551 </atts> … … 577 577 <atts> 578 578 <attribute se:bind="attribute" se:name="category" se:mandat="true"> 579 <wordsInput notnull="true" trim="true" autocompleteProviderXPath="id('categoryBlock')" />579 <wordsInput notnull="true" trim="true" autocompleteProviderXPath="id('categoryBlock')" frenchPonct="false"/> 580 580 </attribute> 581 581 </atts> … … 683 683 <atts> 684 684 <attribute se:bind="attribute" se:name="code"> 685 <wordsInput trim="true" flex="1" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')" />685 <wordsInput trim="true" flex="1" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')" frenchPonct="false"/> 686 686 </attribute> 687 687 </atts>
Note: See TracChangeset
for help on using the changeset viewer.