Revision: 4416 http://vexi.svn.sourceforge.net/vexi/?rev=4416&view=rev Author: clrg Date: 2012-07-15 23:11:12 +0000 (Sun, 15 Jul 2012) Log Message: ----------- Table example as it should be (construct in JS, not XML)
Modified Paths: -------------- trunk/org.vexi-vexi.demo/src_main/org/vexi/demo/feature/table_basic.t Modified: trunk/org.vexi-vexi.demo/src_main/org/vexi/demo/feature/table_basic.t =================================================================== --- trunk/org.vexi-vexi.demo/src_main/org/vexi/demo/feature/table_basic.t 2012-07-15 23:10:30 UTC (rev 4415) +++ trunk/org.vexi-vexi.demo/src_main/org/vexi/demo/feature/table_basic.t 2012-07-15 23:11:12 UTC (rev 4416) @@ -44,10 +44,10 @@ ["Adam","Andrews","United States",false] ]; - for (var i,row in data) { + for (var i,rowdata in data) { var r = new .row(); // vexi.trace(i+": "+row); - for (var j,celldata in row) { + for (var j,celldata in rowdata) { // vexi.trace($head[j].datatype+", "+celldata); r.add(new .cell($head[j].datatype, celldata)); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn