php-doc-en/chmonly/usingchm.xml
Derick Rethans 89f91053fe - Fix build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@81573 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-09 15:59:32 +00:00

94 lines
2.9 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<chapter id="chm.using">
<title>Using the HTML Help Viewer</title>
<para>
When you double click on a CHM, a HTML Help Viewer window
opens with three panes. On the left side of the window is
the Navigation pane. It contains four navigational tabs:
the Contents, Index, Search and Favorites tabs. On the right
side of the window is the Topic pane. It displays the
selected help topic, or the default help topic on startup.
The third pane is the toolbar, which is located below the
help window title bar.
</para>
<para>
Note, that when you open the CHM the first time, it may
appear in a strange position and size. From then, Windows
remembers the window position, size and the last opened
tab. All these including your favorites are stored in a
file named <filename>hh.dat</filename>. If you move your
file to another directory, all these remembered settings
will be lost (including your favorites listing!). If you
replace your CHM file with a new one, with the same name,
this is not a problem though. The file names and path
values are stored in <filename>hh.dat</filename>.
</para>
<sect1 id="chm.using.toolbar">
<title>The HTML Help Toolbar</title>
<para>
The HTML Help Toolbar contains the following icons,
when you view the PHP Manual:
<itemizedlist>
<listitem>
<simpara>Hide/Show - Hides/shows the navigation pane.</simpara>
</listitem>
<listitem>
<simpara>
Locate - Locates a topic in the contents tab (in
case you reached a topic with search, index or
favorites, and would like to see where it is
in the contents).
</simpara>
</listitem>
<listitem>
<simpara>Back - Goes back in the history.</simpara>
</listitem>
<listitem>
<simpara>Forward - Goes forward in the history.</simpara>
</listitem>
<listitem>
<simpara>Refresh - Reloads the current page.</simpara>
</listitem>
<listitem>
<simpara>Home - Opens the startup page of the CHM.</simpara>
</listitem>
<listitem>
<simpara>Print - Opens the print dialog box.</simpara>
</listitem>
<listitem>
<simpara>Options - Provides a dropdown with more options.</simpara>
</listitem>
</itemizedlist>
Using this toolbar is really easy, many of the toolbar
icons are strongly related to their Internet Explorer
equivalents.
</para>
</sect1>
</chapter>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->