KickstartWithBootstrap
KickstartWithBootstrap copied to clipboard
Kickstart is an extension for Grails in order to start your project with a good looking frontend. It is intended to be used in rapid application scenarios such as a Startup Weekend or a prototyping se...
bug: sometime "class"-attribute is set multiple times (chrome omits one of them). fixed: all classes are written in the same attribute.
Dear Joer Grech, Kindly help rebuild the plugin due to its incompatibility(runtime ":resources:1.2.1") with the new grails 2.2.4 release, The assets-pipeline plugin was meant to replace the resources plugin(http://grails.org/plugin/asset-pipeline)....Three posts...
Grails controllers support a simple mechanism for declarative exception handling. If a controller declares a method that accepts a single argument and the argument type is java.lang.Exception or some subclass...
There were two classes for the many-to-one selection control, one is class="form-control", and other is class="many-to-one". They should be combined into one class="form-control many-to-one". So does many-to-many.
I'm using Grails 2.3.6 and KickstartWithBootstrap 1.1.0. I added the following sample buttonDropdown code from getbootstrap.com into the gsp view. The button and caret display correctly, but no dropdown menu...
Hi Joerg, the appName prefix was eventually missing in the form action. So I changed the tag to use the Grails tag for form. Cheers Martin
...plugin(easygrid).
i'm have a field in my domain class with double type, when I run generate-all in my domain class the _form template generated have a g:field tag in this field...
I am using grails 2.3.7 and kickstart-with-bootstrap:1.1.0. When I "generate-all" of some domain model class, the generated gsp files for the domain model do not contain code for table entries....
The class="form-control" is overwritten (if I may use the term as its not exactly on override) in the following places causing the g:select tag to render only the second class...