default.view.parts.multiSelect.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sirius-web Show documentation
Show all versions of sirius-web Show documentation
Provides a modern and scalable web server as SIRIUS module
@*
* Made with all the love in the world
* by scireum in Remshalden, Germany
*
* Copyright by scireum GmbH
* http://www.scireum.de - [email protected]
*@
@args String span, String name, String labelKey, String helpKey, boolean optional, int maxItems, boolean forceFullWidth
@if (Strings.isFilled(labelKey)) {
}
@if (Strings.isFilled(helpKey)) {
@i18n(helpKey)
}
@if (optional) {
}