-
-
Notifications
You must be signed in to change notification settings - Fork 0
MultiLinkField
Rick van Dam edited this page Oct 29, 2019
·
6 revisions
SingleLinkField is similar to a Multilist field in that it will store a list of references to items. The main difference is however that you don't select the item from a list but you will select a item using a feature rich search modal. This enables you to easily find items even if there are thousands of items or even more.
This field supports the following actions:
- Search: opens a search modal where you can search for a item you want to reference. This reference will be added to the already existing references.
- Open: If you click on the magnifying glass icon inside the field the referenced item will be opened
- Delete: If you click on the red cross inside the field the reference to that item will be removed.
The following parameters are supported for this field:
- id: gets mapped to the id parameter in the Search Dialog
- pfilter gets mapped to the pfilter parameter in the Search Dialog
- dfilter gets mapped to the dfilter parameter in the Search Dialog
Like this repository? Don't forget to give it a star!