Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2007-01-24 06:08:29

127
New member
Registered: 2007-01-24
Posts: 1

xinha+event:selectors+prototype auto reload on Ajax request onComplete

I need help!

I'm making fully Ajaxed web-app on event:selectors+prototype and want to xinha'ize some of my textarea's. New textareas and forms are loaded on Ajax.Request or Ajax.Updater.
So the question is: I want to reload (or just xinha'ize textareas??? don't know) Xinha on global Ajax.Responders everytime onComplete Ajax request when a new form returns!

How can I do something about that

Ajax.Responders.register({onComplete: function() {    
    EventSelectors.assign(Rules);
       /*here dynamically watch for textareas and xinha'ize them. HOW? */
}})

Is it possible? And how?

Last edited by 127 (2007-01-24 06:16:57)

Offline

Board footer

Powered by FluxBB