The maps Element Helpset File

6-4 Oracle Fusion Middleware Developers Guide for Oracle Help wintype default=false nameTutorialname height50height width200width x10x y10y textfg000000textfg linkfg0000cclinkfg bgffffffbg titleTutorialtitle toolbar06004toolbar wintype This example defines a window type called Tutorial with a default height that is 50 of the screen height and a default width of 200 pixels. This window will display 10 pixels from the top and left side of the screen. The background of the window will be white, with black text and blue links. The title bar of this window will read Tutorial. The window toolbar will contain the Print, Back, and Forward buttons.

6.1.5 The links Element

The links element points to one or more link files, which are used to associate multiple targets with link IDs. For more information about links, see Section 7.4, Link File . The links element has the following child element: For example: links linkref location=linkfile1.xml linkref location=linkfile2.xml links

6.1.6 The view Element

The view element specifies how Oracle Help should render navigational views. A navigational view is a representation of the data in the navigation control files such as TOC, index, and search plus the user interface controls for navigating through them. Oracle Help includes Java classes to render standard types of views. Each type of view is presented on its own accordian panel: by default, the Contents, Index, and Search panels. A helpset can include multiple views of each type. That is, the user interface can display multiple TOC tabs, Index tabs, and so forth. Oracle Help can also merge views Table 6–3 links Child Elements Element Description linkref The location of a map file for this book. When multiple map files are specified, they are merged. Each linkref item is searched in order and a merged link database is constructed. linkref has the following attributes: ■ location – The URL of the link file relative to the helpset. ■ class – [optional] A class whose location is the base location for the map file. Any path information in the location attribute is relative to this base location.