English 中文(简体)
MochaUI tutorial [closed]
原标题:
问题回答

As far as I m aware there isn t one, if you re not counting what s available on mochaui.org.

I ve been working on an application using it, and I can give some pointers:

  1. The library is currently under pretty heavy development. There are parts of it that are clearly works-in-progress (like some of the plugins). That said, the basic functionality is solid and alot of fun to work with. check the github (here) pretty frequently if you re planning on using it.
  2. If you re going to try to learn it just by working with the code, I d recommend the 0.9.8 branch and including the separated source files (Core.js, Window.js, etc), and not the combined source. The code in the separated source files reflect more recent updates, and it s easier to figure out what s going on when they re split up.
  3. Don t hesitate to make use of the MooTools class system to extend (with implement, append, or refactor - depending on what you need to do and the mootools version you re using) the Window/Column/Panel objects if you re trying to get one of them to do something specific that you want, rather than wrestling with the library as-is or editing the source.
  4. If you re not all that experienced with mootools but are looking to improve your knowledge, trying to learn the library just from working with the code can be difficult at times but also very rewarding. The library s source isn t all that big, relatively speaking. If you can figure out how the MUI class (in Core.js) and the Window class (in Window.js) work and how they relate to eachother, then the rest of the library is pretty easy to grasp.

Good luck!





相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Virtual Tour using sketch up, ajax, flash technologies

I want to know if there are existing technology that make your 3d models in sketch into virtual tours, using either Ajax or Flash for web presentation. If there s none, which will be a good approach ...

How can i update div continuously

I have asp.net application where i have a div which showing the value from other site. The value of that site is changing continuously. I want that my div will automatically update in some interval ...

热门标签