From 753de3c8d0df9425b04fcf26ad736eb61d3c58f9 Mon Sep 17 00:00:00 2001 From: Mauritz Jeanson Date: Thu, 9 Aug 2007 17:59:54 +0000 Subject: [PATCH] Added documentation for the dbhh PI (used for context-sensitive HTML Help). (The two templates matching 'dbhh' are still in htmlhelp-common.xsl). --- xsl/html/pi.xsl | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/xsl/html/pi.xsl b/xsl/html/pi.xsl index 8e609bc09..f7ffe6744 100644 --- a/xsl/html/pi.xsl +++ b/xsl/html/pi.xsl @@ -1205,4 +1205,36 @@ + + + Sets topic name and topic id for context-sensitive HTML Help + + Use the dbhh PI as a child of components + that should be used as targets for context-sensitive help requests. + + + dbhh topicname="name" topicid="id" + + + + topicname="name" + + Specifies a unique string constant that identifies a help topic + + + topicid="id" + + Specifies a unique integer value for the topicname string + + + + + + Context-sensitive help + + + + -- 2.50.1