Changeset 12895


Ignore:
Timestamp:
02/27/09 12:11:04 (3 years ago)
Author:
sam
Message:

genWeb : Ajout de @tagName sur sm:WTableCell

Location:
trunk/Wsp_Modeling
Files:
4 edited

Legend:

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

    r12894 r12895  
    307307                                <atts> 
    308308                                        <se:ref se:refid="atts_widget"/> 
     309                                        <attribute se:name="tagName" se:bind="attribute"> 
     310                                                <choiceInput> 
     311                                                        <ciItem label="td"/> 
     312                                                        <ciItem label="th"/> 
     313                                                </choiceInput> 
     314                                        </attribute> 
    309315                                </atts> 
    310316                                <childs> 
     
    520526                                <atts> 
    521527                                        <se:ref se:refid="atts_widget"/> 
     528                                        <attribute se:name="tagName" se:bind="attribute"> 
     529                                                <choiceInput> 
     530                                                        <ciItem label="td"/> 
     531                                                        <ciItem label="th"/> 
     532                                                </choiceInput> 
     533                                        </attribute> 
    522534                                </atts> 
    523535                                <childs> 
     
    778790                                                                        <atts> 
    779791                                                                                <se:ref se:refid="atts_widget"/> 
     792                                                                                <attribute se:name="tagName" se:bind="attribute"> 
     793                                                                                        <choiceInput> 
     794                                                                                                <ciItem label="td"/> 
     795                                                                                                <ciItem label="th"/> 
     796                                                                                        </choiceInput> 
     797                                                                                </attribute> 
    780798                                                                        </atts> 
    781799                                                                        <childs> 
  • trunk/Wsp_Modeling/es/content/organisation/compositionXhtmlTransf/xml.xed.xml

    r12497 r12895  
    510510                                        <se:ref se:refid="atts_widget"/> 
    511511                                        <se:ref se:refid="att_class"/> 
     512                                        <attribute se:name="tagName" se:bind="attribute"> 
     513                                                <choiceInput> 
     514                                                        <ciItem label="td"/> 
     515                                                        <ciItem label="th"/> 
     516                                                </choiceInput> 
     517                                        </attribute> 
    512518                                </atts> 
    513519                                <childs> 
     
    988994                                        <se:ref se:refid="atts_widget"/> 
    989995                                        <se:ref se:refid="att_class"/> 
     996                                        <attribute se:name="tagName" se:bind="attribute"> 
     997                                                <choiceInput> 
     998                                                        <ciItem label="td"/> 
     999                                                        <ciItem label="th"/> 
     1000                                                </choiceInput> 
     1001                                        </attribute> 
    9901002                                </atts> 
    9911003                                <childs> 
  • trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_compositionXhtmlTransf/content.xsl.xsl

    r12820 r12895  
    282282        <!-- sm:WTableCell ===================================================================== --> 
    283283        <xsl0:template match="sm:WTableCell" mode="content"> 
    284                 <td> 
     284                <xsl0:element name="{returnFirst(@tagName,'td')}"> 
    285285                        <xsl0:call-template name="classAtt"> 
    286286                                <xsl0:with-param name="pExtraClasses" select="@class"/> 
     
    288288                        <xsl0:call-template name="crossRefEntries"/> 
    289289                        <xsl0:apply-templates mode="content"/> 
    290                 </td> 
     290                </xsl0:element> 
    291291        </xsl0:template> 
    292292         
  • trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_dataFormXhtmlTransf/widgets.xsl.xsl

    r10307 r12895  
    186186        <!-- sm:WTableCell ===================================================================== --> 
    187187        <xsl0:template match="sm:WTableCell" mode="content"> 
    188                 <td> 
     188                <xsl0:element name="{returnFirst(@tagName,'td')}"> 
    189189                        <xsl0:call-template name="classAtt"/> 
    190190                        <xsl0:call-template name="crossRefEntries"/> 
    191191                        <xsl0:apply-templates mode="content"/> 
    192                 </td> 
     192                </xsl0:element> 
    193193        </xsl0:template> 
    194194         
Note: See TracChangeset for help on using the changeset viewer.