[schooltool-dev] Introducing order to the help tree

Tom Hoffman tom.hoffman at gmail.com
Wed Jul 25 11:38:17 EDT 2007


In the default Zope 3 help system tree view, children are unordered,
which makes things confusing.  Probably the right answer is to change
the help ZCML directive to allow ordering information to be added.  An
easier and hackier approach would be to just get the view to do
alphabetical sorting on children, and to append letters or numbers to
the titles of things you want in a sequence (1. Daily Calendar, 2.
Weekly Calendar, etc.).

I think this could probably be done by just changing the tree
javascript (zope/app/onlinehelp/browser/tree.js)  I'm not sure what
the most sane way to override this kind of thing is, though.

Advice?

--Tom


More information about the Schooltool-dev mailing list