XML Definitions for Templates
Element |
<template> |
---|---|
Description |
Root element |
Content |
At least one: <tab> <section> |
Attributes |
None |
Element |
<section> |
||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Description |
|
||||||||||
Content |
At least one: <tab> |
||||||||||
Attributes |
|
Element |
<tab> |
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description |
|
||||||||||||||||||||
Content |
At least one: <row> |
||||||||||||||||||||
Attributes |
|
Element |
<row> |
||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Description |
|
||||||||||
Content |
At least one: <column> <block> |
||||||||||
Attributes |
|
Element |
<column> |
---|---|
Description |
|
Content |
At least one: <group> <property> <separator> |
Attributes |
None |
Element |
|||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description |
A block contains one or morelines, which act as rows within the block. Lines can contain properties, or can optionally contain cells - a 5th level layout unit. Cells can be used to align items across lines. Multiple block elements within a row are rendered side-by-side horizontally. |
||||||||||||||||||||||||||||||
Content |
At least one: <line> |
||||||||||||||||||||||||||||||
Attributes |
|
Element |
<line> |
||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description |
|
||||||||||||||||||||||||||||||
Content |
At least one: <cell>; or <text>, <property>, <picklist>, <radio>, <checkbox-view, embedded-list |
||||||||||||||||||||||||||||||
Attributes |
|
Element |
<cell> |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Content |
At least one: <text> <horizontal-rule> <property> <picklist> <radio> <checkbox-view <embedded-list> |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Attributes |
|
Element |
<group> |
||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description |
Defines a set of related picklists and properties. |
||||||||||||||||||||||||||||||
Content |
At least one: <property> <separator> |
||||||||||||||||||||||||||||||
Attributes |
|
Element |
<property> |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Content |
<picklist> - zero or one |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Attributes |
|
Element |
<disable> |
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description |
Disables an input control based on the value of its parent input element. If the parent input control equals the value in the if-parent-equals attribute, the input control reference in the input-name attribute is disabled. The control is re-enabled if the parent's value is changed. |
||||||||||||||||||||
Content |
None |
||||||||||||||||||||
Attributes |
|
Element |
<picklist> |
---|---|
Description |
Defines a complex data field to be displayed in the template. Picklists allow the user to choose a related object. Objects are chosen via a popup window that displays the selectable items |
Content |
<<a class="glossterm" href="javascript:TextPopup(this)" id="HotSpot28060">filter> - zero or more <field> - at least one |
Attributes |
None |
Element |
<filter> |
||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description |
Represents a filtering criteria for a list. Filter elements can be nested. |
||||||||||||||||||||||||||||||||||||||||||||||||||
Content |
<filter> - zero or more |
||||||||||||||||||||||||||||||||||||||||||||||||||
Attributes |
|
Element |
<field> |
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description |
Represents a field in a picklist. |
||||||||||||||||||||
Content |
None |
||||||||||||||||||||
Attributes |
|
Element |
<radio> |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description |
An alternate UI component for collecting an input for a property. At least one, but not both of theidandaliasattributes must be provided. A set of radio buttons are grouped by their id/alias values. A radio button's label text is specified by its body text. If a radio button's property is backed by a reference table, and the value attribute contains a valid reference code from that table, the description of that code will automatically be used as the radio button's label if body text is omitted. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Content |
Text |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Attributes |
|
Element |
<text> |
||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description |
Supports the display of static text. The text to display is specified within the body of the element. |
||||||||||||||||||||||||||||||||||||||||||||||||||
Content |
Text |
||||||||||||||||||||||||||||||||||||||||||||||||||
Attributes |
|
Element |
<horizontal-rule> |
||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Description |
Displays a horizontal line. The width of the line is determined by width of the containing cell.
|
||||||||||
Content |
None |
||||||||||
Attributes |
|
Element |
<spacer> |
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description |
Renders an area of whitespace of specified dimensions. |
||||||||||||||||||||
Content |
None |
||||||||||||||||||||
Attributes |
|
Element |
<break> |
---|---|
Description |
Renders a line break. |
Content |
None |
Attributes |
None |
Element |
<checkbox-view |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description |
Renders a read-only checkbox whose state is determined by the value of a linked property. A checkbox view is not associated with an underlying property and does not control the value of any field. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Content |
None |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Attributes |
|
Element |
<separator> |
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description |
Defines an exact size for a gutter between template elements. |
||||||||||||||||||||
Content |
None |
||||||||||||||||||||
Attributes |
|
Element |
<embedded-list> |
||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description |
Displays a list of child records directly within the page. Records can be added to, deleted from, or modified within the list if the user has the necessary privileges. The fields to display and the sort order of the list are specified by child field elements. Filters can also be specified. System value elements can be specified if values should be automatically set on the list's records on save. |
||||||||||||||||||||||||||||||||||||||||||||||||||
Content |
<filter> - zero or more <field> - at least one <system-value> - zero or more |
||||||||||||||||||||||||||||||||||||||||||||||||||
Attributes |
|
Element |
<system-value> |
||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description |
Represents a value to be set automatically on a bean for a detail node. This element is typically used to set system required values on records, such as context-specific OIDs. Note that a system-value
is not required to set |
||||||||||||||||||||||||||||||
Content |
None |
||||||||||||||||||||||||||||||
Attributes |
|