You can use the <Style> tag with other tags to control the appearance of a form element.
Style Name | Description | Sample |
---|---|---|
header | Form header style. Used with <FormHeader> tag. |
|
IVAutoCompleteBox | Autocomplete control. 150 px wide. Used with <EmployeePicker> tag. |
|
IVAutoCompleteBoxWide | Autocomplete control. 200 px wide. Used with <EmployeePicker> tag. |
|
IVAutoCompleteBoxDoubleWide | Autocomplete control. 300 px wide. Used with <EmployeePicker> tag. |
|
IVCheckBox | Checkbox. Used with <Field> tag. |
|
IVComboBox |
Combo box. Used with <Field> tag. |
|
IVComboBoxDouble | Combo box with double the width. Used with <Field> tag. |
|
IVDatePicker | Date field with calendar icon. Used with <Field> tag. |
|
IVFormBody | Form body style. Used with <FormBody> tag. | |
IVHyperLink | Hyperlinked text. Used with <URL> tag. |
|
IVLabel | Label with bold text. Used with <Label> tag. |
|
IVLabelNoBold | Label with regular text. Used with <Label> tag. |
|
IVPanel | Panel style. Used with <Panel> tag. |
|
IVTextBox | Text box. Used with <Field> tag. |
|
IVTextBoxDouble | Text box with double the width. Used with <Field> tag. |
|
IVTextBoxShort |
Text box with half the width. Used with <Field> tag. |
|