Tag Archives: plugin

Growler Grails Plugin

I’m working on a Grails plugin called Growler, which provides Growl-like notifications within a webpage using jquery, jquery-ui, and the jGrowl jquery plugin.
It is still in the alpha release at the moment, and there are plenty of things that need work, but has been fun and easy so far using jquery usefully. I hope [...]


Posted in grails plugins | Also tagged , , | 3 Comments

360 Degrees of Form Processing with Grails and GrailsUI Modal Dialogs

Daniel Honig is an independent architect/developer/consultant living in New York City. Daniel is a contributor to GrailsUI and is writing this post as a guest for the benefit of GrailsUI users.
So recently I was reviewing some work that was done for us by a few developers of our team and discovered that we had some very ugly code that used an iframe inside of a gui dialog for a form submission. This resulted in the dialog appearing with scroll bars and other undesirable behavior.
Why was it that they had chosen to use an iframe instead of  just  using [...]


Posted in grails plugins, javascript | Also tagged , , , , , | 10 Comments

Upcoming Grails-UI 1.1 New Features: Charts

Here is a little chart teaser while I’m at it :)
Line Chart

Bar Chart

Column Chart

Pie Chart

This is the third of several installments on new features that will be a part of Grails-UI 1.1. I’m still working on it, and I’m not sure when the release date will be, but if you’d like to try it [...]


Posted in grails plugins | Also tagged , , | 9 Comments

Upcoming Grails-UI 1.1 New Features: DataTable Inline Cell Editing

One of the most requested features for Grails-UI was inline cell editing for the dataTable component. In order to make this work, you’ll need to have a URL to send the change request. Each row can have its own editor, which can have its own URL for change requests. In this example, [...]


Posted in grails plugins, tools | Also tagged , , | Comments closed

Upcoming Grails-UI 1.1 New Features: Menus

To make a menubar like this:

You’ll need to include a ‘menu’ component in your gui:resources tag, then try this markup:

My default, menubars will render to the document body, but you can provide an optional renderTo attribute and have it render to any other container. I think it would be a cool idea to combine [...]


Posted in grails plugins | Also tagged , , , | 1 Comment
Check out the latest GroovyMag to see an interview with me about the 1.1 release of GrailsUI: