Cell Tag of the Page Tag of the Forms File
The cell tag is a layout cell that contains a stack of cells or a control. It defines the position of the stack. It includes the following attributes:
size. Defines the cell size, in pixels. You must specify the size if the cell is situated in a stack of cells:
In a stack of cells that is arranged horizontally, the size defines the cell width.
In a stack of cells that is arranged vertically, the size defines the height.
attraction. Defines cell docking. You must specify the attraction if the cell is in a stack of cells. The following values are available:
near. Cell docks to the near (first) side of a horizontal stack of objects or to the start of a vertical stack of objects.
far. Cell docks to the right side of a horizontal stack of objects or to the end of a vertical stack of objects.
both. Cell consumes the entire free space. If more than one cell is set to
both
, then Siebel CRM Desktop divides the free space equally between all cells that are set toboth
.
If the cell size is defined, then the default value is
near
. If there is no size, then the default value isboth
.