﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1376	"""disabled"" R/W property"	Alfonso Martínez de Lizarrondo		"Like other input text controls on forms (<textarea>,
<input type=""text"">, etc) FCKeditor need a new property
on JavaScript API.

Something that can be change at runtime in this way:

var oEditor = FCKeditorAPI.GetInstance('instance_name');
oEditor.disabled = true;

This new property must be R/W (like those coresponding
to <TEXTAREA>, <INPUT TYPE=""TEXT""> from DOM).

This property must take a boolean value: true (by
default), false;

Setting this property to ""true"" must freeze the toolbar
too, not only the editor area.

The other hidden fields related to the editor must be
treated in the same way."	New Feature	new	Normal		General				
