:: Forum >>

Array for AW.HTML.Table?

I need to make a table for my page layout. How can I make an array for refrence all of td or tr inside this table? For example, if

var table=new AW.HTML.Table;

then, table[n] refrencing the n row of the table, and table[n][m] refrencing the m cell in the n row in the table. Is that easy to implement?

Thanks,
mrhsh
Wednesday, April 30, 2008
This class does not create a complete table, but just the top <table> tag. You should also use AW.HTML.TR and AW.HTML.TD if you build the table this way.
Alex (ActiveWidgets)
Wednesday, April 30, 2008

This topic is archived.


Back to support forum

Forum search