All Downloads are FREE. Search and download functionalities are using the official Maven repository.

default.view.parts.codelistSelect.html Maven / Gradle / Ivy

There is a newer version: 9.6
Show newest version
@*
*  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