Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckkeystrokehandler.js74 function _FCKKeystrokeHandler_OnKeyDown( ev, keystrokeHandler ) argument
93 var cancelIt = keystrokeHandler._CancelIt = false ;
96 var keystrokeValue = keystrokeHandler.Keystrokes[ keyCombination ] ;
106 …f ( keystrokeValue === true || !( keystrokeHandler.OnKeystroke && keystrokeHandler.OnKeystroke.app…
113 …if ( cancelIt || ( keystrokeHandler.CancelCtrlDefaults && keyModifiers == CTRL && ( keystroke < 33…
115 keystrokeHandler._CancelIt = true ;
128 function _FCKKeystrokeHandler_OnKeyPress( ev, keystrokeHandler ) argument
130 if ( keystrokeHandler._CancelIt )
/plugin/ckgdoku/ckeditor/plugins/a11yhelp/dialogs/
H A Da11yhelp.js7 CKEDITOR.CTRL],p=/\$\{(.*?)\}/g,t=function(){var a=h.keystrokeHandler.keystrokes,b={},d;for(d in a)…
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js230 …stener("focus",f.focus)}}}(),CKEDITOR.keystrokeHandler=function(a){if(a.keystrokeHandler)return a.
231 …turn!a},b=function(b){a&&(a=!1,b.data.preventDefault(!0))};CKEDITOR.keystrokeHandler.prototype={at… class in CKEDITOR
244 …is.focusManager=new CKEDITOR.focusManager(this);this.keystrokeHandler=new CKEDITOR.keystrokeHandle…
252 …onfig.keystrokes);for(f=0;f<a.config.blockedKeystrokes.length;f++)a.keystrokeHandler.blockedKeystr…
259 …ly:function(a){a=null==a||a;this.readOnly!=a&&(this.readOnly=a,this.keystrokeHandler.blockedKeystr…
261 …ction(){return p.call(this)},setKeystroke:function(){for(var a=this.keystrokeHandler.keystrokes,b=…
262 …(a="string"===typeof a?this.getCommand(a):a){var b=a&&a.name,c=this.keystrokeHandler.keystrokes,d;…
351 …tents_"+a.config.contentsLangDirection);a.keystrokeHandler.blockedKeystrokes[8]=+a.readOnly;a.keys…
761 …yFormatting_keystrokePaste;b&&(this._initialKeystrokePasteCommand=a.keystrokeHandler.keystrokes[b]…
H A DCHANGES.md1124 …e *Backspace* key state in [`keystrokeHandler.blockedKeystrokes`](http://docs.ckeditor.com/#!/api/…
/plugin/ckgedit/ckeditor/
H A Dckeditor.js255 d.focus)}}})();CKEDITOR.keystrokeHandler=function(a){if(a.keystrokeHandler)return a.keystrokeHandle…
256 …turn!a},b=function(b){a&&(a=!1,b.data.preventDefault(!0))};CKEDITOR.keystrokeHandler.prototype={at… class in CKEDITOR
270 …is.focusManager=new CKEDITOR.focusManager(this);this.keystrokeHandler=new CKEDITOR.keystrokeHandle…
279 …onfig.keystrokes);for(l=0;l<a.config.blockedKeystrokes.length;l++)a.keystrokeHandler.blockedKeystr…
287 …ly:function(a){a=null==a||a;this.readOnly!=a&&(this.readOnly=a,this.keystrokeHandler.blockedKeystr…
289 …ction(){return v.call(this)},setKeystroke:function(){for(var a=this.keystrokeHandler.keystrokes,b=…
290 CKEDITOR.tools.object.findKey(this.commands,c),f=this.keystrokeHandler.keystrokes;if(c.fakeKeystrok…
388 …tents_"+a.config.contentsLangDirection);a.keystrokeHandler.blockedKeystrokes[8]=+a.readOnly;a.keys…
837 a.config.copyFormatting_keystrokePaste;b&&(this._initialKeystrokePasteCommand=a.keystrokeHandler.ke…
H A Dckeditor.js.unc5292 CKEDITOR.keystrokeHandler = function(a) {
5293 if (a.keystrokeHandler) return a.keystrokeHandler;
5312 from: "keystrokeHandler"
5320 CKEDITOR.keystrokeHandler.prototype = {
5685 this.keystrokeHandler = new CKEDITOR.keystrokeHandler(this);
6066 …for (var a = this.keystrokeHandler.keystrokes, b = CKEDITOR.tools.isArray(arguments[0]) ? argument…
6073 c = this.keystrokeHandler.keystrokes,
7902 a.keystrokeHandler.blockedKeystrokes[8] = +a.readOnly;
7903 a.keystrokeHandler.attach(this);
16219 c = b ? "keystrokeHandler" == b.from : !1,
[all …]
H A DCHANGES.md1544 …ev.ckeditor.com/ticket/9761): Update the *Backspace* key state in [`keystrokeHandler.blockedKeystr…