[PATCH] FCKeditor.Net - Name attribute for iframe tag is not outputted
The name attribute is necessary for some browsers to interact with the iframe as a frame using JavaScript.
Example:
frames['fckeditor'].FCK.InsertHtml("<p>hi</p>");
Without the name attribute, this code will fail in IE and Firefox.
A patch has been attached to add the name attribute to the iframe tag.
Change History (5)
Summary: |
FCKeditor.Net - Name attribute for iframe tag is not outputted →
[PATCH] FCKeditor.Net - Name attribute for iframe tag is not outputted
|
Keywords: |
HasPatch added; iframe name asp.net removed
|
Resolution: |
→ expired
|
Status: |
new →
closed
|
There is a new ASP.NET control available: CKEditor for ASP.NET. The old control (FCKeditor.Net) is no longer maintained, so I'm closing the ticket.
To insert code into CKEditor, simply call insertHtml on a CKEditor instance.