Note: You are currently viewing documentation for Moodle 2.4. Up-to-date documentation for the latest stable version of Moodle may be available here: Navigation 2.0.

Development talk:Navigation 2.0: Difference between revisions

From MoodleDocs
(Navigation menu)
(No difference)

Revision as of 20:25, 26 May 2009

Navigation menu

I'm the lead developer of the YUI menu. IMHO, it's the closest contender as far as actual written code goes. That's why I wrote it in the first place, because nothing else would work for us.

That said, the YUI menu as it is right now probably isn't good enough. Here are some caveats:

  • At the moment, the code isn't bad, but it could be better. Some of this is due to compensating for stuff that should really be elsewhere. I'm currently working on a rewrite that will fix some of that.
  • YUI's treeview has no form of non-javascript fallback and it uses HTML tables like there's no tomorrow. If we want accessibility (and I know I do), I'll have to throw out YUI all together and either find something else or write something myself.

I'm willing and able to do make these changes if it will help. -Alan Trick 20:25, 26 May 2009 (UTC)