i cant also wait

i don't want to code on my board, until 3.7 comes out, because i want to "stay" by the vbulletin api
and because they are implementing yui, i don't know how "deep" they will implement it
i just know that:
Quote:
We've switched to YUI for 3.7, so you'll find the yahoo-dom-event and the connection stuff loaded on every page form now on, more details will be released prior to the 3.7 beta.
Reply With Quote
|
but does this mean that they will change all the ajaxmethods or not?

and all this stuff, so thats the big question and so i "cant" code
i'm working on some profilpagestuff for my board where i want to implement some editors so i THINK that i have to choose the new method
PHP Code:
vBulletin.register_ajax_urls("profileajax.php?do=foo...");
...//so wie bei den Projecttools
YAHOO.util.Connect.asyncRequest("POST", this.fetchurl[0], {
success: alert("ok"),
failure: alert("failed"),
timeout: 5000,
scope: this
}, construct_phrase(this.fetchurl[1], this.elementkey));
}
but this are all just speculations, because i think that they cant replace in 3.7 the vB_AJAX_Handler because all the add-ons couldn work