Tuesday, May 17, 2011

To make a single cell from a table readonly.

for(var i=1;i<=CAM_FINANCIALSUMMARYTable.getRows().length;i++)
{
var row = CAM_FINANCIALSUMMARYTable.getRows()[i-1];
row.cells[2].firstChild.firstChild.readOnly = true;
}

No comments:

Post a Comment