Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Editor > Editor ContentArea Height
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered Editor ContentArea Height

Feed from this thread
  • Jai avatar

    Posted on Jun 8, 2011 (permalink)

    Hi,

    I am using Editor Control. And i found its content Area height is bit more than what i want. I tried to set the height property of Editor but it is not setting up the height of Content Area. Can you please tell me how to set the height of ContentArea ?

    I have attached screenshot. please have a look.

    Thanks,
    --Jai
    Attached files

  • Rumen Rumen admin's avatar

    Posted on Jun 10, 2011 (permalink)

    Hi Jai,

    Please, make sure that you are using the latest version of RadEditor for ASP.NET AJAX (Telerik.Web.UI.dll v2011.1.519) in your project. Remove your page stylesheet and themes and test again the editor.

    If you would like you can get reference to the content area using JavaScript

    var content area = editor.get_contentArea();

    and apply a new height using

    editor.get_contentArea().style.height = "200px";

    Kind regards,
    Rumen
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Editor > Editor ContentArea Height