Home
last modified time | relevance | path

Searched defs:AppendStyleString (Results 1 – 5 of 5) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools.js50 FCKTools.AppendStyleString = function ( documentElement, cssStyles ) class in FCKTools
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js37 …th;i++) C.push(this._AppendStyleSheet(A,B[i]));return C;}};FCKTools.AppendStyleString=function (A,… class in FCKTools
H A Dfckeditorcode_gecko.js36 …th;i++) C.push(this._AppendStyleSheet(A,B[i]));return C;}};FCKTools.AppendStyleString=function (A,… class in FCKTools
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js48 ….getElementsByTagName("HEAD")[0].appendChild(e);return e;};FCKTools.AppendStyleString=function(A,B… function
H A Dfckeditorcode_ie.js52 …function(A,B){return A.createStyleSheet(B).owningElement;};FCKTools.AppendStyleString=function(A,B… function