Ticket #2017 (closed New Feature: fixed)
Make FCKeditorAPI.__Instances public
| Reported by: | saul11 | Owned by: | fredck |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6 |
| Component: | General | Version: | |
| Keywords: | Confirmed Review+ | Cc: |
Description
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;
}
}
}
Attachments
Change History
Note: See
TracTickets for help on using
tickets.