io-xdr-source.mustache revision f57277abdd5505c315d47f339271d01bdd4c91f9
var output = Y.one("#output ul");
src:'../../build/io/io.swf' //Relative path to the .swf file from the current page.
Y.io.transport(xdrConfig);
Y.log("io:start firing.", "info", "example");
output.set("innerHTML", "<li>Loading news stories via Yahoo! Pipes feed...</li>");
//We use JSON.parse to sanitize the JSON (as opposed to simply eval'ing
if (oRSS && oRSS.count) {
//Y.Lang.substitute as we loop through RSS items:
for (var i=0; i<oRSS.count; i++) {
output.set("innerHTML", s);
output.addClass("yui-null");
Y.log("ERROR " + id + " " + a, "info", "example");
Y.log("Click detected; beginning io request to Yahoo! Pipes.", "info", "example");
var obj = Y.io(
Y.on('io:xdrReady', function() {
var fetch = Y.one("#fetch");
fetch.set("disabled", false);
Y.on("click", handleClick, fetch);