PT.Main.Grundeigenschaften
Content
[
Hide
]
The base properties name, width and hidden can be set for each form field.
Base properties
Name | Description |
---|---|
name | Name of the form field. Only letters and numbers may be used. |
alias | An alternative name for the form element, which may contain any characters. See below. |
width | Width of the form, relative to the width of other form fields on the same row. For example, when placing two form fields next to each, giving both a width of 2 means that both will take 50% of the available width. Setting the width of the first form field to 1, and the width of the second one to 3 results in the first one taking 25% of the available width, and the second one taking 75%. |
hidden | When checked, the form field will be hidden initially. To show it again, the option visible if can be used, or a Javascript function such as visible(). |
disabled | When checked, the content of the form field cannot be edited. |