Returns
A string that contains the path on the user's computer to the secondary browser, which is
expressed as a file:// URL. If no secondary browser is defined, it returns nothing.
dreamweaver.openHelpURL()
Availability
Dreamweaver MX.
Description
Opens the specified Help file in the operating system Help viewer.
Dreamweaver displays help content in the standard operating system help viewer instead of a
browser. Help content is in HTML, but it is packaged for Windows HTML Help or Help
Viewer for Mac OS X.
The following four types of files comprise the full help content. For more information on
Help files, see your operating system documentation.
Help book
A Help book consists of the HTML Help files, images, and indexes. In Windows, the
Help book is a file that has a name with a .chm extension. On the Macintosh, the Help
book is a folder.
The Help book files reside in the Dreamweaver Help folder.
The help.xml file
The help.xml file maps book IDs to help book names. For example, the following XML
code maps the book ID for Dreamweaver Help to the filenames that contains help on
both the Windows and Macintosh operating systems:
<?xml version =
<help-books>
"
<book-id id=
DW_Using
"
mapping=
Dreamweaver Help
</help-books>
Each
entry has the following attributes:
book-id
The
attribute is the book ID that is used in the help.map and HelpDoc.js files.
id
The
win-mapping
"UsingDreamweaver.chm"
The
mac-mapping
in this example.
Help"
152
Application
"
"
1.0
?>
"
win-mapping=
"
/>
attribute is the Windows book name, which is
in this example.
attribute is the Macintosh book name, which is
"
UsingDreamweaver.chm
"
mac-
"Dreamweaver
Need help?
Do you have a question about the DREAMWEAVER 8-DREAMWEAVER API and is the answer not in the manual?