Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.1
-
Component/s: None
-
Labels:None
-
Patch Submitted:Yes
Description
support for YUI menu
- an initial implementation is provided for review
- the YUI Top Menu from JavaScript is GrailsUI-ized as example. The Grails UI version shall be 100% identical to the YUI one.
http://developer.yahoo.com/yui/examples/menu/topnavfromjswithanim_source.html
some other notes:
- for easy to run, the example gsp doesn't depend on the YUI and Bubble plugin, it uses hosted YUI files directly
- allowed attributes are defined in static final variables and it is checked in development mode. so, in development, if unsupported attributes are used, developers are will be alerted. This usage is subject to review.
remarks:
- the patch require GRAILSPLUGINS-599
updated