Ignore:
Timestamp:
08/28/07 18:25:27 (4 years ago)
Author:
anp
Message:

contournement imprecision OO : pas de gestion de l'@style:display sur les header et footer => ajouté dans le template

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/es/content/odTemplate/odTemplateText/xml.xed.xml

    r9274 r9544  
    258258                                <element se:bind="element" se:id="sm:layout" se:name="sm:pagesLayout" se:card="?"> 
    259259                                        <childs> 
    260                                                 <element se:bind="element" se:name="sm:mainStylePage"/> 
     260                                                <element se:bind="element" se:name="sm:mainStylePage"> 
     261                                                        <atts> 
     262                                                                <attribute se:name="header" se:id="showHeader" se:bind="attribute" se:defaultvalue="show" se:mandat="false"> 
     263                                                                        <choiceInput> 
     264                                                                                <ciItem label="show"/> 
     265                                                                                <ciItem label="hide"/> 
     266                                                                        </choiceInput> 
     267                                                                </attribute> 
     268                                                                <attribute se:name="footer" se:id="showFooter" se:bind="attribute" se:defaultvalue="show" se:mandat="false"> 
     269                                                                        <choiceInput> 
     270                                                                                <ciItem label="show"/> 
     271                                                                                <ciItem label="hide"/> 
     272                                                                        </choiceInput> 
     273                                                                </attribute> 
     274                                                        </atts> 
     275                                                </element> 
    261276                                                <se:choice se:card="*"> 
    262277                                                        <element se:bind="element" se:name="sm:stylePage"> 
     
    265280                                                                                <wordsInput notnull="true" trim="true" flex="1" filterRegExp="^[a-zA-Z0-9_]+$"/> 
    266281                                                                        </attribute> 
     282                                                                        <se:ref se:refid="showHeader"/> 
     283                                                                        <se:ref se:refid="showFooter"/> 
    267284                                                                </atts> 
    268285                                                        </element> 
Note: See TracChangeset for help on using the changeset viewer.