Searched refs:applyFormatting (Results 1 – 3 of 3) sorted by relevance
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js.unc | 16140 a.addCommand("applyFormatting", b.commands.applyFormatting); 16151 r(b) === CKEDITOR.MOUSE_BUTTON_LEFT && a.execCommand("applyFormatting") 16179 a.copyFormatting.on("applyFormatting", 16190 a.copyFormatting.on("applyFormatting", 16233 applyFormatting: { 16423 if (!a.copyFormatting.fire("applyFormatting", { 16444 …tialKeystrokePasteCommand = a.keystrokeHandler.keystrokes[b], a.setKeystroke(b, "applyFormatting"))
|
H A D | ckeditor.js | 817 …b.commands.copyFormatting);a.addCommand("applyFormatting",b.commands.applyFormatting);a.ui.addButt… 824 …tScreenReaderMessage(a,"copied");e._attachPasteKeystrokeHandler(a)}},applyFormatting:{editorFocus:… class in CKEDITOR.plugins.copyformatting.commands
|
/plugin/ckgdoku/ckeditor/ |
H A D | ckeditor.js | 741 …yFormatting",d.commands.copyFormatting);c.addCommand("applyFormatting",d.commands.applyFormatting); 749 …tScreenReaderMessage(a,"copied");c._attachPasteKeystrokeHandler(a)}},applyFormatting:{editorFocus:… class in CKEDITOR.plugins.copyformatting.commands
|