﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2017	Make FCKeditorAPI.__Instances public	Paul Moers	Frederico Caldeira Knabben	"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;
		}
	}
}
}}}
"	New Feature	closed	Normal	FCKeditor 2.6	General		fixed	Confirmed Review+	
