Defines the contents of the control area.
Syntax
ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³Tag ³Element ³Attributes ³End ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³:ctrl ³Control area ³ctrlid= ³ ³ ³ ³ ³controls=' ' ³ ³ ³ ³ ³page ³ ³ ³ ³ ³coverpage ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
Attributes
ctrlid=
Search
If you are defining your own push buttons, use id= attribute of the push button tag (:pbutton.). See :pbutton. (Push Button).
The identification values for the predefined push buttons are defined in the PMHELP.H file.
Example: The following tagging specifies the Previous, Forward, and Back push buttons display in the coverpage window:
:ctrl ctrlid=new1 controls='ESC FORWARD BACK' coverpage.
Description
The control area tag (:ctrl.) specifies where push buttons are displayed, and which push buttons you want displayed. You can display push buttons in the control areas of coverpage window or an IPF text window.
The default control area for online documents and Help windows is the coverage page window, and the default push buttons that display are:
Online documents
Previous
Search
Print
Index
Contents
Back
Forward
Tutorial (only if a tutorial is available).
Previous
Search
Print
Index
Tutorial (only if a tutorial is available).
You can define more than one control area with different sets of push button for an IPF text window; however, only one set of push buttons can be defined for the coverpage window.
The default set of push buttons for an IPF text window can be overridden by defining a new default or by referring to the control area definition with the heading tag (see :h1. through :h6. (Headings)). For more information about push buttons, see Push Buttons.
Conditions