1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>toc.hide.show</title><link rel="stylesheet" href="reference.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: ReferenceDocumentation"><link rel="up" href="frames.html" title="HTML: Frames Parameters"><link rel="prev" href="toc.width.html" title="toc.width"><link rel="next" href="dynamic.toc.html" title="dynamic.toc"><link rel="copyright" href="copyright.html" title="License"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">toc.hide.show</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="toc.width.html">Prev</a></td><th width="60%" align="center">HTML: Frames Parameters</th><td width="20%" align="right"><a accesskey="n" href="dynamic.toc.html">Next</a></td></tr></table><hr></div><div class="refentry" title="toc.hide.show"><a name="toc.hide.show"></a><div class="titlepage"></div>
<div class="refnamediv"><h2><span class="refentrytitle">toc.hide.show</span></h2><p>
toc.hide.show
— Enable hide/show button for ToC frame
</p></div>
<div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2>
<a name="toc.hide.show.frag"></a><pre class="programlisting">
<xsl:param name="toc.hide.show" select="0"></xsl:param>
</pre>
</div>
<div class="refsection" title="Description"><a name="id1444023"></a><h2>Description</h2>
<p>If non-zero, JavaScript (and an additional icon, see
<a class="link" href="hidetoc.image.html" title="hidetoc.image">hidetoc.image</a> and
<a class="link" href="hidetoc.image.html" title="hidetoc.image">showtoc.image</a>) is added to each slide
to allow the ToC panel to be <span class="quote">“<span class="quote">toggled</span>”</span> on each panel.</p>
<div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>There is a bug in Mozilla 1.0 (at least as of CR3) that causes
the browser to reload the titlepage when this feature is used.</p></div>
</div>
</div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="toc.width.html">Prev</a></td><td width="20%" align="center"><a accesskey="u" href="frames.html">Up</a></td><td width="40%" align="right"><a accesskey="n" href="dynamic.toc.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">toc.width</td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top">dynamic.toc</td></tr></table></div></body></html>
|