Hi There,
I would like to show details in another (hidden) TR. It should look like
something like on an image I have found wich illustrates it exactly is I
want:
Is there a sample code to do this? I allready could change the status from a
hidden tr using:
function toggle(theElem) {
document.getEle mentById(theEle m).style.displa y =
(document.getEl ementById(theEl em).style.displ ay == 'none')?'':'non e';
}
But I would like a (sample)code, which changes the + and - and the Hide/Show
text. Any help appreciated.
I would like to show details in another (hidden) TR. It should look like
something like on an image I have found wich illustrates it exactly is I
want:
Is there a sample code to do this? I allready could change the status from a
hidden tr using:
function toggle(theElem) {
document.getEle mentById(theEle m).style.displa y =
(document.getEl ementById(theEl em).style.displ ay == 'none')?'':'non e';
}
But I would like a (sample)code, which changes the + and - and the Hide/Show
text. Any help appreciated.
Comment