The helpset Element Helpset File

Metadata Files 6-3 The wintype element can have the following child elements: Note that attributes specified in HTML topic content files always take precedence over attributes specified in the wintype section of the helpset. The following wintype element defines a window to be used for tutorial topics: Table 6–2 wintype Child Elements Element Description name The name of this window type. This name is used to associate topics with the window type. If multiple windows are defined in a helpset, they must have unique names. height The height of the window. A numeric value indicates a distance in pixels. A numeric value followed by a percent sign indicates a percentage of the visible screen. width The width of the window in pixels. A numeric value indicates a distance in pixels. A numeric value followed by a percent sign indicates a percentage of the visible screen. x The horizontal position of the window. A numeric value indicates a distance in pixels. A negative value indicates distance between the right edge of the window and the right edge of the screen. A numeric value followed by a percent sign indicates a percentage of the visible screen. y The vertical position of the window in pixels. A numeric value indicates a distance in pixels. A negative value indicates distance between the bottom edge of the window and the bottom of the screen. A numeric value followed by a percent sign indicates a percentage of the visible screen. textfg The six-digit hexadecimal RGB value of the foreground color of the text in the window. A preceding on the value may be present, but is ignored. For any single topic, a foreground color specified in the HTML topic file or CSS will override this value. linkfg The six -digit hexadecimal RGB value of the foreground color of the links in the window. A preceding on the value may be present but is ignored. For any single topic, a link color specified in the HTML topic file or CSS will override this value. bg The six -digit hexadecimal RGB value of the background color of the window. A preceding on the value may be present but is ignored. For any single topic, a background color specified in the HTML topic file or CSS will override this value. title Text that appears in the title bar of the window. toolbar Defines the buttons to display in the windows toolbar. A five-digit hexadecimal value which is the sum of one or more of the following: ■ 00004 – Turns off the default buttons on the toolbar. ■ 00040 – Adds a URL address field to display the current URL. ■ 00400 – Add the Navigator button. ■ 02000 – Add the Print button ■ 04000 – Add the Back and Forward buttons. ■ 08000 – Add the Search button. ■ 10000 – Add the DockUndock buttons A preceding on the value may be present, but it is ignored.