:: Forum >>

column index

How do I get the column index when I click the couse in a cell?
John
Wednesday, October 13, 2004
obj.setAction('click', function(src){
row = src.getRowProperty('index');
col = src.getColumnProperty('index');
try{
myOnClick(row,col);
}
catch(error){}
});

myOnClick is a function which can do anything with the coordinates
this must be wrote in the html page as a <script> function
helplover
Wednesday, October 13, 2004

This topic is archived.


Back to support forum

Forum search