Home
last modified time | relevance | path

Searched refs:removeAnchorCommand (Results 1 – 7 of 7) sorted by relevance

/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js1removeAnchorCommand());b.ui.addButton("Link",{label:b.lang.link.toolbar,command:"link"});b.ui.addB… class in CKEDITOR
H A Dplugin.js.unc14 editor.addCommand( 'removeAnchor', new CKEDITOR.removeAnchorCommand() );
342 CKEDITOR.removeAnchorCommand = function(){};
343 CKEDITOR.removeAnchorCommand.prototype =
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js1removeAnchorCommand());b.ui.addButton("Link",{label:b.lang.link.toolbar,command:"link"});b.ui.addB… function
H A Dplugin.js.unc14 editor.addCommand( 'removeAnchor', new CKEDITOR.removeAnchorCommand() );
342 CKEDITOR.removeAnchorCommand = function(){};
343 CKEDITOR.removeAnchorCommand.prototype =
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js915 …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 Dckeditor.js991 …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 Dckeditor.js.unc19675 c.addCommand("removeAnchor", new CKEDITOR.removeAnchorCommand);
19986 CKEDITOR.removeAnchorCommand = function() {};
19987 CKEDITOR.removeAnchorCommand.prototype = {