Hi, Im looking for some good resources for MooTools. jQuery has a nice plugins site. Does anyone know of a similar site for mootools plugins?
Specifically Im looking for:
- Grid Component
- Modal Dialog Component
- Treeview
What would you recommend?
Hi, Im looking for some good resources for MooTools. jQuery has a nice plugins site. Does anyone know of a similar site for mootools plugins?
Specifically Im looking for:
What would you recommend?
clearly not looked very far (at least for the repository) - any google search for 'official mootols plugins' would have done the trick. Even a look at the mootools homepage reveals The Mootools Forge:
I cannot comment on the availability of the individual items yet I know treeview is available, modal dialogues also - that leaves the grid component.
update
If i had to pick, i'd go with http://www.jsfiddle.net/sixtyseconds/zNMQy/ for modal view (by 60 seconds, aka chris pitt) - consise, to the point and customisable BY YOU. events etc as you'd expect.
As for tree view, the only one I used a while back is called... mooTree, http://sites.google.com/a/mindplay.dk/mootree/Home - very flexible (adopt structure from html, xml or json source if memory serves etc).