Page 2 of 2

PostPosted: Fri Nov 30, 2007 8:39 pm
by Ureka
Dont know if this is what you mean but this is how I've done it.

tableWidgetObj.setRowDblClickCallBack('openAlbum');
function openAlbum(rowEl)
{
parent.paneSplitter.loadContent('center','/admin/redir.asp?PageId='+rowEl.cells[0].innerText);
}

Instead of cells you can use rows, whatever you prefer