Ticket #2375: iframe_name_attribute.patch
File iframe_name_attribute.patch, 578 bytes (added by , 16 years ago) |
---|
-
FCKeditor.cs
371 371 372 372 // Render the editor IFRAME. 373 373 writer.Write( 374 "<iframe id=\"{0}___Frame\" src=\"{1}\" width=\"{2}\" height=\"{3}\" frameborder=\"no\" scrolling=\"no\"></iframe>",374 "<iframe id=\"{0}___Frame\" name=\"{0}___Frame\" src=\"{1}\" width=\"{2}\" height=\"{3}\" frameborder=\"no\" scrolling=\"no\"></iframe>", 375 375 this.ClientID, 376 376 sLink, 377 377 this.Width,