From e02e31c8b9d854cd62cbe9799228f6e08e882773 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 22:04:08 -0600 Subject: Sync with latest script --- doc/html/assistant-6.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/assistant-6.html') diff --git a/doc/html/assistant-6.html b/doc/html/assistant-6.html index 044ff206c..266490db3 100644 --- a/doc/html/assistant-6.html +++ b/doc/html/assistant-6.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; }
  • Start Page- This property specifies which page TQt Assistant should initially display when the profile is used. Usually, this is the HTML file which contains the documentation's table of contents. This property also describes the default location to go to when pressing the home button in TQt Assistant's main user interface. The start page is specified relative to the location of the profile. The property name is startpage

  • About Menu Text- This property describes the text that appears in the Help menu, e.g. About Application. The property name is aboutmenutext

  • About URL- This property can be used to point to an HTML file that describes the contents in the About dialog that is opened for the Help menu, e.g. About Application. The url is specified relative to the location of the profile. The property name is abouturl

    -
  • TQt Assistant Documentation- This property describes the location of the TQt Assistant documentation. This is retquired since TQt Assistant provides self help, such as the full text search help and the TQt Assistant Manual option in the Help menu. The location is a directory relative to the location of the profile. The property name is assistantdocs.

    +
  • TQt Assistant Documentation- This property describes the location of the TQt Assistant documentation. This is required since TQt Assistant provides self help, such as the full text search help and the TQt Assistant Manual option in the Help menu. The location is a directory relative to the location of the profile. The property name is assistantdocs.

    To define a profile, one needs to specify a TQt Assistant Document Profile, usually abbreviated .adp. The profile is an extension of the Documentation Content File described above. We add a profile tag containing property tags to the format.

    An example of a document profile file is shown below:

    helpdemo.adp

    -- cgit v1.2.1