- Timestamp:
- 09/07/06 17:08:07 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/es/content/data/dataFormOdTransf/xml.xed.xml
r6184 r6472 62 62 </atts> 63 63 </se:template> 64 65 <attribute se:id="axis" se:bind="attribute" se:name="axis"> 66 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')"/> 67 </attribute> 68 64 69 <!--** 65 70 * Calls … … 68 73 <element se:id="sm:callSubModel" se:name="sm:callSubModel" se:bind="element" forcefilled="true"> 69 74 <atts> 70 <attribute se:bind="attribute" se:name="axis"> 71 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')"/> 72 </attribute> 75 <se:ref se:refid="axis"/> 73 76 </atts> 74 77 </element> … … 82 85 <element se:bind="element" se:name="sm:fieldValueEnum" se:id="sm:fieldValueEnum" forcefilled="true" se:show="ifExist"> 83 86 <atts> 84 <attribute se: bind="attribute" se:name="format" se:defaultvalue="label">87 <attribute se:id="sm:fieldValueEnum_format" se:bind="attribute" se:name="format" se:defaultvalue="label"> 85 88 <choiceInput> 86 89 <ciItem value="label" label="name"/> … … 92 95 </atts> 93 96 <childs> 94 <element se: bind="element" se:name="sm:option" se:card="*" se:show="ifExist">97 <element se:id="sm:fieldValueEnum_options" se:bind="element" se:name="sm:option" se:card="*" se:show="ifExist"> 95 98 <atts> 96 99 <attribute se:bind="attribute" se:name="key" se:mandat="true"> … … 107 110 <element se:bind="element" se:name="sm:fieldValueOtherType" se:id="sm:fieldValueOtherType" forcefilled="true" se:show="ifExist"> 108 111 <atts> 109 <attribute se:bind="attribute" se:name="axis"> 110 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')"/> 111 </attribute> 112 <se:ref se:refid="axis"/> 112 113 </atts> 113 114 </element> … … 115 116 <!-- 116 117 <atts> 117 <attribute se:bind="attribute" se:name="axis"> 118 <wordsInput trim="true"/> 119 </attribute> 118 <se:ref se:refid="axis"/> 120 119 </atts> 121 120 --> … … 123 122 <element se:bind="element" se:name="sm:callRefModel" forcefilled="true"> 124 123 <atts> 125 <attribute se:bind="attribute" se:name="axis"> 126 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')"/> 127 </attribute> 124 <se:ref se:refid="axis"/> 128 125 </atts> 129 126 </element> … … 488 485 <element se:name="sm:axis" se:bind="element" se:card="?"> 489 486 <atts> 490 <attribute se:bind="attribute" se:name="code"> 491 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('axis')"/> 492 </attribute> 487 <se:ref se:refid="axis"/> 493 488 </atts> 494 489 </element> 490 <element se:id="compTitle" se:name="sm:fullTitleText" se:bind="element" se:card="?"> 491 <atts/> 492 <childs> 493 <se:choice se:card="+"> 494 <element se:name="sm:fieldValueString" se:bind="element" tooltipTag="Seul le premier field rencontré sera affiché."> 495 <atts> 496 <attribute se:id="refCode" se:name="refCode" se:bind="attribute" se:mandat="true"> 497 <wordsInput trim="true" notnull="true"/> 498 </attribute> 499 <attribute se:id="prefix" se:name="prefixIfExist" se:bind="attribute"> 500 <wordsInput trim="false"/> 501 </attribute> 502 <attribute se:id="suffix" se:name="suffixIfExist" se:bind="attribute"> 503 <wordsInput trim="false"/> 504 </attribute> 505 </atts> 506 </element> 507 <element se:name="sm:fieldValueEnum" se:bind="element" tooltipTag="Seul le premier field rencontré sera affiché."> 508 <atts> 509 <se:ref se:refid="refCode"/> 510 <se:ref se:refid="prefix"/> 511 <se:ref se:refid="suffix"/> 512 <se:ref se:refid="sm:fieldValueEnum_format"/> 513 </atts> 514 <childs> 515 <se:ref se:refid="sm:fieldValueEnum_options"/> 516 <insert se:bind="current"/> 517 </childs> 518 </element> 519 <element se:name="sm:callSubModel" se:bind="element" tooltipTag="Seul le premier field ou subData rencontré sera affiché."> 520 <atts> 521 <se:ref se:refid="refCode"/> 522 <!-- 523 <se:ref se:refid="prefix"/> 524 <se:ref se:refid="suffix"/> 525 --> 526 <se:ref se:refid="axis"/> 527 </atts> 528 </element> 529 <element se:name="sm:fixedString" se:bind="element"> 530 <atts> 531 <attribute se:name="value" se:bind="attribute" se:mandat="true"> 532 <wordsInput notnull="true" trim="false"/> 533 </attribute> 534 </atts> 535 </element> 536 <element se:name="sm:dynamicString" se:bind="element"> 537 <atts> 538 <attribute se:name="xpath" se:bind="attribute" se:mandat="true"> 539 <wordsInput notnull="true"/> 540 </attribute> 541 </atts> 542 </element> 543 </se:choice> 544 <insert se:bind="current"/> 545 </childs> 546 </element> 547 <se:ref se:refid="compTitle" se:name="sm:shortTitleText"/> 495 548 <element se:name="sm:content" se:bind="element" se:card="?" opened="true"> 496 549 <childs>
Note: See TracChangeset
for help on using the changeset viewer.