Home > Controlling Page Layout > How Item Attributes Affect ...
Previous |
Next |
An item is part of an HTML form and can be a text field, text area, password, select list, check box, and so on. You can alter the appearance of a page by changing the item attributes. For example, these attributes can effect where a label displays, how large an item will be, if the item will display next to or below the previous item.
To edit item attributes:
Navigate to the Page Definition. See "Accessing a Page Definition".
Under Items, click the item name.
The Edit Page Item page appears.
Table: Item Attributes Effecting Page Layout describes how item attributes affect the layout of a page.
Item Attributes Effecting Page Layout
Heading | Attribute | Description |
---|---|---|
Displayed |
Determines the order that items are rendered within a region. |
|
Displayed |
Defines the region where the item displays. All items must be in a region. |
|
Displayed |
Determines if this item displays on the same line or on the next line as the previous item. |
|
Displayed |
Determines if this item displays in the next column or in the same column as the previous item. |
|
Displayed |
Items are laid out in HTML tables. Defines the value to be used for the COLSPAN attribute of the table cell containing an item. |
|
Displayed |
Items are laid out in HTML tables. Defines the value to be used for the ROWSPAN attribute in the table cell where the item displays. |
|
Label |
Defines the label for this item. You can include HTML, JavaScript, and shortcuts. You can also use the substitution string |
|
Label |
Controls the placement and the horizontal and vertical alignment of the label. Labels can be displayed above, below, or to the left of the item. |
|
Label |
Specifies the label template. Use label templates to apply a consistent appearance to labels in your application. |
|
Label |
Defines additional attributes for the cell containing this item's label (for example, |
|
Element |
Specifies additional attributes for the HTML table cell used to display each individual option in a radio group or set of check boxes. Can include HTML, JavaScript, and shortcuts. You can reference the following substitution strings:
|
|
Element |
Specifies additional attributes for the HTML table cell used to display each individual option in a radio group or set of check boxes. Can include HTML, JavaScript, and shortcuts. You can reference the following substitution strings:
|
|
List of Values |
Applies to radio groups and check boxes. Defines the number of columns to use to display the values defined in the List of Values. By default, all values display in one column. |
|
Conditions |
Defines conditions and appropriate expressions that determine if an item displays. See Also: "Understanding Conditional Rendering and Processing" |
|
Read Only Display Settings |
Defines conditions and expressions that determine if the item displays as read-only. Use this attribute to display certain items to a set of users as updatable, while displaying that same set of items to others users as nonupdatable. Reduces the need to code duplicate interfaces for different users. |