You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by michael lim <ji...@yahoo.com> on 2008/09/11 10:30:23 UTC

contrib table field alignment

current i using code below to display table and all fields are displayed right
alignment.

   <tr jwcid="rows@Contrib:TableRows"  class="ognl:beans.evenOdd.next"> 
                        <td align="right" jwcid="@Contrib:TableValues"  />
                        <td><span jwcid="checkbox"/></td>
                    </tr>


if i want certain field to align "left" and certain field to align "right"  .
how do to that?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: contrib table field alignment

Posted by michael lim <ji...@yahoo.com>.
for custom field in .page  =DateValidFromColumn, how to display it in .html
,because i want to align to right


      

  <td align="left">
                            <span jwcid="@Insert"
value="ognl:components.rows.tableRow.itemNo" />
                        </td>              // this working fine
                        
                          <td align="right">
                            <span jwcid="@Insert"
value="ognl:=DateValidFromColumn" />           // this doesnt work
                        </td>




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org