开发者

MooTools Plugins

开发者 https://www.devze.com 2023-01-05 12:10 出处:网络
Im looking for some good resources for MooTools.jQuery has a nice plugins site.Does anyone know of a similar site for mootools plugins?

Im looking for some good resources for MooTools. jQuery has a nice plugins site. Does anyone know of a similar site for mootools plugins?

Spe开发者_如何学JAVAcifically Im looking for:

  • Grid Component
  • Modal Dialog Component
  • Treeview

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:

http://mootools.net/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).


MooTools.net/Forge has lots of widgets and UI:

  • For Grid Component, OmniGrid
  • For Modal Dialog, MUX.Dialog
  • For Treeview, Tree or Mif.Tree

You may also wish to check Mocha for Mootools, and JxLib for Mootools, both being UI frameworks.

0

精彩评论

暂无评论...
验证码 换一张
取 消