Home
last modified time | relevance | path

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

/plugin/ckgdoku/ckeditor/
Dckeditor.js1148 …ins.undo={};var b=CKEDITOR.plugins.undo.UndoManager=function(a){this.strokesRecorded=[0,0];this.lo… property
1149strokesRecorded[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/
Dckeditor.js1222strokesRecorded=[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…
Dckeditor.js.unc24267 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…