|
Subject: expandble list in XSL From: "Johan Andreasson" <johan_andreasson@xxxxxxxxxxx> Date: Thu, 30 Mar 2000 05:44:54 PST |
<SCRIPT>
var xxxx_exposed = false; <---- 2.
var yyyy_exposed = false;
var zzzz_exposed = false; }
else // collapse the list
{
obj.children[0].outerHTML='';
eval(obj.id+"_exposed=false");
}
}
</SCRIPT> <DIV ID="xxxx_list"> <---- 1.
thing 1 </BR> thing 2 </BR> .... thing n </BR>
</DIV> <DIV ID="yyyy_list"> <---- 1.
thing 1 </BR> thing 2 </BR> .... thing n </BR>
</DIV> <DIV ID="zzzz_list"> <---- 1.
thing 1 </BR> thing 2 </BR> .... thing n </BR>
</DIV>
.... <H1> LIST </H1>
<UL>
<LI ID="xxxx" ONCLICK="show_details(this)">xxxx</LI>
<LI ID="yyyy" ONCLICK="show_details(this)">yyyy</LI>
<LI ID="zzzz" ONCLICK="show_details(this)">zzzz</LI>
....
</UL>______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| xsl:attribute, Ben Sorek | Thread | Re: expandble list in XSL, Dan Morrison |
| Re: expandble list in XSL, Dan Morrison | Date | Re: Including CSS File References i, David Carlisle |
| Month |