Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js56 insertInput:function(sBeforeId,sType,sName,sId){var objSibling=this.$(sBeforeId);var objElement=thi… method in xajax
187 else if(cmd=="ii"){cmdFullname="insertInput";this.insertInput(id,type,data,property);}