[mochikit] Re: More examples

2007-10-15 Thread Daniel Fetchinson
> I have looking for graphical toolkits for javascript, the mochikit > toolkit is impressive i use it and solution me much problems. > > But i won't to see more examples to the graphical improves or > graphical efects, mochikit is very productive, but is big, have lot of > functionality that i ign

[mochikit] Ox.Class 0.1 has been released. Make writting OO easy

2007-10-15 Thread Olli Wang
Hi, folks. I just write Ox.Class, which provides a convenient way to write OO in JavaScript, and it supports multiple inheritance, too. You may get the code at http://pygments.org/demo/485/ , and here's my brief tutorial: 1. Define the class: Person = Ox.Class(object, { '__init__': f