Blueprint Jquery-ui
Dependency :
compile ":blueprint-jquery-ui?async=false:0.1"
Summary
Installation
grails install-plugin blueprint-jquery-ui
Description
Description
This plugin use the blueprint css framework to make up a oracle web site style drop-down menu.Configuration
h4. DefaultNavMenuConfignavmenu {
config {
autoGenerateRootMenu = true
}
}Controller autogen
define the sample code in XxxControllerstatic subMenus = [rootMenu:'jqueryWidget',menus:[
[action:'datePicker'],
[action:'autoComplete']
]]