-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Victor Sanchez
authored and
Victor Sanchez
committed
Oct 12, 2020
1 parent
8479f48
commit 60ba208
Showing
5 changed files
with
40 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Multiselect Records | ||
|
||
## Description | ||
|
||
This control has been created to select many records from an entity. | ||
What this will do is to insert the data split by the delimiter you have selected in your control in the single text field this is attached. | ||
This can be useful to retrieve a "list of records" from a single field and it can be used in a plugin. | ||
|
||
## Download | ||
|
||
[DOWNLOAD LATEST RELEASE](https://github.com/victorsolaya/CardViewer/releases/latest) | ||
|
||
## How to configure | ||
|
||
1. Add the control to the view that you want to show the cards. | ||
|
||
## Parameters | ||
|
||
1. Option Set Field -> Field that is going to be used for showing the different options | ||
|
||
## Filter | ||
|
||
This is filtered based on the filter criteria of the system view. | ||
|
||
## Example of configuration | ||
|
||
![Form configuration](assets/configuration.png) | ||
|
||
## Demo | ||
|
||
![Demo](assets/demo.png) | ||
|
||
## Issues / Questions | ||
|
||
If you have any questions or issues regarding this control, please, raise an issue in github or send me an email: [email protected] |