- Timestamp:
- 06/05/08 16:17:28 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/es/content/odTemplate/odTemplateText/xml.xed.xml
r11003 r11151 76 76 <atts> 77 77 <attribute se:bind="attribute" se:name="axis"> 78 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')" />78 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')" frenchPonct="false"/> 79 79 </attribute> 80 80 </atts> … … 83 83 <atts> 84 84 <attribute se:bind="attribute" se:name="axis"> 85 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')" />85 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')" frenchPonct="false"/> 86 86 </attribute> 87 87 </atts> … … 92 92 <atts> 93 93 <attribute se:bind="attribute" se:name="path" se:mandat="true" se:defaultvalue="/@@"> 94 <wordsInput trim="true" notnull="true" />94 <wordsInput trim="true" notnull="true" frenchPonct="false"/> 95 95 </attribute> 96 96 </atts> … … 116 116 </attribute> 117 117 <!--attribute se:bind="attribute" se:name="axis"> A priori pas d'intéret 118 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')" />118 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')" frenchPonct="false"/> 119 119 </attribute--> 120 120 </atts> … … 344 344 <atts> 345 345 <attribute se:bind="attribute" se:name="refCategory" se:mandat="true"> 346 <wordsInput notnull="true" trim="true" flex="1" autocompleteProviderXPath="id('categoryBlock')" />346 <wordsInput notnull="true" trim="true" flex="1" autocompleteProviderXPath="id('categoryBlock')" frenchPonct="false"/> 347 347 </attribute> 348 348 <attribute se:bind="attribute" se:name="hideIfNoBlocks" se:defaultvalue="yes" tooltiptext="Masquer si il n'y a aucun block"> … … 415 415 <atts> 416 416 <attribute se:name="key" se:bind="attribute" se:mandat="true"> 417 <wordsInput trim="true" notnull="true" />417 <wordsInput trim="true" notnull="true" validRegExp="^[a-zA-Z0-9]+$" frenchPonct="false"/> 418 418 </attribute> 419 419 </atts> … … 499 499 <atts> 500 500 <attribute se:name="key" se:bind="attribute" se:mandat="true"> 501 <wordsInput trim="true" notnull="true" />501 <wordsInput trim="true" notnull="true" validRegExp="^[a-zA-Z0-9]+$" frenchPonct="false"/> 502 502 </attribute> 503 503 </atts> … … 542 542 <atts> 543 543 <attribute se:bind="attribute" se:name="refCategory" se:mandat="true"> 544 <wordsInput notnull="true" trim="true" flex="1" autocompleteProviderXPath="id('categorySequence')" />544 <wordsInput notnull="true" trim="true" flex="1" autocompleteProviderXPath="id('categorySequence')" frenchPonct="false"/> 545 545 </attribute> 546 546 <attribute se:bind="attribute" se:name="hideIfNoEntry" se:defaultvalue="yes" tooltiptext="Masquer si il n'y a aucune entrée à afficher dans cet index"> … … 623 623 <atts> 624 624 <attribute se:name="key" se:bind="attribute" se:mandat="true"> 625 <wordsInput trim="true" notnull="true" />625 <wordsInput trim="true" notnull="true" validRegExp="^[a-zA-Z0-9]+$" frenchPonct="false"/> 626 626 </attribute> 627 627 </atts> … … 772 772 <atts> 773 773 <attribute se:bind="attribute" se:name="category" se:mandat="true"> 774 <wordsInput notnull="true" trim="true" flex="1" autocompleteProviderXPath="id('categorySequence')" />774 <wordsInput notnull="true" trim="true" flex="1" autocompleteProviderXPath="id('categorySequence')" frenchPonct="false"/> 775 775 </attribute> 776 776 <attribute se:bind="attribute" se:name="prefix" se:mandat="false"> … … 795 795 <atts> 796 796 <attribute se:bind="attribute" se:name="category" se:mandat="true"> 797 <wordsInput notnull="true" trim="true" flex="1" autocompleteProviderXPath="id('categoryBlock')" />797 <wordsInput notnull="true" trim="true" flex="1" autocompleteProviderXPath="id('categoryBlock')" frenchPonct="false"/> 798 798 </attribute> 799 799 <attribute se:bind="attribute" se:name="sort" se:mandat="true" se:defaultvalue="ascending" tooltiptext="Trie les blocks selon la clef de trie définie dans les WDataBlocks">
Note: See TracChangeset
for help on using the changeset viewer.