abstract Element html.form.field.BaseEditableField

Known Implementing Elements:
html.form.field.BaseSingleValueField, html.form.field.TextField, html.form.field.MultiChoiceField, html.form.field.SingleChoiceField, html.form.field.DateField, html.form.field.IntegerField, html.form.field.BaseVectorValueField, html.form.field.FileField, html.form.field.CheckBox
Substitution Groups:
html.form.IFormItem

The base class for editable form fields.


Named Children Elements
mandatory   binding.Expression Label The displayed field label.
optional   binding.Expression Tip A tip (information) associated to the field.
optional   binding.Expression Visible Determines whether this field is visible.
Default: true.
optional   binding.Expression Editable Determines whether this field is editable.
Default: true.
0 - unbounded   html.menu.IMenuItem[] FieldButtons Buttons displayed right next to the form field.