- Timestamp:
- 09/07/06 18:43:50 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/es/content/data/dataFormXhtmlTransf/xml.xed.xml
r6446 r6475 52 52 </element> 53 53 54 <attribute se:id="axis" se:name="axis" se:bind="attribute"> 55 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')"/> 56 </attribute> 57 54 58 <se:template se:id="atts_Class"> 55 59 <attribute se:bind="attribute" se:name="internalClass"> … … 70 74 <element se:name="sm:fieldValueEnum" se:id="forField_fieldValueEnum" se:bind="element" forcefilled="true"> 71 75 <atts> 72 <attribute se: name="format" se:bind="attribute" se:defaultvalue="label">76 <attribute se:id="sm:fieldValueEnum_format" se:name="format" se:bind="attribute" se:defaultvalue="label"> 73 77 <choiceInput> 74 78 <ciItem value="label" label="name"/> … … 80 84 </atts> 81 85 <childs> 82 <element se: name="sm:option" se:bind="element" se:card="*" se:show="ifExist">86 <element se:id="sm:fieldValueEnum_option" se:name="sm:option" se:bind="element" se:card="*" se:show="ifExist"> 83 87 <atts> 84 88 <attribute se:name="key" se:bind="attribute" se:mandat="true"> … … 95 99 <element se:name="sm:fieldValueOtherType" se:id="forField_fieldValueOtherType" se:bind="element" forcefilled="true"> 96 100 <atts> 97 <attribute se:name="axis" se:bind="attribute"> 98 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')"/> 99 </attribute> 101 <se:ref se:refid="axis"/> 100 102 </atts> 101 103 </element> … … 104 106 <element se:name="sm:callRefModel" se:bind="element" forcefilled="true"> 105 107 <atts> 106 <attribute se:name="axis" se:bind="attribute"> 107 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')"/> 108 </attribute> 108 <se:ref se:refid="axis"/> 109 109 </atts> 110 110 </element> … … 216 216 <element se:name="sm:callSubModel" se:bind="element" forcefilled="true"> 217 217 <atts> 218 <attribute se:name="axis" se:bind="attribute"> 219 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')"/> 220 </attribute> 218 <se:ref se:refid="axis"/> 221 219 </atts> 222 220 <childs/> … … 287 285 </atts> 288 286 </element> 287 <element se:id="compTitle" se:name="sm:fullTitleText" se:bind="element" se:card="?"> 288 <atts/> 289 <childs> 290 <se:choice se:card="+"> 291 <element se:name="sm:fieldValueString" se:bind="element" tooltipTag="Seul le premier field rencontré sera affiché."> 292 <atts> 293 <attribute se:id="refCode" se:name="refCode" se:bind="attribute" se:mandat="true"> 294 <wordsInput trim="true" notnull="true"/> 295 </attribute> 296 <attribute se:id="prefix" se:name="prefixIfExist" se:bind="attribute"> 297 <wordsInput trim="false"/> 298 </attribute> 299 <attribute se:id="suffix" se:name="suffixIfExist" se:bind="attribute"> 300 <wordsInput trim="false"/> 301 </attribute> 302 </atts> 303 </element> 304 <element se:name="sm:fieldValueEnum" se:bind="element" tooltipTag="Seul le premier field rencontré sera affiché."> 305 <atts> 306 <se:ref se:refid="refCode"/> 307 <se:ref se:refid="prefix"/> 308 <se:ref se:refid="suffix"/> 309 <se:ref se:refid="sm:fieldValueEnum_format"/> 310 </atts> 311 <childs> 312 <se:ref se:refid="sm:fieldValueEnum_option"/> 313 <insert se:bind="current"/> 314 </childs> 315 </element> 316 <element se:name="sm:callSubModel" se:bind="element" tooltipTag="Seul le premier field ou subData rencontré sera affiché."> 317 <atts> 318 <se:ref se:refid="refCode"/> 319 <!-- 320 <se:ref se:refid="prefix"/> 321 <se:ref se:refid="suffix"/> 322 --> 323 <se:ref se:refid="axis"/> 324 </atts> 325 </element> 326 <element se:name="sm:fixedString" se:bind="element"> 327 <atts> 328 <attribute se:name="value" se:bind="attribute" se:mandat="true"> 329 <wordsInput notnull="true" trim="false"/> 330 </attribute> 331 </atts> 332 </element> 333 <element se:name="sm:dynamicString" se:bind="element"> 334 <atts> 335 <attribute se:name="xpath" se:bind="attribute" se:mandat="true"> 336 <wordsInput notnull="true"/> 337 </attribute> 338 </atts> 339 </element> 340 </se:choice> 341 <insert se:bind="current"/> 342 </childs> 343 </element> 344 <se:ref se:refid="compTitle" se:name="sm:shortTitleText"/> 289 345 <alternative se:bind="choice"> 290 346 <element se:name="sm:content" se:bind="element" se:card="?" opened="true" insert="collapsed"> … … 528 584 <element se:name="sm:fieldValueOtherType" se:id="nav_fieldValueOtherType" se:bind="element" forcefilled="true"> 529 585 <atts> 530 <attribute se:name="axis" se:bind="attribute"> 531 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')"/> 532 </attribute> 586 <se:ref se:refid="axis"/> 533 587 <se:ref se:refid="nav_elt_field"/> 534 588 </atts> … … 541 595 <element se:name="sm:callRefModel" se:bind="element" forcefilled="true"> 542 596 <atts> 543 <attribute se:name="axis" se:bind="attribute"> 544 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')"/> 545 </attribute> 597 <se:ref se:refid="axis"/> 546 598 </atts> 547 599 </element>
Note: See TracChangeset
for help on using the changeset viewer.