Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdebug.js46 FCKDebug.OutputObject = function( anyObject, color ) function
53 this._GetWindow().OutputObject( anyObject, color ) ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js35 …t(A,B);}catch (e) {}};FCKDebug.OutputObject=function(A,B){if (!FCKConfig.Debug) return;try{this._G… function
H A Dfckeditorcode_gecko.js34 …t(A,B);}catch (e) {}};FCKDebug.OutputObject=function(A,B){if (!FCKConfig.Debug) return;try{this._G… function
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js37 var FCKDebug={Output:function(){},OutputObject:function(){}}; method in FCKDebug
H A Dfckeditorcode_ie.js39 var FCKDebug={Output:function(){},OutputObject:function(){}}; method in FCKDebug