Belated thanks for this Steve. I finally got to it but it isn't working.<br><br>I set it up as you suggested, though with tables in the <br><br><br><div><span class="gmail_quote">On 8/15/07, <b class="gmail_sendername">
Steve Glover</b> <<a href="mailto:steve@fell-services.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">steve@fell-services.net
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Tue, 2007-08-14 at 20:51 -0400, DaveG wrote:<br>> At the very least you could wrap the table in a div, and hide that div.
<br>> In terms of 'table directives', I'm not sure what you mean. If you're<br>> wanting to show/hide rows, then possibly; columns, then no.<br><br>I'm not sure if you can use divs within a table, but what you could do
<br>is toggle two divs; the first one having just the header row of your<br>table, the second having the header and body:<br><br>(from the softflow test page)<br><br>(:toggle div=box6 div2=box7 lshow='Show Box 6' lhide='Show Box 7':)
<br>>>id=box6 width=300px border='1px solid #999' padding=5px bgcolor=#fed<<<br>!!!!toggle box swap<br>box 6: initial box<br>>>id=box7 width=300px border='1px solid #999' padding=5px bgcolor=#efe<<
<br>!!!!toggle box swap!<br>box 7: second box<br>>><<<br><br>Which can be munged into something like:<br><br>(:toggle div=box6 div2=box7 lshow='Show Header' lhide='Show Table':)<br>>>id=box6<<
<br>||! Table header ||!Column one ||! Column two||<br>>>id=box7<<<br>||! Table header ||!Column one ||! Column two||<br>|| Row one ||Item one || Item two||<br>|| Row two ||Item three || Item four||<br>|| Row three ||Item five || Item six||
<br>>><<<br><br>Will that do?<br><br>Steve<br><br>> ~ ~ Dave<br>><br>> Donald Z. Osborn wrote:<br>> > Can both showhide and toggle be used with all kinds of tables? (Esp.<br>> > interested in interaction with table directives)
<br>> ><br>> > TIA, Don<br>> ><br>> > Ref:<br>> > <a href="http://www.pmwiki.org/wiki/Cookbook/ShowHide" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.pmwiki.org/wiki/Cookbook/ShowHide
</a><br>> > <<a href="http://www.pmwiki.org/wiki/Cookbook/ShowHide" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.pmwiki.org/wiki/Cookbook/ShowHide</a>><br>> > <a href="http://www.pmwiki.org/wiki/PmWiki/TableDirectives" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.pmwiki.org/wiki/PmWiki/TableDirectives
</a><br>> ><br>> ><br>> > ------------------------------------------------------------------------
<br>> ><br>> > _______________________________________________<br>> > pmwiki-users mailing list<br>> > <a href="mailto:pmwiki-users@pmichaud.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
pmwiki-users@pmichaud.com</a><br>> > <a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>><br>> _______________________________________________<br>> pmwiki-users mailing list<br>> <a href="mailto:pmwiki-users@pmichaud.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
pmwiki-users@pmichaud.com
</a><br>> <a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>--<br>Steve Glover at email:
<a href="mailto:steve@fell-services.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
steve@fell-services.net</a><br>SDSS, EDINA, University of Edinburgh, tel: +44 (0)131-650 2908<br>Causewayside House, 160 Causewayside, fax: +44 (0)131-650 3308<br>Edinburgh EH9 1PR mobile: +44 (0) 7961 446 902
<br><br></blockquote></div><br>