[Proto-Scripty] Re: Need Prototype enabled Select list example with add/remove facility

2009-10-06 Thread ARiFUL ISLAM
Thanks for your tips! -- ARiF Development Department, ARENA Mobile, Bangladesh. Cell: +88-01552-344105. On Mon, Oct 5, 2009 at 9:20 PM, Alex McAuley webmas...@thecarmarketplace.com wrote: Simple. You need to use / look at $$ observe Can be done in a few lines Alex Mcauley

[Proto-Scripty] hello, this is my first time here.

2009-10-06 Thread emspree
quick question, what is the requiremnts in learning scriptaculous,. thanks --~--~-~--~~~---~--~~ 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

[Proto-Scripty] Making a call using Ajax.Updater within a page that result from AJAX requests

2009-10-06 Thread PhillE
How do I utilize Ajax.Updater to make a call within a page that result from AJAX requests ?. Thanks, Phill --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group,

[Proto-Scripty] Re: chat system

2009-10-06 Thread Albertus
hi Sebastien, thx alot for ur reply. i want chat system where can embeded to my site. the chat layer can integrated with my web similiar like facebook chat system. regards, On Oct 5, 5:04 pm, Sébastien Gruhier sgruh...@gmail.com wrote: You can have a look to AjaxIMhttp://ajaxim.com/ Seb

[Proto-Scripty] Re: chat system

2009-10-06 Thread Dharm Shankar
check on http://www.indianelement.com Dharm On Tue, Oct 6, 2009 at 12:33 PM, Albertus albertus.pu...@gmail.com wrote: hi Sebastien, thx alot for ur reply. i want chat system where can embeded to my site. the chat layer can integrated with my web similiar like facebook chat system.

[Proto-Scripty] Ajax.InPlaceCollectionEditor issues (and some solutions)

2009-10-06 Thread Eric
Hi, I tried to use for the first time Ajax.InPlaceCollectionEditor, and got few issues that I would like to share with you, just in case it can save you some time. * First, I am using scriptaculous 1.8.2. I found out that in this version, the InPlaceCollectionEditor was broken (raising a JS

[Proto-Scripty] Re: Event#observe on elements

2009-10-06 Thread Matt Foster
The removed element? Just because an element has been detached from the visible DOM doesn't mean that the reference can be maintained elsewhere. It would be no edge case to detach and re-attach a particular element, so to think that an element should be trashed just because it has no parent