R
Roger Godefroy
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:
http://otn.oracle.com/tech/blaf/specs/hide_show/hide_show_VIEWdetails_white1.gif
Is there a sample code to do this? I allready could change the status from a
hidden tr using:
function toggle(theElem){
document.getElementById(theElem).style.display =
(document.getElementById(theElem).style.display == 'none')?'':'none';
}
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:
http://otn.oracle.com/tech/blaf/specs/hide_show/hide_show_VIEWdetails_white1.gif
Is there a sample code to do this? I allready could change the status from a
hidden tr using:
function toggle(theElem){
document.getElementById(theElem).style.display =
(document.getElementById(theElem).style.display == 'none')?'':'none';
}
But I would like a (sample)code, which changes the + and - and the Hide/Show
text. Any help appreciated.