Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfck_othercommands.js335 var FCKPasteCommand = function() class
340 FCKPasteCommand.prototype =
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckcommands.js87 case 'Paste' : oCommand = new FCKPasteCommand() ; break ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js71 …prototype.GetState=function(){return 0;};var FCKPasteCommand=function(){this.Name='Paste';};FCKPas… class
85 …lor':B=new FCKTextColorCommand('BackColor');break;case 'Paste':B=new FCKPasteCommand();break;case …
H A Dfckeditorcode_gecko.js70 …prototype.GetState=function(){return 0;};var FCKPasteCommand=function(){this.Name='Paste';};FCKPas… class
84 …lor':B=new FCKTextColorCommand('BackColor');break;case 'Paste':B=new FCKPasteCommand();break;case …
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js97 …lor':B=new FCKTextColorCommand('BackColor');break;case 'Paste':B=new FCKPasteCommand();break;case …
H A Dfckeditorcode_ie.js99 …lor':B=new FCKTextColorCommand('BackColor');break;case 'Paste':B=new FCKPasteCommand();break;case …