Page Tag of the Forms File

The page tag describes the layout of the form. A set of cell tags that contain the user interface elements and the data that makes up the form defines this layout. Note the following requirements for the cell tag:

  • A cell tag can be empty or can contain a stack of cell elements in the stack tag or a control.

  • A cell tag can contain a user interface element or a piece of data from a native Outlook object and from a standard or custom Siebel CRM object. If you must place more than one object in a cell, then you must use a stack tag in the cell tag.

A page tag can contain only one cell.

The page tag can include the following attributes:

  • id. Contains the page name and is used nowhere else.

  • tag. Contains the control ID of the first control on the page of a standard form. It is a page that Siebel CRM Desktop uses to apply a customized layout. For example, the first control on a General tab of a Contact form uses id=0x402, Details page - 0?11cf, and so on.

  • min_height. Describes the minimum height, in pixels.

  • min_width. Describes the minimum width, in pixels.