PickerField
pickerField
is an input field with additional buttons, which displays an entity instance in the field and invokes actions on it on clicking on the buttons to the right of the field.
Specific properties:
- validator - a field value validator.
- captionProperty - the name of an entity attribute to be displayed in the field.
- actions - actions invoked by buttons on the right.
- lookupScreen - the name of a lookup screen used to select the entity instance; the required format is
entity_name.lookup
.
- metaClass - the name of an entity which instances may be selected for the field; the required format is
project_name$Entity_name
.
See PickerField for details.