Home
last modified time | relevance | path

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

/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckxhtml.js314 FCKXHtml._RemoveAttribute = function( xmlNode, regX, sAttribute ) argument
316 var oAtt = xmlNode.attributes.getNamedItem( sAttribute ) ;
323 xmlNode.attributes.removeNamedItem( sAttribute ) ;
/plugin/freechat/phpfreechat/data/public/js/
Dxajax.js62 replace:function(sId,sAttribute,sSearch,sReplace){var bFunction=false;if(sAttribute=="innerHTML") argument
63 sSearch=this.getBrowserHTML(sSearch);eval("var txt=this.$('"+sId+"')."+sAttribute);if(typeof txt=="…
65 newTxt+=txt;if(bFunction){eval('this.$("'+sId+'").'+sAttribute+'=newTxt;');}
66 else if(this.willChange(sId,sAttribute,newTxt)){eval('this.$("'+sId+'").'+sAttribute+'=newTxt;');}