#2468: Add support for name of form in FCKeditor.prototype.CreateHtml()
-----------------------------+----------------------------------------------
 Reporter:  kennycarruthers  |       Owner:     
     Type:  New Feature      |      Status:  new
 Priority:  Normal           |   Milestone:     
Component:  General          |     Version:     
 Keywords:                   |  
-----------------------------+----------------------------------------------
 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.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2468>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to