Searched refs:removeAnchor (Results 1 – 7 of 7) sorted by relevance
/plugin/ckgedit/ckeditor/plugins/link/ |
D | plugin.js.unc | 14 editor.addCommand( 'removeAnchor', new CKEDITOR.removeAnchorCommand() ); 116 removeAnchor : 119 command : 'removeAnchor', 161 menu.anchor = menu.removeAnchor = CKEDITOR.TRISTATE_OFF;
|
D | plugin.js | 1 …removeAnchor:{label:b.lang.anchor.remove,command:"removeAnchor",group:"anchor",order:5},link:{labe… property
|
/plugin/ckgdoku/ckeditor/plugins/link/ |
D | plugin.js.unc | 14 editor.addCommand( 'removeAnchor', new CKEDITOR.removeAnchorCommand() ); 116 removeAnchor : 119 command : 'removeAnchor', 161 menu.anchor = menu.removeAnchor = CKEDITOR.TRISTATE_OFF;
|
D | plugin.js | 1 …removeAnchor:{label:b.lang.anchor.remove,command:"removeAnchor",group:"anchor",order:5},link:{labe… property
|
/plugin/ckgedit/ckeditor/ |
D | ckeditor.js.unc | 19675 c.addCommand("removeAnchor", new CKEDITOR.removeAnchorCommand); 19714 removeAnchor: { 19716 command: "removeAnchor", 19742 … a && a.hasAttribute("name") && (b.anchor = b.removeAnchor = CKEDITOR.TRISTATE_OFF);
|
D | ckeditor.js | 993 …abel:c.lang.link.anchor.menu,command:"anchor",group:"anchor",order:1},removeAnchor:{label:c.lang.l… 994 …unlink:CKEDITOR.TRISTATE_OFF});a&&a.hasAttribute("name")&&(b.anchor=b.removeAnchor=CKEDITOR.TRISTA…
|
/plugin/ckgdoku/ckeditor/ |
D | ckeditor.js | 917 …abel:a.lang.link.anchor.menu,command:"anchor",group:"anchor",order:1},removeAnchor:{label:a.lang.l… property 918 …unlink:CKEDITOR.TRISTATE_OFF});b&&b.hasAttribute("name")&&(c.anchor=c.removeAnchor=CKEDITOR.TRISTA…
|