| Topic Text | Topic Comments (0) | Topic Properties | Topic Information | test@tes... | ||||
| Topic title: test | Wednesday April 21, 2010 15:11:01 |
Download topic text | View in monospace font | Tab width set to 8 (change to 4)
[Add General Comment] to topic.
| File Web.BaseModule/WebContent/webresource/webcomponents/table/scripts/VerticalTable.js (Revision 6018) | [Add File Comment] [<<] [Top] [>>] |
| Line 161 | Parallel | Line 161 | Parallel | ||
| 161 | getSelectedRow: function() | 161 | getSelectedRow: function() |
| 162 | { | 162 | { |
| 163 | var cellInnerHTML=null; | 163 | var cellInnerHTML=null; |
| 164 | if (this.previousSelectedRow != null) | 164 | if (this.previousSelectedRow != null && this.previousSelectedRow.length > 0) |
| 165 | { | 165 | { |
| 166 | cellInnerHTML=new Array(); | 166 | cellInnerHTML=new Array(); |
| 167 | for(i=0;i<this.previousSelectedRow.length;i++) | 167 | for(i=0;i<this.previousSelectedRow.length;i++) |
| File Web.BaseModule/WebContent/webresource/webcomponents/table/scripts/VerticalTable.js (Revision 6018) | [Add File Comment] [<<] [Top] [>>] |
| Legend: | |
| Removed | |
| Changed | |
| Added | |
[Add General Comment] to topic.