Home
last modified time | relevance | path

Searched refs:objectToXML (Results 1 – 1 of 1) sorted by relevance

/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js87 objectToXML:function(obj){var sXml="<xjxobj>";for(i in obj){try{if(i=='constructor') method in xajax
89 …lue&&typeof(value)=="object"&&this.depth <=50){this.depth++;value=this.objectToXML(value);this.dep…
125 value=this.objectToXML(value);postData+="&xajaxargs[]="+encodeURIComponent(value);}