| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fckundo_ie.js | 24 var FCKUndo = new Object() ; variable 26 FCKUndo.SavedData = new Array() ; 27 FCKUndo.CurrentIndex = -1 ; 28 FCKUndo.TypesCount = FCKUndo.MaxTypes = 25 ; 29 FCKUndo.Typing = false ; 31 FCKUndo.SaveUndoStep = function() 37 FCKUndo.SavedData = FCKUndo.SavedData.slice( 0, FCKUndo.CurrentIndex + 1 ) ; 43 if ( FCKUndo.CurrentIndex >= 0 && sHtml == FCKUndo.SavedData[ FCKUndo.CurrentIndex ][0] ) 48 if ( FCKUndo.CurrentIndex + 1 >= FCKConfig.MaxUndoLevels ) 49 FCKUndo.SavedData.shift() ; [all …]
|
| D | fck_ie.js | 93 if ( !FCKUndo.Typing ) 95 FCKUndo.SaveUndoStep() ; 96 FCKUndo.Typing = true ; 100 FCKUndo.TypesCount++ ; 102 if ( FCKUndo.TypesCount > FCKUndo.MaxTypes ) 104 FCKUndo.TypesCount = 0 ; 105 FCKUndo.SaveUndoStep() ; 157 FCKUndo.SaveUndoStep() ;
|
| D | fckundo_gecko.js | 24 var FCKUndo = new Object() ; variable 26 FCKUndo.SaveUndoStep = function()
|
| D | fck.js | 259 FCKUndo.SaveUndoStep() ; 473 FCKUndo.SaveUndoStep() ; 484 FCKUndo.SaveUndoStep() ; 572 FCKUndo.SaveUndoStep() ;
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fckundo.js | 22 var FCKUndo = new Object() ; variable 24 FCKUndo.SavedData = new Array() ; 25 FCKUndo.CurrentIndex = -1 ; 26 FCKUndo.TypesCount = 0 ; 27 FCKUndo.Changed = false ; // Is the document changed in respect to its initial image? 28 FCKUndo.MaxTypes = 25 ; 29 FCKUndo.Typing = false ; 31 FCKUndo._GetBookmark = function() 53 FCKUndo._SelectBookmark = function( bookmark ) 80 FCKUndo._CompareCursors = function( cursor1, cursor2 ) [all …]
|
| D | fck.js | 273 FCKUndo.SaveUndoStep() ; 437 FCKUndo.SaveUndoStep() ; 449 FCKUndo.SaveUndoStep() ; 554 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 ) [all …]
|
| D | fck_gecko.js | 368 FCKUndo.SaveUndoStep() ; 391 FCKUndo.SaveUndoStep() ;
|
| /plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
| 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() ;
|
| D | fckstylecommand.js | 33 FCKUndo.SaveUndoStep() ; 40 FCKUndo.SaveUndoStep() ;
|
| D | fckcorestylecommand.js | 39 FCKUndo.SaveUndoStep() ;
|
| D | fcktablecommand.js | 32 FCKUndo.SaveUndoStep() ;
|
| D | fckjustifycommands.js | 90 FCKUndo.SaveUndoStep() ;
|
| D | fckblockquotecommand.js | 32 FCKUndo.SaveUndoStep() ;
|
| /plugin/grensladawritezor/fckeditor/editor/_source/commandclasses/ |
| D | fck_othercommands.js | 186 FCKUndo.SaveUndoStep() ; 188 FCKUndo.Typing = true ; 228 FCKUndo.Undo() ; 236 return ( FCKUndo.CheckUndoState() ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ) ; 250 FCKUndo.Redo() ; 258 return ( FCKUndo.CheckRedoState() ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ) ;
|
| D | fckstylecommand.js | 36 FCKUndo.SaveUndoStep() ; 43 FCKUndo.SaveUndoStep() ;
|
| D | fcktablecommand.js | 32 FCKUndo.SaveUndoStep() ;
|
| /plugin/grensladawritezor/fckeditor/editor/js/ |
| D | fckeditorcode_ie.js | 31 …FCKUndo.SaveUndoStep();FCK.Events.FireEvent('OnSelectionChange');FCK.Events.FireEvent('OnAfterSetH… 47 …FCKUndo={};FCKUndo.SavedData=[];FCKUndo.CurrentIndex=-1;FCKUndo.TypesCount=FCKUndo.MaxTypes=25;FCK… variable 67 …FCKUndo.SaveUndoStep();FCK.SetHTML('');FCKUndo.Typing=true;};FCKNewPageCommand.prototype.GetState=… 72 var FCKTableCommand=function(A){this.Name=A;};FCKTableCommand.prototype.Execute=function(){FCKUndo.… 73 …Execute=function(A,B){FCKUndo.SaveUndoStep();if (B.Selected) B.Style.RemoveFromSelection();else B.…
|
| /plugin/fckg/fckeditor/editor/plugins/signature/ |
| D | fckplugin.js | 39 FCK.EditorWindow.parent.FCKUndo.SaveUndoStep();
|
| /plugin/wysiwyg/fckeditor/editor/_source/classes/ |
| D | fckenterkey.js | 106 FCKUndo.SaveUndoStep() ; 214 FCKUndo.SaveUndoStep() ; 315 FCKUndo.SaveUndoStep() ;
|
| /plugin/wysiwyg/fckeditor/editor/js/ |
| 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.… 78 …eName.IEquals(this.TagName)) return 1;else return 0;},Execute:function(){FCKUndo.SaveUndoStep();va… 79 …yCommand._ClassRegex=A;};FCKJustifyCommand.prototype={Execute:function(){FCKUndo.SaveUndoStep();va… 80 …_UseIndentClasses=false;};FCKIndentCommand.prototype={Execute:function(){FCKUndo.SaveUndoStep();va… [all …]
|
| D | fckeditorcode_ie.js | 32 …FCKUndo.SaveUndoStep();FCK.Events.FireEvent('OnSelectionChange');FCK.Events.FireEvent('OnAfterSetH… 33 …ts(A);A=FCK.ProtectUrls(A);A=FCK.ProtectTags(A);FCK.EditorWindow.focus();FCKUndo.SaveUndoStep();va… 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… [all …]
|
| /plugin/fckg/fckeditor/editor/js/ |
| 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.… 93 …eName.IEquals(this.TagName)) return 1;else return 0;},Execute:function(){FCKUndo.SaveUndoStep();va… [all …]
|
| 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.… 89 …eName.IEquals(this.TagName)) return 1;else return 0;},Execute:function(){FCKUndo.SaveUndoStep();va… 90 …yCommand._ClassRegex=A;};FCKJustifyCommand.prototype={Execute:function(){FCKUndo.SaveUndoStep();va… [all …]
|
| /plugin/wysiwyg/fckeditor/editor/dialog/fck_flash/ |
| D | fck_flash.js | 125 oEditor.FCKUndo.SaveUndoStep() ;
|
| /plugin/grensladawritezor/fckeditor/editor/dialog/fck_flash/ |
| D | fck_flash.js | 141 oEditor.FCKUndo.SaveUndoStep() ;
|