Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckpasteplaintextcommand.js25 var FCKPastePlainTextCommand = function() class
30 FCKPastePlainTextCommand.prototype.Execute = function()
35 FCKPastePlainTextCommand.prototype.GetState = function()
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckcommands.js88 case 'PasteText' : oCommand = new FCKPastePlainTextCommand() ; break ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js75FCKPastePlainTextCommand=function(){this.Name='PasteText';};FCKPastePlainTextCommand.prototype.Exe… class
85 …se 'Paste':B=new FCKPasteCommand();break;case 'PasteText':B=new FCKPastePlainTextCommand();break;c…
H A Dfckeditorcode_gecko.js74FCKPastePlainTextCommand=function(){this.Name='PasteText';};FCKPastePlainTextCommand.prototype.Exe… class
84 …se 'Paste':B=new FCKPasteCommand();break;case 'PasteText':B=new FCKPastePlainTextCommand();break;c…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js85FCKPastePlainTextCommand=function(){this.Name='PasteText';};FCKPastePlainTextCommand.prototype.Exe… class
97 …se 'Paste':B=new FCKPasteCommand();break;case 'PasteText':B=new FCKPastePlainTextCommand();break;c…
H A Dfckeditorcode_ie.js89FCKPastePlainTextCommand=function(){this.Name='PasteText';};FCKPastePlainTextCommand.prototype.Exe… class
99 …se 'Paste':B=new FCKPasteCommand();break;case 'PasteText':B=new FCKPastePlainTextCommand();break;c…