Ignore:
Timestamp:
09/07/06 17:08:07 (6 years ago)
Author:
anp
Message:

surcharge du titre dans les odTransf des dataForm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/es/content/data/dataFormOdTransf/xml.xed.xml

    r6184 r6472  
    6262                </atts> 
    6363        </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                 
    6469        <!--** 
    6570                   *  Calls 
     
    6873                <element se:id="sm:callSubModel" se:name="sm:callSubModel" se:bind="element" forcefilled="true"> 
    6974                        <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"/> 
    7376                        </atts> 
    7477                </element> 
     
    8285                <element se:bind="element" se:name="sm:fieldValueEnum" se:id="sm:fieldValueEnum" forcefilled="true" se:show="ifExist"> 
    8386                        <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"> 
    8588                                        <choiceInput> 
    8689                                                <ciItem value="label" label="name"/> 
     
    9295                        </atts> 
    9396                        <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"> 
    9598                                        <atts> 
    9699                                                <attribute se:bind="attribute" se:name="key" se:mandat="true"> 
     
    107110                <element se:bind="element" se:name="sm:fieldValueOtherType" se:id="sm:fieldValueOtherType" forcefilled="true" se:show="ifExist"> 
    108111                        <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"/> 
    112113                        </atts> 
    113114                </element> 
     
    115116                        <!-- 
    116117                        <atts> 
    117                                 <attribute se:bind="attribute" se:name="axis"> 
    118                                         <wordsInput trim="true"/> 
    119                                 </attribute> 
     118                                <se:ref se:refid="axis"/> 
    120119                        </atts> 
    121120                        --> 
     
    123122                                <element se:bind="element" se:name="sm:callRefModel" forcefilled="true"> 
    124123                                        <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"/> 
    128125                                        </atts> 
    129126                                </element> 
     
    488485                                <element se:name="sm:axis" se:bind="element" se:card="?"> 
    489486                                        <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"/> 
    493488                                        </atts> 
    494489                                </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"/> 
    495548                                <element se:name="sm:content" se:bind="element" se:card="?" opened="true"> 
    496549                                        <childs> 
Note: See TracChangeset for help on using the changeset viewer.