Home
last modified time | relevance | path

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

/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckundo_ie.js64 FCKUndo.CheckUndoState = function() class
76 if ( FCKUndo.CheckUndoState() )
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckundo.js157 FCKUndo.CheckUndoState = function() class
169 if ( this.CheckUndoState() )
/plugin/grensladawritezor/fckeditor/editor/_source/commandclasses/
Dfck_othercommands.js236 return ( FCKUndo.CheckUndoState() ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ) ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
Dfck_othercommands.js212 return ( FCKUndo.CheckUndoState() ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ) ;
/plugin/grensladawritezor/fckeditor/editor/js/
Dfckeditorcode_ie.js47CheckUndoState=function(){return (FCKUndo.Typing||FCKUndo.CurrentIndex>0);};FCKUndo.CheckRedoState… class
67 …ototype.GetState=function(){if (FCKBrowserInfo.IsIE) return (FCKUndo.CheckUndoState()?0:-1);else r…
Dfckeditorcode_gecko.js66 …ototype.GetState=function(){if (FCKBrowserInfo.IsIE) return (FCKUndo.CheckUndoState()?0:-1);else r…
/plugin/wysiwyg/fckeditor/editor/js/
Dfckeditorcode_gecko.js47CheckUndoState=function(){return (this.Changed||this.CurrentIndex>0);};FCKUndo.CheckRedoState=func… class
70 …ndo();};FCKUndoCommand.prototype.GetState=function(){return (FCKUndo.CheckUndoState()?0:-1);};var …
Dfckeditorcode_ie.js48CheckUndoState=function(){return (this.Changed||this.CurrentIndex>0);};FCKUndo.CheckRedoState=func… class
71 …ndo();};FCKUndoCommand.prototype.GetState=function(){return (FCKUndo.CheckUndoState()?0:-1);};var …
/plugin/fckg/fckeditor/editor/js/
Dfckeditorcode_ie.js62CheckUndoState=function(){return (this.Changed||this.CurrentIndex>0);};FCKUndo.CheckRedoState=func… class
85 …e.GetState=function(){if (FCK.EditMode!=0) return -1;return (FCKUndo.CheckUndoState()?0:-1);};var …
Dfckeditorcode_gecko.js58CheckUndoState=function(){return (this.Changed||this.CurrentIndex>0);};FCKUndo.CheckRedoState=func… class
81 …e.GetState=function(){if (FCK.EditMode!=0) return -1;return (FCKUndo.CheckUndoState()?0:-1);};var …