Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckxhtml_ie.js97 FCKXHtml._AppendAttribute( node, 'http-equiv', sHttpEquiv ) ;
119 FCKXHtml._AppendAttribute( node, 'name', htmlNode.name ) ;
122 FCKXHtml._AppendAttribute( node, 'value', htmlNode.value ) ;
125 FCKXHtml._AppendAttribute( node, 'type', 'text' ) ;
134 FCKXHtml._AppendAttribute( node, 'selected', 'selected' ) ;
148 FCKXHtml._AppendAttribute( node, 'coords', sCoords ) ;
155 FCKXHtml._AppendAttribute( node, 'shape', sShape.toLowerCase() ) ;
164 FCKXHtml._AppendAttribute( node, 'for', htmlNode.htmlFor ) ;
181 FCKXHtml._AppendAttribute( node, 'name', nameAtt.value ) ;
192 FCKXHtml._AppendAttribute( node, 'name', htmlNode.name ) ;
[all …]
H A Dfckxhtml.js100 FCKXHtml._AppendAttribute = function( xmlNode, attributeName, attributeValue ) function
319 FCKXHtml._AppendAttribute( node, 'alt', '' ) ;
323 FCKXHtml._AppendAttribute( node, 'src', sSavedUrl ) ;
336 FCKXHtml._AppendAttribute( node, 'href', sSavedUrl ) ;
344 FCKXHtml._AppendAttribute( node, 'name', htmlNode.name ) ;
356 FCKXHtml._AppendAttribute( node, 'type', 'text/javascript' ) ;
367 FCKXHtml._AppendAttribute( node, 'type', 'text/css' ) ;
H A Dfckxhtml_gecko.js67 this._AppendAttribute( node, sAttName, sAttValue ) ;
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js59_AppendAttribute=function(A,B,C){try{if (C==undefined||C==null) C='';else if (C.replace){if (FCKCo… function
60_AppendAttribute(C,G,H||F.nodeValue);}};if (bHasStyle||B.style.cssText.length>0){var I=FCKTools.Pr…
H A Dfckeditorcode_gecko.js55_AppendAttribute=function(A,B,C){try{if (C==undefined||C==null) C='';else if (C.replace){if (FCKCo… function
56 …e;}else if (E.nodeValue===true) G=F;else G=B.getAttribute(F,2);this._AppendAttribute(C,F,G);}}};if…
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js45_AppendAttribute=function(A,B,C){try{if (C==undefined||C==null) C='';else if (C.replace){if (FCKCo… function
46_AppendAttribute(C,G,H||F.nodeValue);}}};FCKXHtml.TagProcessors['meta']=function(A,B){var C=A.attr…
H A Dfckeditorcode_gecko.js44_AppendAttribute=function(A,B,C){try{if (C==undefined||C==null) C='';else if (C.replace){if (FCKCo… function
45 …e;}else if (E.nodeValue===true) G=F;else G=B.getAttribute(F,2);this._AppendAttribute(C,F,G);}}};if…