Home
last modified time | relevance | path

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

/plugin/grensladawritezor/fckeditor/editor/_source/commandclasses/
Dfck_othercommands.js82 FCK.ExecuteNamedCommand( 'FontName', fontName ) ;
103 FCK.ExecuteNamedCommand( 'FontSize', 3 ) ;
106 FCK.ExecuteNamedCommand( 'FontSize', fontSize ) ;
123 FCK.ExecuteNamedCommand( 'FormatBlock', '<P>' ) ;
125 FCK.ExecuteNamedCommand( 'FormatBlock', 'div' ) ;
127 FCK.ExecuteNamedCommand( 'FormatBlock', '<' + formatName + '>' ) ;
230 FCK.ExecuteNamedCommand( 'Undo' ) ;
252 FCK.ExecuteNamedCommand( 'Redo' ) ;
304 FCK.ExecuteNamedCommand( this.Name ) ;
336 FCK.ExecuteNamedCommand( 'SelectAll' ) ;
[all …]
Dfcktextcolorcommand.js61 FCK.ExecuteNamedCommand( 'ForeColor', color ) ;
67 FCK.ExecuteNamedCommand( 'hilitecolor', color ) ;
73 FCK.ExecuteNamedCommand( 'BackColor', color ) ;
Dfcknamedcommand.js31 FCK.ExecuteNamedCommand( this.Name ) ;
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfck_gecko.js111 try { if ( FCK.Paste() ) FCK.ExecuteNamedCommand( 'Paste', null, true ) ; }
115 try { FCK.ExecuteNamedCommand( 'Cut', null, true ) ; }
119 try { FCK.ExecuteNamedCommand( 'Copy', null, true ) ; }
123 FCK.ExecuteNamedCommand( commandName, commandParameter ) ;
233 FCK.ExecuteNamedCommand( 'Unlink' ) ;
241 FCK.ExecuteNamedCommand( 'CreateLink', sTempUrl ) ;
Dfck_ie.js245 FCK.ExecuteNamedCommand( 'Paste' ) ;
355 FCK.ExecuteNamedCommand( 'Unlink' ) ;
363 FCK.ExecuteNamedCommand( 'CreateLink', sTempUrl ) ;
Dfck.js471 ExecuteNamedCommand : function( commandName, commandParameter, noRedirect ) method
/plugin/wysiwyg/fckeditor/editor/_source/internals/
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 ) ;
Dfck_ie.js253 FCK.ExecuteNamedCommand( 'Paste' ) ;
361 FCK.ExecuteNamedCommand( 'Unlink', null, false, !!noUndo ) ;
388 FCK.ExecuteNamedCommand( 'CreateLink', sTempUrl, false, !!noUndo ) ;
Dfck.js434 ExecuteNamedCommand : function( commandName, commandParameter, noRedirect, noSaveUndo ) method
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
Dfck_othercommands.js281 FCK.ExecuteNamedCommand( this.Name ) ;
310 FCK.ExecuteNamedCommand( 'SelectAll' ) ;
347 FCK.ExecuteNamedCommand( 'Paste' ) ;
386 FCK.ExecuteNamedCommand( this.Name ) ;
Dfcknamedcommand.js31 FCK.ExecuteNamedCommand( this.Name ) ;
/plugin/grensladawritezor/fckeditor/editor/js/
Dfckeditorcode_ie.js31 …Gecko) window.onresize();},HasFocus:false,RedirectNamedCommands:{},ExecuteNamedCommand:function(A,… method
32ExecuteNamedCommand('Paste');delete FCK._PasteIsRunning;};return false;};FCK.PasteAsPlainText=func…
66 …(A){this.Name=A;};FCKNamedCommand.prototype.Execute=function(){FCK.ExecuteNamedCommand(this.Name);…
67ExecuteNamedCommand('FontName',A);};FCKFontNameCommand.prototype.GetState=function(){return FCK.Ge…
69ExecuteNamedCommand('ForeColor',A);else if (FCKBrowserInfo.IsGeckoLike){if (FCKBrowserInfo.IsGecko…
Dfckeditorcode_gecko.js30 …Gecko) window.onresize();},HasFocus:false,RedirectNamedCommands:{},ExecuteNamedCommand:function(A,… method
65 …(A){this.Name=A;};FCKNamedCommand.prototype.Execute=function(){FCK.ExecuteNamedCommand(this.Name);…
66ExecuteNamedCommand('FontName',A);};FCKFontNameCommand.prototype.GetState=function(){return FCK.Ge…
68ExecuteNamedCommand('ForeColor',A);else if (FCKBrowserInfo.IsGeckoLike){if (FCKBrowserInfo.IsGecko…
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
Dfck_image.js241 FCK.ExecuteNamedCommand( 'Unlink' ) ;
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_image/
Dfck_image.js240 FCK.ExecuteNamedCommand( 'Unlink' ) ;
/plugin/fckg/fckeditor/editor/dialog/fck_image/
Dfck_image.js295 FCK.ExecuteNamedCommand( 'Unlink' ) ;
/plugin/wysiwyg/fckeditor/editor/js/
Dfckeditorcode_gecko.js31 …Gecko) window.onresize();},HasFocus:false,RedirectNamedCommands:{},ExecuteNamedCommand:function(A,… method
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…
Dfckeditorcode_ie.js32 …Gecko) window.onresize();},HasFocus:false,RedirectNamedCommands:{},ExecuteNamedCommand:function(A,… method
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/
Dfckeditorcode_gecko.js31 …;if (window.onresize) window.onresize();},RedirectNamedCommands:{},ExecuteNamedCommand:function(A,… method
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);…
Dfckeditorcode_ie.js32 …;if (window.onresize) window.onresize();},RedirectNamedCommands:{},ExecuteNamedCommand:function(A,… method
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);…