~ubuntu-branches/ubuntu/wily/docbook-xsl-doc/wily

« back to all changes in this revision

Viewing changes to doc/slides/toc.hide.show.html

  • Committer: Package Import Robot
  • Author(s): Daniel Leidert
  • Date: 2013-05-26 00:54:15 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20130526005415-uktl1p29syniq984
Tags: 1.78.1-1
* New upstream release.
* debian/control: Dropped DM-Upload-Allowed field.
  (Standards-Version): Bumped to 3.9.4.
* debian/watch: Updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>toc.hide.show</title><link rel="stylesheet" type="text/css" href="../reference.css"><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: Reference�Documentation"><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>
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>toc.hide.show</title><link rel="stylesheet" type="text/css" href="../reference.css"><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot_9616"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: Reference�Documentation"><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"><a name="toc.hide.show"></a><div class="titlepage"></div>
2
2
 
3
3
<div class="refnamediv"><h2><span class="refentrytitle">toc.hide.show</span></h2><p>
4
4
toc.hide.show
5
5
 &#8212; Enable hide/show button for ToC frame
6
6
</p></div>
7
7
 
8
 
<div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2>
 
8
<div class="refsynopsisdiv"><h2>Synopsis</h2>
9
9
<a name="toc.hide.show.frag"></a><pre class="programlisting">
10
10
&lt;xsl:param name="toc.hide.show" select="0"&gt;&lt;/xsl:param&gt;
11
11
</pre>
12
12
</div>
13
13
 
14
 
<div class="refsection" title="Description"><a name="id36247065"></a><h2>Description</h2>
 
14
<div class="refsection"><a name="id627960"></a><h2>Description</h2>
15
15
 
16
16
<p>If non-zero, JavaScript (and an additional icon, see
17
17
<a class="link" href="hidetoc.image.html" title="hidetoc.image">hidetoc.image</a> and
18
18
<a class="link" href="hidetoc.image.html" title="hidetoc.image">showtoc.image</a>) is added to each slide
19
19
to allow the ToC panel to be <span class="quote">&#8220;<span class="quote">toggled</span>&#8221;</span> on each panel.</p>
20
20
 
21
 
<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
 
21
<div class="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
22
22
the browser to reload the titlepage when this feature is used.</p></div>
23
23
 
24
24
</div>