资 源 简 介
This plugin for Grails allows easy creation of complex UI widgets based on the Yahoo open source javascript and css libraries. Main features are:
Automatic dependency resolution - when you use a widget it will add necessary .js/.css file declarations
Clean minimal tags - eliminates a lot of the noise code of installing yahoo widgets by hand
Fully featured - allows you to do anything you can do as documented in the yahoo apis docs.
文 件 列 表
YuiwGrailsPlugin.groovy
application.properties
grails-app
controllers
TestController.groovy
taglib
YuiwTagLib.groovy
views
error.gsp
conf
YuiwUrlMappings.groovy
plugin.xml
scripts
_Install.groovy
_Upgrade.groovy
src
groovy
yuiw
groovy
yuiw
JsDependencySorter.groovy
TabViewBlock.groovy
YuiwAccordion.groovy
YuiwManager.groovy
YuiwTabView.groovy
test
integration
TestControllerTests.groovy
web-app
js
accordion.js
css
accordion.css