Searched refs:strokesRecorded (Results 1 – 3 of 3) sorted by relevance
| /plugin/ckgdoku/ckeditor/ |
| D | ckeditor.js | 1148 …ins.undo={};var b=CKEDITOR.plugins.undo.UndoManager=function(a){this.strokesRecorded=[0,0];this.lo… property 1149 …strokesRecorded[e]+1;c=c||f>=this.strokesLimit;this.typing||(this.hasUndo=this.typing=!0,this.hasR… 1150 …Undo=!1;this.locked=null;this.resetType()},resetType:function(){this.strokesRecorded=[0,0];this.ty… property 1158 …avigationKey(e)||this.undoManager.keyGroupChanged(e))if(d.strokesRecorded[0]||d.strokesRecorded[1]…
|
| /plugin/ckgedit/ckeditor/ |
| D | ckeditor.js | 1222 …strokesRecorded=[0,0];this.locked=null;this.previousKeyGroup=-1;this.limit=a.config.undoStackSize|… property 1223 …Undo=!1;this.locked=null;this.resetType()},resetType:function(){this.strokesRecorded=[0,0];this.ty… property 1232 this.undoManager.keyGroupChanged(b))if(a.strokesRecorded[0]||a.strokesRecorded[1])a.save(!1,this.la…
|
| D | ckeditor.js.unc | 24267 this.strokesRecorded = [0, 0]; 24278 d = this.strokesRecorded[c] + 1; 24282 this.strokesRecorded[c] = 24298 this.strokesRecorded = [0, 0]; 24499 …if (a.strokesRecorded[0] || a.strokesRecorded[1]) a.save(!1, this.lastKeydownImage, !1), a.resetTy…
|