Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js58 insertInputAfter:function(sAfterId,sType,sName,sId){var objSibling=this.$(sAfterId);var objElement=… method in xajax
188 else if(cmd=="iia"){cmdFullname="insertInputAfter";this.insertInputAfter(id,type,data,property);}