Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: Big problem with images styled to 100% width when within table in IE8
Re: Big problem with images styled to 100% width when within table in IE8
08-20-2012, 12:58 AM
Bloodcarver
Joined on 07-06-2006
Dalsjöfors, Sweden
Posts 76
Re: Big problem with images styled to 100% width when within table in IE8
Reply
Quote
This would be good. Just... How do i set the doctype on the editor?
Something like this?
var editor = document.getElementById(
'<%=Editor1.ClientID%>');
function CuteEditor_OnCommand(editor, command, ui, value) {
if (command ==
"TabEdit"
) {
editor.DOCTYPE =
"MyDoctype"
;
}
}
View Complete Thread