logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Re: [BlueXML-user] How to get the double columns in a portlet ?: msg#00008

Subject: Re: [BlueXML-user] How to get the double columns in a portlet ?
Hi,
to have multiple columns in forms, you have to edit, for the moment, the blocks/plugins/UMLFormsDesigner/stylesheets/plugins/xmi2pivot/comment.xsl file and insert the layout you want for your class.

The layout looks like the one for html tables. The following describes the layout for the class Company :

                <layout name="Company">
                    <tr>
                        <td>
                            <name/>
                            <adr1/>
                            <adr2/>
                            <adr3/>
                            <zip/>
                            <city/>
                            <Country/>
                        </td>
                        <td>
                            <group/>
                            <site/>
                            <activity/>
                            <activityCode/>
                            <activityDetail/>
                            <origin/>
                        </td>
                    </tr>
                    <tr>
                        <td>
                            <phone/>
                            <fax/>
                        </td>
                        <td>
                            <mail/>
                            <www/>
                        </td>
                    </tr>
                    <tr>
                        <td><comment/></td>
                    </tr>
                </layout>

Jck

Jeremy CHAPUIS wrote:
Hello,

We would like to know what are the files to configure in order to have two
columns in our "MAIN" portlet.

Thanks.

_______________________________________________
User mailing list
User-E0IXfuzpajFHgg9j4ji3+w@xxxxxxxxxxxxxxxx
http://mlm.triglyphe.com/mailman/listinfo/user


--

Jean-Christophe Kermagoret
jck-H+OdoZda70+Kyg0wZhmjlg@xxxxxxxxxxxxxxxx


<Prev in Thread] Current Thread [Next in Thread>