Space and Divider Fields
Sometimes it is desirable to separate different entities visually. This can be accomplished by inserting a space or a divider.
A space simply inserts a vertical separation of the average height of a single line entity, such as a line of text or a an input field. A This is just a static horizontal line to visually divide other fields.
A divider inserts the same amount of space but also draws a division line which can be either aligned at the top or bottom of the separation.
Example
Code Block | ||
---|---|---|
| ||
<field type="divider" /> |
...
In addition to the txt
and id
attributes, the following attributes are supported:
Name | Required | Description | Value |
---|---|---|---|
| no | The alignment of the title field within the panel. top: The divider is aligned to the field above it. bottom: The divider is aligned to the field below it. |
|