Home
last modified time | relevance | path

Searched refs:_initialKeystrokePasteCommand (Results 1 – 3 of 3) sorted by relevance

/plugin/ckgdoku/ckeditor/
H A Dckeditor.js747 …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 Dckeditor.js823 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 Dckeditor.js.unc16213 _initialKeystrokePasteCommand: null,
16444 …b && (this._initialKeystrokePasteCommand = a.keystrokeHandler.keystrokes[b], a.setKeystroke(b, "ap…
16448 b && a.setKeystroke(b, this._initialKeystrokePasteCommand || !1)