You are not logged in.
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