﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4153	CKeditor objects rename proposal	Paul Moers		"When scripting around the editor I create a bunch of references to the objects of the FCKeditor, some of which the name differs from its name in the FCKeditor. If find my names more clear and less ambiguous.

{{{
editorFrame = document.getElementById(editorInstance.Name + '___Frame');
editorWindow = editorInstance.EditorWindow.parent;
editorDocument = editorWindow.document;
editorBody = editorDocument.body;
editingAreaWindow = editorInstance.EditorWindow;
editingAreaDocument = editorInstance.EditorDocument;
editingAreaBody = editingAreaDocument.body;
editingAreaIFrame = getElement('xEditingArea').getElementsByTagName('iframe')[0];
}}}

I believe these names are better than the current object names and make scripting for the FCKeditor easier.

This proposal thus is not a proposal for alias names, but new names for the convenience of scripters.
"	New Feature	closed	Normal		General	SVN (CKEditor) - OLD	wontfix		
