Hi Cyril, I think first that it's in the prototype core group that you should ask such a question. it's at: http://groups.google.com/group/prototype-core?hl=fr Next, it's at scripteka: http://scripteka.com/ that you should send any extension to prototype.
I think in case the extension is very usefull, it could extend prototype. But the original idea is to keep prototype smaller as possible. -- david On 10 déc, 12:27, Hugeen <[email protected]> wrote: > Hi guys, > > Firstly I said that I am French. I'll try to speak best in English, be > indulgent. > > I recently developed a class based on Prototype for a > application web. > I called this class Queue(); > > This allows you to stack multiple Ajax.Request (or Update) to they are > treated to the chain via the "onComplete". > > This allows them allows you to do several things at different times. > > For example: > function fooBar() { > MyQueue.add(new Hash({update: 'myDiv', idBhv: 'myBhv', myParams: > 'foo' })); > MyQueue.add(new Hash({update: 'mySecDiv', idBhv: 'mySecBhv', myParams: > 'bar' })); > > } > > This function will stack 2 behaviors to be implemented immediately one > after the other. > > I was wondering if this feature would be added in future version of > prototype? If yes, I can provide code and ideas. > > Have fun, > See you > > Cyril Bogaert (http://www.mental-orb.com/) -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en.
