Skip to content

mpccolorado/grails-fields

 
 

Repository files navigation

Build Status

A spiritual successor to the bean-fields plugin that attempts to provide a configurable way to render forms with appropriate inputs for different properties without having to copy and paste lots of boilerplate code. It should be possible to change the rendering for a field with the minimum of impact on any other code. This plugin attempts to achieve that by using GSP templates looked up by convention. Developers can then create templates for rendering particular properties or types of properties with the former overriding the latter.

This work comes from GRAILS-7635 and one of the major advantages would be to prolong the useful lifetime of dynamic scaffolding as developers can customize individual fields, add support for new property types, etc. whilst allowing scaffolding to continue laying out the overall page.

For further information please see the full documentation.

About

a spiritual successor to the bean-fields plugin

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Groovy 85.4%
  • CSS 8.4%
  • Batchfile 5.0%
  • Other 1.2%