When you download it you can choose to not compress it. You can also download it from the source on github, which gives you every plugin as a single file.
On Wed, Mar 18, 2009 at 4:16 AM, Vittorio Zamparella (via Nabble) < [email protected]<ml-user%[email protected]> > wrote: > > Thank you. I'm deepening my knowledge. > Not everything is clear, but what the heck :) > > Side question: is there a formatted version of mootools? With indents > and linebreaks to be studied? > > On Mar 17, 6:41 pm, nutron > <anut...@...<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2496537&i=0>> > wrote: > > http://groups.google.com/group/mootools-users/browse_thread/thread/1c... > > > > > On Tue, Mar 17, 2009 at 10:33 AM, Vittorio Zamparella (via Nabble) < > > ml-user+124229-1452946...@...<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2496537&i=1> > <ml-user%2b124229-1452946...@...<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2496537&i=2>> > > > > > > > > > > > > > > wrote: > > > > > I suspect setProperty is more linked to attributes, while set is more > > > generic and linked to custom setters/getters, BUT I'm really not > > > sure :) > > > > > setProperty docs says: > > > "Sets an attribute or special property for this Element." > > > Where "special" really escapes me... > > > > > Can someone explain this clearly? > > > I think the doc should stress the difference > > > > > BTW I'm working with js-generate form controls. I'm going to get (and > > > study) this plugin (http://www.clientcide.com/docs/Element/ > > > Element.Forms#Element-Properties:inputValue) or something like this > > > [http://forum.mootools.net/viewtopic.php?id=9794] > > > > > but If I should do it myself, how should I preferably set a checkbox > > > checked or unchecked? > > > > > $('mycheckbox').checked=true; // I don't like this, not sure is cross > > > browser, and breaks simmetry with the rest of the code > > > > > $('mycheckbox').set('checked','checked'); > > > or > > > $('mycheckbox').setProperty('checked','checked'); > > > or > > > $('mycheckbox').setAttribute('checked','checked'); //works the best, > > > but why? > > > > > (I'm going to write another Post about this in a few moments) > > > > > ------------------------------ > > > View message @ > > >http://n2.nabble.com/-Moo--difference-between-Element.set-and-Element... > > > > To start a new topic under MooTools Users, email > > > ml-node+660466-1583815...@...<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2496537&i=3> > <ml-node%2b660466-1583815...@...<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2496537&i=4>> > > > > To unsubscribe from MooTools Users, click here< (link removed) >. > > > > ----- > > The MooTools Tutorial: http://www.mootorial.comwww.mootorial.com > > Clientcide: http://www.clientcide.comwww.clientcide.com > > -- > > View this message in context: > http://n2.nabble.com/-Moo--difference-between-Element.set-and-Element... > > Sent from the MooTools Users mailing list archive at Nabble.com.- Hide > quoted text - > > > > - Show quoted text - > > > ------------------------------ > View message @ > http://n2.nabble.com/-Moo--difference-between-Element.set-and-Element.setProperty-and--setAttribute-tp2492698p2496537.html > To start a new topic under MooTools Users, email > [email protected]<ml-node%[email protected]> > To unsubscribe from MooTools Users, click here< (link removed) >. > > > ----- The MooTools Tutorial: http://www.mootorial.com www.mootorial.com Clientcide: http://www.clientcide.com www.clientcide.com -- View this message in context: http://n2.nabble.com/-Moo--difference-between-Element.set-and-Element.setProperty-and--setAttribute-tp2492698p2497837.html Sent from the MooTools Users mailing list archive at Nabble.com.
