Last updated by bhagwat 1 year ago
To install the multi-select plugin type this command from your project's root folder:
grails install-plugin multi-select
Last updated by bhagwat 1 year ago
Provides a tag library having tags for including resources and dealing with HTML
select boxes specially with multiple attribute set to boolean true.
Using Multi-select drop down is similar to grails select tag. This tag pops
out all the selected options from the select box, leaving only the deselected items in the dropdown.
Sample Use case :
<ui:multiSelect name="categories"
from="${Categories.list()}"
value="${user.subscribedCategories}"
noSelection="['':'Select One']"
/> For further information visit :
http://github.com/IntelliGrape/Grails-Multi-Select-Plugin/wiki
Last updated by burtbeckwith 6 months ago
Last updated by bhagwat 1 year ago
<ui:multiSelect .../> with attribute isLeftAligned="true"

<ui:multiSelect .../> without isLeftAligned attribute or isLeftAligned="false"