wxHTMLHelpController.DisplayID

Mark Erbaugh wrote:

How does one embed an ID in a HTML help file that can be used with
DisplayID? The wxWidgets docs indicate <param name="ID" value=1234>
should be used, but DocBook complains no template matches param.

The ID param is used in the Contents and Index files, not the html document files. The IDs are associated with the html doc that should be loaded when that ID is requested.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Robin,

Thanks. That's what I figured out. Is there a way to put an ID param
into the Docboook.xml file as Dookbook is generating the .html, index
and contents files? Do I have to edit the contents and index files once
Docbook creates them?

Mark

···

On Sat, 2008-05-24 at 15:24 -0700, Robin Dunn wrote:

Mark Erbaugh wrote:
> How does one embed an ID in a HTML help file that can be used with
> DisplayID? The wxWidgets docs indicate <param name="ID" value=1234>
> should be used, but DocBook complains no template matches param.

The ID param is used in the Contents and Index files, not the html
document files. The IDs are associated with the html doc that should be
loaded when that ID is requested.