Last updated by agile.guo 1 year ago
grails install-plugin blueprint-jquery-ui
Last updated by agile.guo 1 year ago
Description
This plugin use the blueprint css framework to make up a oracle web site style drop-down menu.
Configuration
h4. DefaultNavMenuConfig
navmenu {
config {
autoGenerateRootMenu = true
}
}
Controller autogen
define the sample code in XxxController
static subMenus = [rootMenu:'jqueryWidget',menus:[
[action:'datePicker'],
[action:'autoComplete']
]]
Blueprint & Menu Tags
bpm:resources
Include the blueprint css and jquery-ui css.
bpm:renderMenu
Generate the dropdown menu
bpm:breadCrumb
Generate the bread crumb like eclipse :)
Jquery-ui Tags
jui:resources
Include the js scripts for jquery-ui
jui:datePicker
Wrapper the jquery-ui's datePicker
jui:autoComplete
subset of the jquery-u's autoComplete
History
2010-06-29 0.1.5 released
add DefaultNavMenuConfig
2010-06-08 0.1 released.
Last updated by Falling 1 year ago
JqueryUITagLib.groovy has error in it,
<input type="hidden" name="${elementId}_month" id="${elementId}_month" "/> should be
<input type="hidden" name="${elementId}_month" id="${elementId}_month" /> in JqueryUITagLib.groovy
Last updated by admin 1 year ago