Home
last modified time | relevance | path

Searched refs:ExecuteNamedCommand (Results 1 – 11 of 11) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_gecko.js348 FCK.ExecuteNamedCommand( 'Paste', null, true ) ;
353 try { FCK.ExecuteNamedCommand( 'Cut', null, true ) ; }
357 try { FCK.ExecuteNamedCommand( 'Copy', null, true ) ; }
361 FCK.ExecuteNamedCommand( commandName, commandParameter ) ;
435 FCK.ExecuteNamedCommand( 'Unlink', null, false, !!noUndo ) ;
443 FCK.ExecuteNamedCommand( 'CreateLink', sTempUrl, false, !!noUndo ) ;
H A Dfck_ie.js253 FCK.ExecuteNamedCommand( 'Paste' ) ;
361 FCK.ExecuteNamedCommand( 'Unlink', null, false, !!noUndo ) ;
388 FCK.ExecuteNamedCommand( 'CreateLink', sTempUrl, false, !!noUndo ) ;
H A Dfck.js434 ExecuteNamedCommand : function( commandName, commandParameter, noRedirect, noSaveUndo ) method in FCK
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfck_othercommands.js281 FCK.ExecuteNamedCommand( this.Name ) ;
310 FCK.ExecuteNamedCommand( 'SelectAll' ) ;
347 FCK.ExecuteNamedCommand( 'Paste' ) ;
386 FCK.ExecuteNamedCommand( this.Name ) ;
H A Dfcknamedcommand.js31 FCK.ExecuteNamedCommand( this.Name ) ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js241 FCK.ExecuteNamedCommand( 'Unlink' ) ;
/plugin/fckg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js295 FCK.ExecuteNamedCommand( 'Unlink' ) ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js31 …Gecko) window.onresize();},HasFocus:false,RedirectNamedCommands:{},ExecuteNamedCommand:function(A,… method in FCK
32ExecuteNamedCommand('Paste',null,true);}catch (e) { FCKDialog.OpenDialog('FCKDialog_Paste',FCKLang…
68 …(A){this.Name=A;};FCKNamedCommand.prototype.Execute=function(){FCK.ExecuteNamedCommand(this.Name);…
70ExecuteNamedCommand(this.Name);};FCKUnlinkCommand.prototype.GetState=function(){var A=FCK.GetNamed…
H A Dfckeditorcode_ie.js32 …Gecko) window.onresize();},HasFocus:false,RedirectNamedCommands:{},ExecuteNamedCommand:function(A,… method in FCK
33ExecuteNamedCommand('Paste');delete FCK._PasteIsRunning;};return false;};FCK.PasteAsPlainText=func…
69 …(A){this.Name=A;};FCKNamedCommand.prototype.Execute=function(){FCK.ExecuteNamedCommand(this.Name);…
71ExecuteNamedCommand(this.Name);};FCKUnlinkCommand.prototype.GetState=function(){var A=FCK.GetNamed…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js31 …;if (window.onresize) window.onresize();},RedirectNamedCommands:{},ExecuteNamedCommand:function(A,… method in FCK
35ExecuteNamedCommand('Paste',null,true);}catch (e) {if (FCKConfig.ForcePasteAsPlainText) FCK.PasteA…
79 …(A){this.Name=A;};FCKNamedCommand.prototype.Execute=function(){FCK.ExecuteNamedCommand(this.Name);…
81 …oAncestorNode('A');if (A) FCKTools.RemoveOuterTags(A);return;};FCK.ExecuteNamedCommand(this.Name);…
H A Dfckeditorcode_ie.js32 …;if (window.onresize) window.onresize();},RedirectNamedCommands:{},ExecuteNamedCommand:function(A,… method in FCK
37ExecuteNamedCommand('Paste');delete FCK._PasteIsRunning;};return false;};FCK.PasteAsPlainText=func…
83 …(A){this.Name=A;};FCKNamedCommand.prototype.Execute=function(){FCK.ExecuteNamedCommand(this.Name);…
85 …oAncestorNode('A');if (A) FCKTools.RemoveOuterTags(A);return;};FCK.ExecuteNamedCommand(this.Name);…