Searched refs:ExecuteNamedCommand (Results 1 – 11 of 11) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fck_gecko.js | 348 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 D | fck_ie.js | 253 FCK.ExecuteNamedCommand( 'Paste' ) ; 361 FCK.ExecuteNamedCommand( 'Unlink', null, false, !!noUndo ) ; 388 FCK.ExecuteNamedCommand( 'CreateLink', sTempUrl, false, !!noUndo ) ;
|
H A D | fck.js | 434 ExecuteNamedCommand : function( commandName, commandParameter, noRedirect, noSaveUndo ) method in FCK
|
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
H A D | fck_othercommands.js | 281 FCK.ExecuteNamedCommand( this.Name ) ; 310 FCK.ExecuteNamedCommand( 'SelectAll' ) ; 347 FCK.ExecuteNamedCommand( 'Paste' ) ; 386 FCK.ExecuteNamedCommand( this.Name ) ;
|
H A D | fcknamedcommand.js | 31 FCK.ExecuteNamedCommand( this.Name ) ;
|
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/ |
H A D | fck_image.js | 241 FCK.ExecuteNamedCommand( 'Unlink' ) ;
|
/plugin/fckg/fckeditor/editor/dialog/fck_image/ |
H A D | fck_image.js | 295 FCK.ExecuteNamedCommand( 'Unlink' ) ;
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 31 …Gecko) window.onresize();},HasFocus:false,RedirectNamedCommands:{},ExecuteNamedCommand:function(A,… method in FCK 32 …ExecuteNamedCommand('Paste',null,true);}catch (e) { FCKDialog.OpenDialog('FCKDialog_Paste',FCKLang… 68 …(A){this.Name=A;};FCKNamedCommand.prototype.Execute=function(){FCK.ExecuteNamedCommand(this.Name);… 70 …ExecuteNamedCommand(this.Name);};FCKUnlinkCommand.prototype.GetState=function(){var A=FCK.GetNamed…
|
H A D | fckeditorcode_ie.js | 32 …Gecko) window.onresize();},HasFocus:false,RedirectNamedCommands:{},ExecuteNamedCommand:function(A,… method in FCK 33 …ExecuteNamedCommand('Paste');delete FCK._PasteIsRunning;};return false;};FCK.PasteAsPlainText=func… 69 …(A){this.Name=A;};FCKNamedCommand.prototype.Execute=function(){FCK.ExecuteNamedCommand(this.Name);… 71 …ExecuteNamedCommand(this.Name);};FCKUnlinkCommand.prototype.GetState=function(){var A=FCK.GetNamed…
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 31 …;if (window.onresize) window.onresize();},RedirectNamedCommands:{},ExecuteNamedCommand:function(A,… method in FCK 35 …ExecuteNamedCommand('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 D | fckeditorcode_ie.js | 32 …;if (window.onresize) window.onresize();},RedirectNamedCommands:{},ExecuteNamedCommand:function(A,… method in FCK 37 …ExecuteNamedCommand('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);…
|