More Info about Input Field

Browser Compatibility | Editability in Style Editor | Accessibility – 508 Support


Browser Compatibility

Renders in every supported browser.

top Top


Editability in Style Editor

In the Style Editor, it is possible to modify the following attributes of the input field control:

Group
Style
IE 5 and above
Netscape 4.7
Field Styles Border Width, Style and Color
x
Padding
x
Standard-Sized Field Font Size
x
Height
x
x
Small-Sized Field Small Font Size
x
Small Height
x
x
Invalid Field Border for Invalid Input
x
Required Field Font Color of "Required" Indicator
x
x
Background Background Color of Editable Fields
x
Background Color of Non-Editable Fields
x

Table 1: Editable styles for the input field control

For common styles see section HTMLB Controls and Style Editor in Customer Branding and Style Editor.

top Top


Accessibility – 508 Support

Input fields have to be used in combination with the label element which points to the assigned input field. This ensures, that screenreaders are aware of the relationship between the both elements and can read the correct label to the according field.

  • Keyboard: The input field is inserted into the accessibility hierarchy by default.
  • Default Description: Is provided by the HTMLB rendering engine.
  • Application-specific Description: Set an additional description using the setTooltip method if needed.
  • Label: Has to be connected to a label control (use method setLabelFor for identifying the corresponding input field)

 

top Top