I am trying to us the layout container widget in one of my pages. Here is the

 

<div dojoType="LayoutContainer" style="width: 100%; height: 100%">

<div dojoType="ContentPane" layoutAlign="top"> <table>

            <tr> <td width="15%" class="smallTopic">Report Definition</td>

                  <td width="70%"/>

                  <td width="15%"> <button dojoType="Button"

                        widgetId="addReportButton">close reports</button></td>                 

            </tr> </table>

</div>

            <div dojoType="ContentPane" layoutAlign="left" style="width: 200px;">table of contents</div>

            <div dojoType="ContentPane" layoutAlign="client"> </div>

</div>

 

 

The generated code sets the width and height for each of the content panes to 0, and nothing show’s up on the browser. Does anyone know what I am doing wrong? Also, it looks like the width and height for these widgets are absolute positioned. Can I use this widget with relative positioning?

 

thanks

Amish

 

 

 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to