3 Replies Latest reply on Feb 12, 2010 3:58 AM by ilya_shaikovsky

    Minimum height for rich:editor

    pavaneshwar

      Hallo,

      First of all, hats-off to the RichFaces Team and the community for providing a great Component framework.

       

      In our project, we are adding rich:editor Component programmatically (binding) to a JSP page. We have customised the toolbar and we have only one row of toolbar icons. We are setting the height of rich:editor as follows htmlEditor.setHeight(50);

      The problem is that the HTML Editor displayed in the page still has a height of 100px. When the height is set to any value greater than 100px, the editor is having the given height.

      We would like to know whether 100px is the minimum height that the rich:editor can have? If so, is there a work-around for this?

       

      Thank you!