4 Replies Latest reply on May 26, 2009 4:45 AM by ilya_shaikovsky

    Rich:editor Height and Language issues

    nicog

      Hi,

      RF 3.3.1GA
      GF V2UR2
      JDK 1.6.0_06


      This issues have been verified with 3.3.0GA, 3.3.1CR2, 3.3.1CR3 and 3.3.1GA.

      <rich:editor id="commonEditor"
       configuration="/com/mfpsoft/resources/editor/Advanced"
       language="#{SessionBean.lng}"/>
      


      and config Advanced.properties with default (shown here), fr and en
      theme="advanced"
      language="en"
      width="600px"
      height="400px"
      
      # Theme options
      
      theme_advanced_buttons1 ="fontselect,fontsizeselect,|,bold,italic,underline,|,forecolor,backcolor,|,justifyleft,justifycenter,justifyright,|,bullist"
      theme_advanced_buttons2 =""
      theme_advanced_buttons3 =""
      heme_advanced_toolbar_location ="top"
      theme_advanced_toolbar_align ="left"
      theme_advanced_statusbar_location ="bottom"
      theme_advanced_resizing =true
      theme_advanced_more_colors =false
      theme_advanced_path =false
      # Example content CSS (should be your site CSS)
      #content_css ="css/content.css"
      
      convert_fonts_to_spans=true
      entity_encoding="numeric"
      entities="160,nbsp,38,amp,34,quot,162,cent,8364,euro,163,pound,165,yen,169,copy,174,reg,8482,trade,8240,permil,60,lt,62,gt,8804,le,8805,ge,176,deg,8722,minus"
      indentation="30pt"
      remove_trailing_nbsp=true
      forced_root_block="p"
      


      Language Issue

      always getting "advanced.font...." instead of internationlized messages
      tried language attribute and config file language property but same result...

      Height issue

      Apparently height CAN NOT be set to lower than a certain height (apparently about 100px)
      If set to lower...rich:editor take an height by default
      Same tries: rich:editor height attribute and height in config but same result

      Do you faces the same issues?
      Thanks