Searched refs:_initialKeystrokePasteCommand (Results 1 – 3 of 3) sorted by relevance
/plugin/ckgdoku/ckeditor/ |
H A D | ckeditor.js | 747 …d tbody table".split(" "),breakOnElements:["ul","ol","table"],_initialKeystrokePasteCommand:null,c… property in CKEDITOR.plugins.copyformatting 761 …_initialKeystrokePasteCommand=a.keystrokeHandler.keystrokes[b],a.setKeystroke(b,"applyFormatting")…
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js | 823 breakOnElements:["ul","ol","table"],_initialKeystrokePasteCommand:null,commands:{copyFormatting:{ex… property in CKEDITOR.plugins.copyformatting 837 …_initialKeystrokePasteCommand=a.keystrokeHandler.keystrokes[b],a.setKeystroke(b,"applyFormatting")…
|
H A D | ckeditor.js.unc | 16213 _initialKeystrokePasteCommand: null, 16444 …b && (this._initialKeystrokePasteCommand = a.keystrokeHandler.keystrokes[b], a.setKeystroke(b, "ap… 16448 b && a.setKeystroke(b, this._initialKeystrokePasteCommand || !1)
|