Show
Ignore:
Timestamp:
2008-03-18 09:19:19 (5 months ago)
Author:
fredck
Message:

Fixed #2017 : The FCKeditorAPI.Instances object can now be used to access all FCKeditor instances available in the page.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/_test/manual/fckeditorapi/test1.html

    r1565 r1713  
    4747                var sInstances = '' ; 
    4848 
    49                 for ( var s in FCKeditorAPI.__Instances ) 
     49                for ( var s in FCKeditorAPI.Instances ) 
    5050                { 
    5151                        iCount++ ;