Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckpasteplaintextcommand.js32 FCK.PasteAsPlainText() ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_ie.js109 FCK.PasteAsPlainText( evt.dataTransfer.getData( 'Text' ) ) ;
224 FCK.PasteAsPlainText() ;
265 FCK.PasteAsPlainText = function( forceText ) function
H A Dfck_gecko.js58 FCK.PasteAsPlainText() ;
372 FCK.PasteAsPlainText() ;
401 FCK.PasteAsPlainText = function() function
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js35PasteAsPlainText();evt.preventDefault();evt.stopPropagation();}};this._ExecCheckCaret=function(evt… function
85 …teText';};FCKPastePlainTextCommand.prototype.Execute=function(){FCK.PasteAsPlainText();};FCKPasteP…
H A Dfckeditorcode_ie.js37PasteAsPlainText(A.dataTransfer.getData('Text'));A.returnValue=false;A.cancelBubble=true;}};FCK.In… function
89 …teText';};FCKPastePlainTextCommand.prototype.Execute=function(){FCK.PasteAsPlainText();};FCKPasteP…
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js33PasteAsPlainText(A.dataTransfer.getData('Text'));}else{if (FCKConfig.ShowDropDialog) FCKTools.RunF… function
75 …teText';};FCKPastePlainTextCommand.prototype.Execute=function(){FCK.PasteAsPlainText();};FCKPasteP…
H A Dfckeditorcode_gecko.js32PasteAsPlainText();}else if (FCKConfig.ShowDropDialog) FCKDialog.OpenDialog('FCKDialog_Paste',FCKL… function
74 …teText';};FCKPastePlainTextCommand.prototype.Execute=function(){FCK.PasteAsPlainText();};FCKPasteP…