Searched refs:removeAnchorCommand (Results 1 – 7 of 7) sorted by relevance
/plugin/ckgdoku/ckeditor/plugins/link/ |
H A D | plugin.js | 1 …removeAnchorCommand());b.ui.addButton("Link",{label:b.lang.link.toolbar,command:"link"});b.ui.addB… function
|
H A D | plugin.js.unc | 14 editor.addCommand( 'removeAnchor', new CKEDITOR.removeAnchorCommand() ); 342 CKEDITOR.removeAnchorCommand = function(){}; 343 CKEDITOR.removeAnchorCommand.prototype =
|
/plugin/ckgedit/ckeditor/plugins/link/ |
H A D | plugin.js | 1 …removeAnchorCommand());b.ui.addButton("Link",{label:b.lang.link.toolbar,command:"link"});b.ui.addB… class in CKEDITOR
|
H A D | plugin.js.unc | 14 editor.addCommand( 'removeAnchor', new CKEDITOR.removeAnchorCommand() ); 342 CKEDITOR.removeAnchorCommand = function(){}; 343 CKEDITOR.removeAnchorCommand.prototype =
|
/plugin/ckgdoku/ckeditor/ |
H A D | ckeditor.js | 915 …w CKEDITOR.unlinkCommand);a.addCommand("removeAnchor",new CKEDITOR.removeAnchorCommand);a.setKeyst… 931 …iredContent:"a[href]",editorFocus:1};CKEDITOR.removeAnchorCommand=function(){};CKEDITOR.removeAnch…
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js | 991 …w CKEDITOR.unlinkCommand);c.addCommand("removeAnchor",new CKEDITOR.removeAnchorCommand);c.setKeyst… 1007 …tSensitive:1,startDisabled:1,requiredContent:"a[href]",editorFocus:1};CKEDITOR.removeAnchorCommand= function 1008 function(){};CKEDITOR.removeAnchorCommand.prototype={exec:function(c){var b=c.getSelection(),a=b.cr… class in CKEDITOR
|
H A D | ckeditor.js.unc | 19675 c.addCommand("removeAnchor", new CKEDITOR.removeAnchorCommand); 19986 CKEDITOR.removeAnchorCommand = function() {}; 19987 CKEDITOR.removeAnchorCommand.prototype = {
|