Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckundo.js24 FCKUndo.SavedData = new Array() ; variable in FCKUndo
122 if ( this.SavedData.length )
130 this.SavedData = this.SavedData.slice( 0, this.CurrentIndex + 1 ) ;
134 && sHtml == this.SavedData[ this.CurrentIndex ][0]
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 ] ;
164 return ( this.CurrentIndex < ( this.SavedData.length - 1 ) ) ;
172 if ( this.CurrentIndex == ( this.SavedData.length - 1 ) )
[all …]
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js48SavedData=[];FCKUndo.CurrentIndex=-1;FCKUndo.TypesCount=0;FCKUndo.Changed=false;FCKUndo.MaxTypes=2…
H A Dfckeditorcode_gecko.js47SavedData=[];FCKUndo.CurrentIndex=-1;FCKUndo.TypesCount=0;FCKUndo.Changed=false;FCKUndo.MaxTypes=2…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js58SavedData=[];FCKUndo.CurrentIndex=-1;FCKUndo.TypesCount=0;FCKUndo.Changed=false;FCKUndo.MaxTypes=2…
H A Dfckeditorcode_ie.js62SavedData=[];FCKUndo.CurrentIndex=-1;FCKUndo.TypesCount=0;FCKUndo.Changed=false;FCKUndo.MaxTypes=2…