I prefer creating my nav menus from markup (rather than Javascript), like in this example. Is it possible to create menus and/or menu items from markup which are disabled? I see how to use Javascript to do this (use the disabled
config property), but I'm looking for some way to encode this information in markup - perhaps there's a CSS class to use? Or am I out of luck here?
views:
39answers:
1I'd have to disagree with kloots on that one, and agree with lee. Anyway the [example](http://yuilibrary.com/projects/yui2/attachment/2527643/example.html) linked from your link was good enough for me. Thanks!
Matt Ball
2010-05-07 17:37:46