Home
last modified time | relevance | path

Searched defs:removeAnchorCommand (Results 1 – 3 of 3) sorted by relevance

/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js1 …CKEDITOR.unlinkCommand());b.addCommand("removeAnchor",new CKEDITOR.removeAnchorCommand());b.ui.add… function
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js1 …CKEDITOR.unlinkCommand());b.addCommand("removeAnchor",new CKEDITOR.removeAnchorCommand());b.ui.add… function
/plugin/ckgedit/ckeditor/
H A Dckeditor.js1007 …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