Opened 14 years ago
Closed 9 years ago
#2468 closed New Feature (wontfix)
Textarea name independent of the instance name
Reported by: | Kenny Carruthers | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
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.
Change History (2)
comment:1 Changed 14 years ago by
Keywords: | Confirmed added |
---|---|
Summary: | Add support for name of form in FCKeditor.prototype.CreateHtml() → Textarea name independent of the instance name |
comment:2 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | confirmed → closed |
Expired.