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

default.view.codelists.code-list-details.html Maven / Gradle / Ivy

@*
*  Made with all the love in the world
*  by scireum in Remshalden, Germany
*
*  Copyright by scireum GmbH
*  http://www.scireum.de - [email protected]
*@
@args sirius.biz.codelists.CodeList codeList, Page entries
@extends(view.codelists.code-list.html, page: "details")

@editForm(("code-list/" + codeList.getIdAsString() + "/details")) {
    
@textfield(name: "code", value: codeList.getCode(), labelKey: "CodeList.code", required: true) @textfield(name: "name", value: codeList.getName(), labelKey: "Model.name", required: true)
@textfield(span: "12", name: "description", value: codeList.getDescription(), labelKey: "Model.description")
} @formBar() { @i18n("NLS.back") @tracing(codeList.getTrace()) }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy