input

Name

input -- An input control

Synopsis

The input element defines where the input control(s) for a certain attribute will appear in the form.

Attributes

ref

The ERL attribute this element refers to.

label

An alternative label for this attribute. If not specified, the localised version of the label specified in the ERL file will percolate through.

help

Alternative help text for this attribute. If not specified, the localised version of the help text specified in the ERL file will percolate through.

type

An ERW type. If not specified, the type specified in custom files will percolate through.

size

For the types for which it is meaningful (e.g., text), the size of the HTML input control.

readonly

If true, this attribute cannot be changed by the user.

tabindex

This attribute is in all ways identical to the corresponding HTML attribute, and will be passed to the HTML input control.