#2017: Make FCKeditorAPI.__Instances public
--------------------+-------------------------------------------------------
 Reporter:  saul11  |        Type:  Bug                     
   Status:  new     |    Priority:  Normal                  
Milestone:          |   Component:  General                 
  Version:          |    Keywords:  FCKeditorAPI __Instances
--------------------+-------------------------------------------------------
 Put it in the docs and present it as a public thing so people can easily
 access every FCKeditor instance on the page.

 E.g. (currenlty)

 {{{
 if (FCKeditorAPI)
 {
         for (fckeditorName in FCKeditorAPI.__Instances)
         {
                 if (FCKeditorAPI.GetInstance(fckeditorName).IsDirty())
                 {
                         changesMade = true;
                         break;
                 }
         }
 }
 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2017>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to