alfonso
Posts: 121
|
| Posted: 02/07/2011, 3:42 AM |
|
In a gallery forms I want to know value of column in any moment. Just like I know number of columns with "numberOfColumns" value I would like to know the value of the actual column so I can, for example, use different style for each column.
Just like "rowNumber" give us the number of a file
Thanks
|
 |
 |
alfonso
Posts: 121
|
| Posted: 02/07/2011, 3:59 AM |
|
This is because I want to apply diferent style to each column. I thought:
<td class="style{album_categorias1:colNumber}">
colNumber is the variable I want to know so I will use style1 ot style2,...
Any idea?
|
 |
 |
damian
Posts: 838
|
| Posted: 02/07/2011, 11:50 AM |
|
is your table being created dynamically?
normally you will know the number of columns because you design the table.
_________________
if you found this post useful take the time to help someone else.... :)
|
 |
 |
|