Screencast: GrailsUI Screencast Part...

GrailsUI Screencast Part 1 - Basics

#5 on Apr 03, 2009

This is the first in a series of screencasts on GrailsUI. It describes the basics of setup and installation, then goes into adding expandablePanel, accordion, and tabView. If the embedded movie doesn't work, point your browser here: http://groovymag.com/screencasts/GrailsUI-Screencast-Part1.mov

Download redirects to http://storage.dangertree.net/grailsui-screencasts/GrailsUI-Screencast-Part1.mov

Comments:

Gravatar

Both the image and seemingly the video too are missing.

Martin.
Jun 17, 2010 13:06 PM mrjcleaver
Gravatar

When you go to http://groovymag.com/screencasts/GrailsUI-Screencast-Part1.mov bare in mind its a 40mb file.

Takes a while to download. See http://groovymag.com/screencasts

Martin.
Jun 17, 2010 13:06 PM mrjcleaver
Gravatar
This isn't working properly for me.  I get the box saying "Expandable Panel Dummy title" but no icon to perform the open/closing function.

Checking the resources inspector, I see the server is generating 404's (file not found) for the following files:
accordion.css
bubbling-min.js
accordion-min.js

Any thoughts please?
Thanks
Mark
Aug 06, 2010 08:08 AM FlyerCodeMonkey
Gravatar
Ah, fixed it! For anyone else following this screencast and having the same problem, I found an existing bugreport detailing a short-term fix:
http://jira.codehaus.org/browse/GRAILSPLUGINS-2340
Essentially, open the following file:
~/.grails/<grails version>/projects/<your app name>/plugins/grails-ui-<version>/grails-app/conf/GrailsUIConfig.groovy
In the yui_cms section of that file, change "2-1" to "2.1", restart your app and Bob's your uncle!

Mark
Aug 09, 2010 04:08 AM FlyerCodeMonkey

Post a Comment