- Timestamp:
- 06/05/08 16:17:28 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/es/content/data/dataFormXhtmlTransf/xml.xed.xml
r10743 r11151 52 52 53 53 <attribute se:id="att_key" se:name="key" se:bind="attribute" se:mandat="true"> 54 <wordsInput trim="true" notnull="true"/>54 <wordsInput trim="true" validRegExp="^[a-zA-Z0-9]+$" notnull="true" frenchPonct="false"/> 55 55 </attribute> 56 56 57 57 <attribute se:id="att_class" se:name="class" se:bind="attribute"> 58 <wordsInput trim="true" />58 <wordsInput trim="true" validRegExp="^[a-zA-Z0-9-_ ]+$" frenchPonct="false"/> 59 59 </attribute> 60 60 61 61 <se:template se:id="atts_widget"> 62 62 <attribute se:name="widgetClass" se:bind="attribute"> 63 <wordsInput trim="true" />63 <wordsInput trim="true" validRegExp="^[a-zA-Z0-9-_ ]+$" frenchPonct="false"/> 64 64 </attribute> 65 65 <attribute se:name="crossRefEntries" se:bind="attribute"> 66 <wordsInput trim="true" />66 <wordsInput trim="true" frenchPonct="false"/> 67 67 </attribute> 68 68 </se:template> … … 103 103 <atts> 104 104 <attribute se:bind="attribute" se:name="path" se:mandat="true" se:defaultvalue="/@@"> 105 <wordsInput trim="true" notnull="true" />105 <wordsInput trim="true" notnull="true" frenchPonct="false"/> 106 106 </attribute> 107 107 </atts> … … 162 162 <atts> 163 163 <attribute se:bind="attribute" se:name="path" se:mandat="true" se:defaultvalue="/@@"> 164 <wordsInput trim="true" notnull="true" />164 <wordsInput trim="true" notnull="true" frenchPonct="false"/> 165 165 </attribute> 166 166 </atts> … … 515 515 <atts> 516 516 <attribute se:id="refCode" se:name="refCode" se:bind="attribute" se:mandat="true"> 517 <wordsInput trim="true" notnull="true" />517 <wordsInput trim="true" notnull="true" frenchPonct="false"/> 518 518 </attribute> 519 519 <attribute se:id="prefix" se:name="prefixIfExist" se:bind="attribute"> … … 573 573 <atts> 574 574 <attribute se:name="codes" se:bind="attribute" se:mandat="true" tooltiptext="Codes des 'sm:field' séparés par des espaces."> 575 <wordsInput trim="true" notnull="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$" />575 <wordsInput trim="true" notnull="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$" frenchPonct="false"/> 576 576 </attribute> 577 577 </atts> … … 584 584 <atts> 585 585 <attribute se:name="codes" se:bind="attribute" se:mandat="true" tooltiptext="Codes des 'sm:group' séparés par des espaces."> 586 <wordsInput trim="true" notnull="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$" />586 <wordsInput trim="true" notnull="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$" frenchPonct="false"/> 587 587 </attribute> 588 588 </atts> … … 595 595 <atts> 596 596 <attribute se:name="codes" se:bind="attribute" se:mandat="true" tooltiptext="Codes des 'sm:setOf' séparés par des espaces."> 597 <wordsInput trim="true" notnull="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$" />597 <wordsInput trim="true" notnull="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$" frenchPonct="false"/> 598 598 </attribute> 599 599 </atts> … … 611 611 <atts> 612 612 <attribute se:name="codes" se:bind="attribute" se:mandat="true" tooltiptext="Codes des 'sm:subData' séparés par des espaces."> 613 <wordsInput trim="true" notnull="true" filterRegExp="^([a-zA-Z0-9 ]+)$" />613 <wordsInput trim="true" notnull="true" filterRegExp="^([a-zA-Z0-9 ]+)$" frenchPonct="false"/> 614 614 </attribute> 615 615 </atts> … … 627 627 <atts> 628 628 <attribute se:name="codes" se:bind="attribute" tooltiptext="&data.dataform.codes;"> 629 <wordsInput trim="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$" />629 <wordsInput trim="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$" frenchPonct="false"/> 630 630 </attribute> 631 631 <ptritem se:bind="plugin" se:attributes="sc:refUri" class="xmlview" regexpSgn=".*#Cond\b.*" tooltiptext="&data.dataform.condition;"/> … … 812 812 <atts> 813 813 <attribute se:name="field" se:id="nav_elt_field" se:bind="attribute" se:mandat="true"> 814 <wordsInput trim="true" notnull="true" />814 <wordsInput trim="true" notnull="true" frenchPonct="false"/> 815 815 </attribute> 816 816 </atts>
Note: See TracChangeset
for help on using the changeset viewer.