Home
last modified time | relevance | path

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

/plugin/ckgedit/ckeditor/plugins/link/
Dplugin.js.unc14 editor.addCommand( 'removeAnchor', new CKEDITOR.removeAnchorCommand() );
116 removeAnchor :
119 command : 'removeAnchor',
161 menu.anchor = menu.removeAnchor = CKEDITOR.TRISTATE_OFF;
Dplugin.js1removeAnchor:{label:b.lang.anchor.remove,command:"removeAnchor",group:"anchor",order:5},link:{labe… property
/plugin/ckgdoku/ckeditor/plugins/link/
Dplugin.js.unc14 editor.addCommand( 'removeAnchor', new CKEDITOR.removeAnchorCommand() );
116 removeAnchor :
119 command : 'removeAnchor',
161 menu.anchor = menu.removeAnchor = CKEDITOR.TRISTATE_OFF;
Dplugin.js1removeAnchor:{label:b.lang.anchor.remove,command:"removeAnchor",group:"anchor",order:5},link:{labe… property
/plugin/ckgedit/ckeditor/
Dckeditor.js.unc19675 c.addCommand("removeAnchor", new CKEDITOR.removeAnchorCommand);
19714 removeAnchor: {
19716 command: "removeAnchor",
19742 … a && a.hasAttribute("name") && (b.anchor = b.removeAnchor = CKEDITOR.TRISTATE_OFF);
Dckeditor.js993 …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/
Dckeditor.js917 …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…