Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: Editor is effectively disabled when viewed from Firefox - but works in IE 6
Re: Editor is effectively disabled when viewed from Firefox - but works in IE 6
10-28-2010, 9:24 PM
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: Editor is effectively disabled when viewed from Firefox - but works in IE 6
Reply
Quote
Hi ceblanda,
Please try add the code below into the page
<script>
function
CuteEditor_OnInitialized(editor)
{
editor.SetHeight(100);
}
</script>
Regards,
ken
View Complete Thread