Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckundo.js22 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 Dfck.js273 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 Dfck_gecko.js368 FCKUndo.SaveUndoStep() ;
391 FCKUndo.SaveUndoStep() ;
H A Dfck_ie.js154 FCKUndo.SaveUndoStep() ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A 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() ;
H A Dfckstylecommand.js33 FCKUndo.SaveUndoStep() ;
40 FCKUndo.SaveUndoStep() ;
H A Dfckcorestylecommand.js39 FCKUndo.SaveUndoStep() ;
H A Dfcktablecommand.js32 FCKUndo.SaveUndoStep() ;
H A Dfckjustifycommands.js90 FCKUndo.SaveUndoStep() ;
H A Dfckblockquotecommand.js32 FCKUndo.SaveUndoStep() ;
H A Dfckindentcommands.js51 FCKUndo.SaveUndoStep() ;
H A Dfcklistcommands.js56 FCKUndo.SaveUndoStep() ;
/plugin/fckg/fckeditor/editor/plugins/signature/
H A Dfckplugin.js39 FCK.EditorWindow.parent.FCKUndo.SaveUndoStep();
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckenterkey.js106 FCKUndo.SaveUndoStep() ;
214 FCKUndo.SaveUndoStep() ;
315 FCKUndo.SaveUndoStep() ;
/plugin/wysiwyg/fckeditor/editor/js/
H A 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.…
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 Dfckeditorcode_ie.js32FCKUndo.SaveUndoStep();FCK.Events.FireEvent('OnSelectionChange');FCK.Events.FireEvent('OnAfterSetH…
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…
82 var FCKBlockQuoteCommand=function(){};FCKBlockQuoteCommand.prototype={Execute:function(){FCKUndo.Sa…
[all …]
/plugin/fckg/fckeditor/editor/js/
H A 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.…
94 …yCommand._ClassRegex=A;};FCKJustifyCommand.prototype={Execute:function(){FCKUndo.SaveUndoStep();va…
[all …]
H A 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.…
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 Dfck_flash.js125 oEditor.FCKUndo.SaveUndoStep() ;
/plugin/fckg/fckeditor/editor/dialog/fck_flash/
H A Dfck_flash.js129 oEditor.FCKUndo.SaveUndoStep() ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js221 oEditor.FCKUndo.SaveUndoStep() ;
/plugin/fckg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js273 oEditor.FCKUndo.SaveUndoStep() ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js468 oEditor.FCKUndo.SaveUndoStep() ;
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js853 oEditor.FCKUndo.SaveUndoStep() ;