Home
last modified time | relevance | path

Searched refs:CheckRedoState (Results 1 – 10 of 10) sorted by relevance

/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckundo_ie.js69 FCKUndo.CheckRedoState = function() class
94 if ( FCKUndo.CheckRedoState() )
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckundo.js162 FCKUndo.CheckRedoState = function() class
187 if ( this.CheckRedoState() )
/plugin/grensladawritezor/fckeditor/editor/_source/commandclasses/
Dfck_othercommands.js258 return ( FCKUndo.CheckRedoState() ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ) ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
Dfck_othercommands.js228 return ( FCKUndo.CheckRedoState() ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ) ;
/plugin/grensladawritezor/fckeditor/editor/js/
Dfckeditorcode_ie.js47CheckRedoState=function(){return (!FCKUndo.Typing&&FCKUndo.CurrentIndex<(FCKUndo.SavedData.length-… class
67 …ototype.GetState=function(){if (FCKBrowserInfo.IsIE) return (FCKUndo.CheckRedoState()?0:-1);else r…
Dfckeditorcode_gecko.js66 …ototype.GetState=function(){if (FCKBrowserInfo.IsIE) return (FCKUndo.CheckRedoState()?0:-1);else r…
/plugin/wysiwyg/fckeditor/editor/js/
Dfckeditorcode_gecko.js47CheckRedoState=function(){return (this.CurrentIndex<(this.SavedData.length-1));};FCKUndo.Undo=func… class
70 …edo();};FCKRedoCommand.prototype.GetState=function(){return (FCKUndo.CheckRedoState()?0:-1);};var …
Dfckeditorcode_ie.js48CheckRedoState=function(){return (this.CurrentIndex<(this.SavedData.length-1));};FCKUndo.Undo=func… class
71 …edo();};FCKRedoCommand.prototype.GetState=function(){return (FCKUndo.CheckRedoState()?0:-1);};var …
/plugin/fckg/fckeditor/editor/js/
Dfckeditorcode_ie.js62CheckRedoState=function(){return (this.CurrentIndex<(this.SavedData.length-1));};FCKUndo.Undo=func… class
85 …e.GetState=function(){if (FCK.EditMode!=0) return -1;return (FCKUndo.CheckRedoState()?0:-1);};var …
Dfckeditorcode_gecko.js58CheckRedoState=function(){return (this.CurrentIndex<(this.SavedData.length-1));};FCKUndo.Undo=func… class
81 …e.GetState=function(){if (FCK.EditMode!=0) return -1;return (FCKUndo.CheckRedoState()?0:-1);};var …