Home
last modified time | relevance | path

Searched refs:FCKUndo (Results 1 – 25 of 36) sorted by relevance

12

/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckundo_ie.js24 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 …]
Dfck_ie.js93 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() ;
Dfckundo_gecko.js24 var FCKUndo = new Object() ; variable
26 FCKUndo.SaveUndoStep = function()
Dfck.js259 FCKUndo.SaveUndoStep() ;
473 FCKUndo.SaveUndoStep() ;
484 FCKUndo.SaveUndoStep() ;
572 FCKUndo.SaveUndoStep() ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckundo.js22 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 …]
Dfck.js273 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 …]
Dfck_gecko.js368 FCKUndo.SaveUndoStep() ;
391 FCKUndo.SaveUndoStep() ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
Dfck_othercommands.js165 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() ;
Dfckstylecommand.js33 FCKUndo.SaveUndoStep() ;
40 FCKUndo.SaveUndoStep() ;
Dfckcorestylecommand.js39 FCKUndo.SaveUndoStep() ;
Dfcktablecommand.js32 FCKUndo.SaveUndoStep() ;
Dfckjustifycommands.js90 FCKUndo.SaveUndoStep() ;
Dfckblockquotecommand.js32 FCKUndo.SaveUndoStep() ;
/plugin/grensladawritezor/fckeditor/editor/_source/commandclasses/
Dfck_othercommands.js186 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 ) ;
Dfckstylecommand.js36 FCKUndo.SaveUndoStep() ;
43 FCKUndo.SaveUndoStep() ;
Dfcktablecommand.js32 FCKUndo.SaveUndoStep() ;
/plugin/grensladawritezor/fckeditor/editor/js/
Dfckeditorcode_ie.js31FCKUndo.SaveUndoStep();FCK.Events.FireEvent('OnSelectionChange');FCK.Events.FireEvent('OnAfterSetH…
47FCKUndo={};FCKUndo.SavedData=[];FCKUndo.CurrentIndex=-1;FCKUndo.TypesCount=FCKUndo.MaxTypes=25;FCK… variable
67FCKUndo.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/
Dfckplugin.js39 FCK.EditorWindow.parent.FCKUndo.SaveUndoStep();
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckenterkey.js106 FCKUndo.SaveUndoStep() ;
214 FCKUndo.SaveUndoStep() ;
315 FCKUndo.SaveUndoStep() ;
/plugin/wysiwyg/fckeditor/editor/js/
Dfckeditorcode_gecko.js31FCKUndo.SaveUndoStep();FCK.Events.FireEvent('OnSelectionChange');FCK.Events.FireEvent('OnAfterSetH…
32FCKUndo.SaveUndoStep();if (FCKConfig.ForcePasteAsPlainText){FCK.PasteAsPlainText();return false;};…
47FCKUndo={};FCKUndo.SavedData=[];FCKUndo.CurrentIndex=-1;FCKUndo.TypesCount=0;FCKUndo.Changed=false… variable
60FCKUndo.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…
70FCKUndo.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 …]
Dfckeditorcode_ie.js32FCKUndo.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…
48FCKUndo={};FCKUndo.SavedData=[];FCKUndo.CurrentIndex=-1;FCKUndo.TypesCount=0;FCKUndo.Changed=false… variable
61FCKUndo.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…
71FCKUndo.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/
Dfckeditorcode_ie.js32FCKUndo.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…
37FCKUndo.SaveUndoStep();var B=FCKSelection.GetSelection();if (B.type.toLowerCase()=='control') B.cl…
62FCKUndo={};FCKUndo.SavedData=[];FCKUndo.CurrentIndex=-1;FCKUndo.TypesCount=0;FCKUndo.Changed=false… variable
75FCKUndo.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…
85FCKUndo.SaveUndoStep();FCK.SetData('');FCKUndo.Typing=true;FCK.Focus();};FCKNewPageCommand.prototy…
88FCKUndo.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 …]
Dfckeditorcode_gecko.js31FCKUndo.SaveUndoStep();FCK.Events.FireEvent('OnSelectionChange');FCK.Events.FireEvent('OnAfterSetH…
35FCKUndo.SaveUndoStep();if (FCKConfig.ForcePasteAsPlainText){FCK.PasteAsPlainText();return false;};…
58FCKUndo={};FCKUndo.SavedData=[];FCKUndo.CurrentIndex=-1;FCKUndo.TypesCount=0;FCKUndo.Changed=false… variable
71FCKUndo.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…
81FCKUndo.SaveUndoStep();FCK.SetData('');FCKUndo.Typing=true;FCK.Focus();};FCKNewPageCommand.prototy…
84FCKUndo.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/
Dfck_flash.js125 oEditor.FCKUndo.SaveUndoStep() ;
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_flash/
Dfck_flash.js141 oEditor.FCKUndo.SaveUndoStep() ;

12