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,
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
April 30,