default.view.parts.codelistSelect.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sirius-biz Show documentation
Show all versions of sirius-biz Show documentation
Provides a framework for building web based business applications
@*
* 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 list, String name, String value, String labelKey, String helpKey, boolean required, boolean adminonly
@singleSelect(span: span,
name: name,
labelKey: labelKey,
helpKey: helpKey,
required: required,
adminonly: adminonly)
{
@for(sirius.biz.codelists.CodeListEntry entry : codeLists.getEntries(list)) {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy