//----------------------------------------------// // Created by: Romulo do Nascimento Ferreira // // Email: romulo.nf@gmail.com // //----------------------------------------------// // NOTICE: This code may be use dto any purpose without further // permission from the author. You may remove this notice from the // final code, however its appreciated if you keep the author name/email. // Email me if theres something needing improvement var drag = false; var mouse_down=false; var colOrder=[]; var borderLeftStyle=[]; var borderLeftColor=[]; var cellBackgroundColor=[]; var borderLeftWidth=[]; var colNames=[]; function setTableColMovable(tableName,ColOrderFieldName,colNames) { tabelaDrag = document.getElementById(tableName); ColOrderField = document.getElementById(ColOrderFieldName); linhas = tabelaDrag.getElementsByTagName("TR"); celulas = tabelaDrag.getElementsByTagName("TD"); linhaUm = tabelaDrag.rows[0] ordenacaoMaxima = linhaUm.cells.length //store columns order for (x=0;x