Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: YUI menu.

YUI menu: Difference between revisions

From MoodleDocs
mNo edit summary
m (removed dead link)
Line 16: Line 16:
* [http://tracker.moodle.org/browse/CONTRIB/component/10410 Bug tracker]
* [http://tracker.moodle.org/browse/CONTRIB/component/10410 Bug tracker]
* [http://cvs.moodle.org/contrib/plugins/blocks/yui_menu/ Source code] (contains some documentation).
* [http://cvs.moodle.org/contrib/plugins/blocks/yui_menu/ Source code] (contains some documentation).
* [https://courses.mytwu.ca/demo/moodle/course/view.php?id=2 Old documentation]


[[Category:Block]]
[[Category:Block]]
[[Category:Contributed code]]
[[Category:Contributed code]]
[[fr:Menu YUI]]
[[fr:Menu YUI]]

Revision as of 21:58, 6 May 2009

The menu in Moodle 1.8

The YUI menu is a course menu is inspired by the Course Menu+ from NetSapiensis.com as well as the one from Humbolt State University. It is freely available under the GPL 3.

Here's how it's different:

  • It uses the built-in YUI javascript libraries so it's much smaller
  • It works fine, even on the highest error reporting levels.
  • It is XHTML compatible.
  • It's easier to add new sorts of menu items (although not as easy as it should be).
  • The 'Chapters' and 'Control Panel' have been dropped because they added unnecessary complexity or belonged in a separate module.

External Links