"Fossies" - the Fresh Open Source Software Archive

Member "grails-core-6.1.0/grails-docs/src/test/resources/docs/ref/Constraints/widget.html" (3 Nov 2023, 59211 Bytes) of package /linux/www/grails-core-6.1.0.tar.gz:


Caution: In this restricted "Fossies" environment the current HTML page may not be correctly presentated and may have some non-functional links. You can here alternatively try to browse the pure source code or just view or download the uninterpreted raw source code. If the rendering is insufficient you may try to find and view the page on the grails-core-6.1.0.tar.gz project site itself.

(Quick Reference)

widget

Purpose

Changes the HTML form field type used in scaffolding the associated domain class property.

Examples

description widget: 'textarea'

Description

Changes the GSP tag used for editing values of the corresponding domain class property in the scaffolding. For example, the above would cause the scaffolding to use <g:textArea …​ /> for 'description' edit fields.

This constraint is also added to scaffolding tags for boolean (checkbox), date (datePicker), and collection (*select) properties, but it has no effect in those cases.

Error Code: This constraint only impacts look and does not create errors.