/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fckundo.js | 22 var FCKUndo = new Object() ; class 24 FCKUndo.SavedData = new Array() ; 25 FCKUndo.CurrentIndex = -1 ; 26 FCKUndo.TypesCount = 0 ; 28 FCKUndo.MaxTypes = 25 ; 29 FCKUndo.Typing = false ; 31 FCKUndo._GetBookmark = function() 115 FCKUndo.SaveUndoStep = function() 157 FCKUndo.CheckUndoState = function() 167 FCKUndo.Undo = function() [all …]
|
H A D | fck.js | 273 FCKUndo.SaveUndoStep() ; 437 FCKUndo.SaveUndoStep() ; 449 FCKUndo.SaveUndoStep() ; 677 if ( !FCKUndo.Typing ) 679 FCKUndo.SaveUndoStep() ; 680 FCKUndo.Typing = true ; 684 FCKUndo.TypesCount++ ; 685 FCKUndo.Changed = 1 ; 687 if ( FCKUndo.TypesCount > FCKUndo.MaxTypes ) 829 FCKUndo.Redo() ; [all …]
|
H A D | fck_gecko.js | 368 FCKUndo.SaveUndoStep() ; 391 FCKUndo.SaveUndoStep() ;
|
H A D | fck_ie.js | 154 FCKUndo.SaveUndoStep() ;
|
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
H A D | fck_othercommands.js | 165 FCKUndo.SaveUndoStep() ; 167 FCKUndo.Typing = true ; 207 FCKUndo.Undo() ; 212 return ( FCKUndo.CheckUndoState() ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ) ; 223 FCKUndo.Redo() ; 228 return ( FCKUndo.CheckRedoState() ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ) ; 240 FCKUndo.SaveUndoStep() ; 269 FCKUndo.SaveUndoStep() ; 366 FCKUndo.SaveUndoStep() ;
|
H A D | fckstylecommand.js | 33 FCKUndo.SaveUndoStep() ; 40 FCKUndo.SaveUndoStep() ;
|
H A D | fckcorestylecommand.js | 39 FCKUndo.SaveUndoStep() ;
|
H A D | fcktablecommand.js | 32 FCKUndo.SaveUndoStep() ;
|
H A D | fckjustifycommands.js | 90 FCKUndo.SaveUndoStep() ;
|
H A D | fckblockquotecommand.js | 32 FCKUndo.SaveUndoStep() ;
|
H A D | fckindentcommands.js | 51 FCKUndo.SaveUndoStep() ;
|
H A D | fcklistcommands.js | 56 FCKUndo.SaveUndoStep() ;
|
/plugin/fckg/fckeditor/editor/plugins/signature/ |
H A D | fckplugin.js | 39 FCK.EditorWindow.parent.FCKUndo.SaveUndoStep();
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckenterkey.js | 106 FCKUndo.SaveUndoStep() ; 214 FCKUndo.SaveUndoStep() ; 315 FCKUndo.SaveUndoStep() ;
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 31 …FCKUndo.SaveUndoStep();FCK.Events.FireEvent('OnSelectionChange');FCK.Events.FireEvent('OnAfterSetH… 32 …FCKUndo.SaveUndoStep();if (FCKConfig.ForcePasteAsPlainText){FCK.PasteAsPlainText();return false;};… 47 …FCKUndo={};FCKUndo.SavedData=[];FCKUndo.CurrentIndex=-1;FCKUndo.TypesCount=0;FCKUndo.Changed=false… variable 60 …FCKUndo.SaveUndoStep();this._HasShift=(B===true);var C=FCKSelection.GetParentElement();var D=new F… 69 …cute:function(A,B){FCKUndo.SaveUndoStep();if (B.Selected) FCK.Styles.RemoveStyle(B.Style);else FCK… 70 …FCKUndo.SaveUndoStep();FCK.SetData('');FCKUndo.Typing=true;FCK.Focus();};FCKNewPageCommand.prototy… 76 var FCKTableCommand=function(A){this.Name=A;};FCKTableCommand.prototype.Execute=function(){FCKUndo.… 79 …yCommand._ClassRegex=A;};FCKJustifyCommand.prototype={Execute:function(){FCKUndo.SaveUndoStep();va… 80 …_UseIndentClasses=false;};FCKIndentCommand.prototype={Execute:function(){FCKUndo.SaveUndoStep();va… 81 var FCKBlockQuoteCommand=function(){};FCKBlockQuoteCommand.prototype={Execute:function(){FCKUndo.Sa… [all …]
|
H A D | fckeditorcode_ie.js | 32 …FCKUndo.SaveUndoStep();FCK.Events.FireEvent('OnSelectionChange');FCK.Events.FireEvent('OnAfterSetH… 48 …FCKUndo={};FCKUndo.SavedData=[];FCKUndo.CurrentIndex=-1;FCKUndo.TypesCount=0;FCKUndo.Changed=false… variable 61 …FCKUndo.SaveUndoStep();this._HasShift=(B===true);var C=FCKSelection.GetParentElement();var D=new F… 70 …cute:function(A,B){FCKUndo.SaveUndoStep();if (B.Selected) FCK.Styles.RemoveStyle(B.Style);else FCK… 71 …FCKUndo.SaveUndoStep();FCK.SetData('');FCKUndo.Typing=true;FCK.Focus();};FCKNewPageCommand.prototy… 77 var FCKTableCommand=function(A){this.Name=A;};FCKTableCommand.prototype.Execute=function(){FCKUndo.… 79 …eName.IEquals(this.TagName)) return 1;else return 0;},Execute:function(){FCKUndo.SaveUndoStep();va… 80 …yCommand._ClassRegex=A;};FCKJustifyCommand.prototype={Execute:function(){FCKUndo.SaveUndoStep();va… 81 …_UseIndentClasses=false;};FCKIndentCommand.prototype={Execute:function(){FCKUndo.SaveUndoStep();va… 82 var FCKBlockQuoteCommand=function(){};FCKBlockQuoteCommand.prototype={Execute:function(){FCKUndo.Sa… [all …]
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 32 …FCKUndo.SaveUndoStep();FCK.Events.FireEvent('OnSelectionChange');FCK.Events.FireEvent('OnAfterSetH… 36 … (FCK.EditMode==0){switch (B){case 'Paste':return!FCK.Paste();case 'Cut':FCKUndo.SaveUndoStep();re… 37 …FCKUndo.SaveUndoStep();var B=FCKSelection.GetSelection();if (B.type.toLowerCase()=='control') B.cl… 62 …FCKUndo={};FCKUndo.SavedData=[];FCKUndo.CurrentIndex=-1;FCKUndo.TypesCount=0;FCKUndo.Changed=false… variable 75 …FCKUndo.SaveUndoStep();this._HasShift=(B===true);var C=FCKSelection.GetParentElement();var D=new F… 84 …cute:function(A,B){FCKUndo.SaveUndoStep();if (B.Selected) FCK.Styles.RemoveStyle(B.Style);else FCK… 85 …FCKUndo.SaveUndoStep();FCK.SetData('');FCKUndo.Typing=true;FCK.Focus();};FCKNewPageCommand.prototy… 88 …FCKUndo.SaveUndoStep();var B=FCKStyles.GetStyle('_FCK_'+(this.Type=='ForeColor'?'Color':'BackColor… 91 var FCKTableCommand=function(A){this.Name=A;};FCKTableCommand.prototype.Execute=function(){FCKUndo.… 94 …yCommand._ClassRegex=A;};FCKJustifyCommand.prototype={Execute:function(){FCKUndo.SaveUndoStep();va… [all …]
|
H A D | fckeditorcode_gecko.js | 31 …FCKUndo.SaveUndoStep();FCK.Events.FireEvent('OnSelectionChange');FCK.Events.FireEvent('OnAfterSetH… 35 …FCKUndo.SaveUndoStep();if (FCKConfig.ForcePasteAsPlainText){FCK.PasteAsPlainText();return false;};… 58 …FCKUndo={};FCKUndo.SavedData=[];FCKUndo.CurrentIndex=-1;FCKUndo.TypesCount=0;FCKUndo.Changed=false… variable 71 …FCKUndo.SaveUndoStep();this._HasShift=(B===true);var C=FCKSelection.GetParentElement();var D=new F… 80 …cute:function(A,B){FCKUndo.SaveUndoStep();if (B.Selected) FCK.Styles.RemoveStyle(B.Style);else FCK… 81 …FCKUndo.SaveUndoStep();FCK.SetData('');FCKUndo.Typing=true;FCK.Focus();};FCKNewPageCommand.prototy… 84 …FCKUndo.SaveUndoStep();var B=FCKStyles.GetStyle('_FCK_'+(this.Type=='ForeColor'?'Color':'BackColor… 87 var FCKTableCommand=function(A){this.Name=A;};FCKTableCommand.prototype.Execute=function(){FCKUndo.… 90 …yCommand._ClassRegex=A;};FCKJustifyCommand.prototype={Execute:function(){FCKUndo.SaveUndoStep();va… 91 …_UseIndentClasses=false;};FCKIndentCommand.prototype={Execute:function(){FCKUndo.SaveUndoStep();va… [all …]
|
/plugin/wysiwyg/fckeditor/editor/dialog/fck_flash/ |
H A D | fck_flash.js | 125 oEditor.FCKUndo.SaveUndoStep() ;
|
/plugin/fckg/fckeditor/editor/dialog/fck_flash/ |
H A D | fck_flash.js | 129 oEditor.FCKUndo.SaveUndoStep() ;
|
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/ |
H A D | fck_image.js | 221 oEditor.FCKUndo.SaveUndoStep() ;
|
/plugin/fckg/fckeditor/editor/dialog/fck_image/ |
H A D | fck_image.js | 273 oEditor.FCKUndo.SaveUndoStep() ;
|
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/ |
H A D | fck_link.js | 468 oEditor.FCKUndo.SaveUndoStep() ;
|
/plugin/fckg/fckeditor/editor/dialog/fck_link/ |
H A D | fck_link.js | 853 oEditor.FCKUndo.SaveUndoStep() ;
|