﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2468	Textarea name independent  of the instance name	Kenny Carruthers		"Presently, in FCKeditor.prototype.CreateHtml() from fckeditor.js, the DOM element 'name' attribute for the input field is set to the InstanceName of the FCKEditor. It would be nice if the you could set the form name independent of the instance name (and thus independent of the DOM id attribute value). 

Possible patch in fckeditor.js:

- In FCKEditor() constuctor add:

this.FormName = instanceName;

- In FCKeditor.prototype.CreateHtml() add:

... name = this.FormName ...

to the outputted HTML. 

Thank you.


"	New Feature	closed	Normal		General		wontfix		
