Searched defs:removeAnchorCommand (Results 1 – 3 of 3) sorted by relevance
1 …CKEDITOR.unlinkCommand());b.addCommand("removeAnchor",new CKEDITOR.removeAnchorCommand());b.ui.add… class in CKEDITOR
1007 …tSensitive:1,startDisabled:1,requiredContent:"a[href]",editorFocus:1};CKEDITOR.removeAnchorCommand= function1008 function(){};CKEDITOR.removeAnchorCommand.prototype={exec:function(c){var b=c.getSelection(),a=b.cr… class in CKEDITOR