Lines Matching refs:xhr

166 …el.nav.xhr = new lib.element("A").attribute.addClass("Tab").update("XHR").event.addListener("click…
294 el.left.xhr = {};
295 …el.left.xhr.container = new lib.element("DIV").attribute.addClass("XHR").insert(el.left.container);
297 el.right.xhr = {};
298 …el.right.xhr.container = new lib.element("DIV").attribute.addClass("XHR").insert(el.left.container…
301 el.button.xhr = {};
302 …el.button.xhr.container = new lib.element("DIV").attribute.addClass("ButtonSet XHR").insert(el.but…
303 …el.button.xhr.label = new lib.element("LABEL").update("XHR Path:").insert(el.button.xhr.container);
304 …el.button.xhr.textbox = new lib.element("INPUT").event.addListener("keydown",listen.xhrTextbox).in…
305 …ton.xhr.watch = new lib.element("A").attribute.addClass("Button").event.addListener("click",listen…
405 d.xhr.addObject.apply(window,arguments);
839 el.left.xhr.container.environment.addStyle({"height":_height-32+"px"});
1541 source = internal.cache[uri]||lib.xhr.get(uri).responseText;
1596 xhr:{
1604 d.xhr.objects.push([item, val]);
1613 el.left.xhr.container.update("");
1614xhr.name = new lib.element("DIV").attribute.addClass("BlockContent").insert(new lib.element("DIV")…
1615 … el.left.xhr.nameTitle = new lib.element("STRONG").update("Object Name:").insert(el.left.xhr.name);
1616 el.left.xhr.nameContent = new lib.element("DIV").insert(el.left.xhr.name);
1617xhr.status = new lib.element("DIV").attribute.addClass("BlockContent").insert(new lib.element("DIV…
1618 … el.left.xhr.statusTitle = new lib.element("STRONG").update("Status:").insert(el.left.xhr.status);
1619 el.left.xhr.statusContent = new lib.element("DIV").insert(el.left.xhr.status);
1620xhr.readystate = new lib.element("DIV").attribute.addClass("BlockContent").insert(new lib.element(…
1621 …el.left.xhr.readystateTitle =el.left.xhr.nameTitle = new lib.element("STRONG").update("Ready State…
1622 el.left.xhr.readystateContent = new lib.element("DIV").insert(el.left.xhr.readystate);
1623xhr.response = new lib.element("DIV").attribute.addClass("BlockContent").insert(new lib.element("D…
1624 …el.left.xhr.responseTitle = new lib.element("STRONG").update("Response:").insert(el.left.xhr.respo…
1625 el.left.xhr.responseContent = new lib.element("DIV").insert(el.left.xhr.response);
1626 setTimeout(d.xhr.refresh,500);
1631 el.left.xhr.nameContent.update("");
1632 el.left.xhr.statusContent.update("");
1633 el.left.xhr.readystateContent.update("");
1634 el.left.xhr.responseContent.update("");
1635 for(var i=0,len=d.xhr.objects.length; i<len; i++){
1636 var item = d.xhr.objects[i],
1639 el.left.xhr.nameContent.child.add(new lib.element("span").update(item[0]));
1641 el.left.xhr.statusContent.child.add(new lib.element("span").update(item[1].status));
1642 … } catch(e){ el.left.xhr.statusContent.child.add(new lib.element("span").update("&nbsp;")); }
1643 … el.left.xhr.readystateContent.child.add(new lib.element("span").update(item[1].readyState));
1645 el.left.xhr.responseContent.child.add(new lib.element("span").child.add(
1650 setTimeout(d.xhr.refresh,500);
1708 d.xhr.open();
1760 …d.xhr.addObject.apply(internal.targetWindow, el.button.xhr.textbox.environment.getElement().value.…
1894 …d.xhr.addObject.apply(internal.targetWindow, el.button.xhr.textbox.environment.getElement().value.…
2455 pi.xhr = new pi.base; variable in pi
2456 pi.xhr.init = function(_url){
2475 pi.xhr.body = {
2506 pi.xhr.body.environment = {
2525 pi.xhr.body.event = {
2535 pi.xhr = pi.xhr.build();
2541 pi.xhr.get = function(_url,_returnPiObject){ function
2542 var request = new pi.xhr();