MWF.xDesktop.requireApp("process.Xform", "$Module", null, false); MWF.xApplication.process.Xform.Table = MWF.APPTable = new Class({ Extends: MWF.APP$Module, _afterLoaded: function(){ if (!this.table) this.table = this.node.getElement("table"); //var tds = this.node.getElements("td"); var rows = this.table.rows; for (var i=0; i