- Timestamp:
- 06/05/08 16:17:28 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/es/content/data/dataFormOdTransf/xml.xed.xml
r11004 r11151 57 57 <atts> 58 58 <attribute se:id="sm:linkForCode" tooltiptext="Codes séparés par des espaces ou '*'." se:bind="attribute" se:name="codes" se:defaultvalue="*" se:mandat="true"> 59 <wordsInput filterRegExp="^([a-zA-Z0-9 ]+|\*)$" notnull="true" trim="true" />59 <wordsInput filterRegExp="^([a-zA-Z0-9 ]+|\*)$" notnull="true" trim="true" frenchPonct="false"/> 60 60 </attribute> 61 61 </atts> … … 63 63 64 64 <attribute se:id="axis" se:bind="attribute" se:name="axis"> 65 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')" />65 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')" frenchPonct="false"/> 66 66 </attribute> 67 67 68 68 <se:template se:id="atts_when"> 69 69 <attribute se:name="codes" se:bind="attribute" tooltiptext="&data.dataform.codes;"> 70 <wordsInput trim="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$" />70 <wordsInput trim="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$" frenchPonct="false"/> 71 71 </attribute> 72 72 <ptritem se:bind="plugin" se:attributes="sc:refUri" class="xmlview" regexpSgn=".*#Cond\b.*" tooltiptext="&data.dataform.condition;"/> … … 124 124 <element se:name="sm:fieldName" se:bind="element" se:id="sm:fieldName" forcefilled="true" se:show="ifExist"/> 125 125 <element se:name="sm:fieldValueString" se:id="sm:fieldValueString" se:bind="element" forcefilled="true" se:show="ifExist"/> 126 <element se: bind="element" se:name="sm:fieldValueEnum" se:id="sm:fieldValueEnum" forcefilled="true" se:show="ifExist">126 <element se:name="sm:fieldValueEnum" se:bind="element" se:id="sm:fieldValueEnum" forcefilled="true" se:show="ifExist"> 127 127 <atts> 128 128 <attribute se:id="sm:fieldValueEnum_format" se:bind="attribute" se:name="format" se:defaultvalue="label"> … … 736 736 <atts> 737 737 <attribute se:id="sm:linkForCode" tooltiptext="Codes séparés par des espaces ou '*'." se:bind="attribute" se:name="codes" se:defaultvalue="*" se:mandat="true"> 738 <wordsInput filterRegExp="^([a-zA-Z0-9 ]+)$" notnull="true" trim="true" />738 <wordsInput filterRegExp="^([a-zA-Z0-9 ]+)$" notnull="true" trim="true" frenchPonct="false"/> 739 739 </attribute> 740 740 </atts> … … 1049 1049 <atts> 1050 1050 <attribute se:bind="attribute" se:name="code"> 1051 <wordsInput trim="true" flex="1" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')" />1051 <wordsInput trim="true" flex="1" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')" frenchPonct="false"/> 1052 1052 </attribute> 1053 1053 </atts> … … 1060 1060 <atts> 1061 1061 <attribute se:id="refCode" se:name="refCode" se:bind="attribute" se:mandat="true"> 1062 <wordsInput trim="true" notnull="true" />1062 <wordsInput trim="true" notnull="true" frenchPonct="false"/> 1063 1063 </attribute> 1064 1064 <attribute se:id="prefix" se:name="prefixIfExist" se:bind="attribute">
Note: See TracChangeset
for help on using the changeset viewer.