Searched refs:unlinkCommand (Results 1 – 7 of 7) sorted by relevance
/plugin/ckgdoku/ckeditor/plugins/link/ |
H A D | plugin.js | 1 …unlinkCommand());b.addCommand("removeAnchor",new CKEDITOR.removeAnchorCommand());b.ui.addButton("L… function
|
H A D | plugin.js.unc | 13 editor.addCommand( 'unlink', new CKEDITOR.unlinkCommand() ); 306 CKEDITOR.unlinkCommand = function(){}; 307 CKEDITOR.unlinkCommand.prototype =
|
/plugin/ckgedit/ckeditor/plugins/link/ |
H A D | plugin.js | 1 …unlinkCommand());b.addCommand("removeAnchor",new CKEDITOR.removeAnchorCommand());b.ui.addButton("L… class in CKEDITOR
|
H A D | plugin.js.unc | 13 editor.addCommand( 'unlink', new CKEDITOR.unlinkCommand() ); 306 CKEDITOR.unlinkCommand = function(){}; 307 CKEDITOR.unlinkCommand.prototype =
|
/plugin/ckgdoku/ckeditor/ |
H A D | ckeditor.js | 915 …,id]",requiredContent:"a[name]"}));a.addCommand("unlink",new CKEDITOR.unlinkCommand);a.addCommand(… 929 …ges().length?!1:!a||!a.getName||!a.is(c)}};CKEDITOR.unlinkCommand=function(){};CKEDITOR.unlinkComm…
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js | 991 …,id]",requiredContent:"a[name]"}));c.addCommand("unlink",new CKEDITOR.unlinkCommand);c.addCommand(… 1006 …ges().length?!1:!c||!c.getName||!c.is(a)}};CKEDITOR.unlinkCommand=function(){};CKEDITOR.unlinkComm… class in CKEDITOR
|
H A D | ckeditor.js.unc | 19674 c.addCommand("unlink", new CKEDITOR.unlinkCommand); 19960 CKEDITOR.unlinkCommand = function() {}; 19961 CKEDITOR.unlinkCommand.prototype = {
|