Home
last modified time | relevance | path

Searched refs:SavedData (Results 1 – 7 of 7) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckundo.js24 FCKUndo.SavedData = new Array() ; variable
122 if ( this.SavedData.length )
130 this.SavedData = this.SavedData.slice( 0, this.CurrentIndex + 1 ) ;
134 && sHtml == this.SavedData[ this.CurrentIndex ][0]
135 && this._CheckIsBookmarksEqual( bookmark, this.SavedData[ this.CurrentIndex ][1] ) )
138 else if ( this.CurrentIndex == 0 && this.SavedData.length && sHtml == this.SavedData[0][0] )
140 this.SavedData[0][1] = bookmark ;
147 this.SavedData.shift() ;
152 this.SavedData[ this.CurrentIndex ] = [ sHtml, bookmark ] ; property in FCKUndo.SaveUndoStep
164 return ( this.CurrentIndex < ( this.SavedData.length - 1 ) ) ;
[all …]
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckundo_ie.js26 FCKUndo.SavedData = new Array() ; variable
37 FCKUndo.SavedData = FCKUndo.SavedData.slice( 0, FCKUndo.CurrentIndex + 1 ) ;
43 if ( FCKUndo.CurrentIndex >= 0 && sHtml == FCKUndo.SavedData[ FCKUndo.CurrentIndex ][0] )
49 FCKUndo.SavedData.shift() ;
59 FCKUndo.SavedData[ FCKUndo.CurrentIndex ] = [ sHtml, sBookmark ] ;
71 return ( !FCKUndo.Typing && FCKUndo.CurrentIndex < ( FCKUndo.SavedData.length - 1 ) ) ;
79 if ( FCKUndo.CurrentIndex == ( FCKUndo.SavedData.length - 1 ) )
105 var oData = FCKUndo.SavedData[ level ] ;
/plugin/grensladawritezor/fckeditor/editor/js/
Dfckeditorcode_ie.js47SavedData=[];FCKUndo.CurrentIndex=-1;FCKUndo.TypesCount=FCKUndo.MaxTypes=25;FCKUndo.Typing=false;F…
/plugin/wysiwyg/fckeditor/editor/js/
Dfckeditorcode_gecko.js47SavedData=[];FCKUndo.CurrentIndex=-1;FCKUndo.TypesCount=0;FCKUndo.Changed=false;FCKUndo.MaxTypes=2… property in FCKUndo.SaveUndoStep
Dfckeditorcode_ie.js48SavedData=[];FCKUndo.CurrentIndex=-1;FCKUndo.TypesCount=0;FCKUndo.Changed=false;FCKUndo.MaxTypes=2… property in FCKUndo.SaveUndoStep
/plugin/fckg/fckeditor/editor/js/
Dfckeditorcode_ie.js62SavedData=[];FCKUndo.CurrentIndex=-1;FCKUndo.TypesCount=0;FCKUndo.Changed=false;FCKUndo.MaxTypes=2… property in FCKUndo.SaveUndoStep
Dfckeditorcode_gecko.js58SavedData=[];FCKUndo.CurrentIndex=-1;FCKUndo.TypesCount=0;FCKUndo.Changed=false;FCKUndo.MaxTypes=2… property in FCKUndo.SaveUndoStep