Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    #16
    In today's 13.0 build.

    Comment


      #17
      Unfortunately after being added to the code
      Code:
      textEditor.setStyleWithCSS(true);
      stopped working
      Code:
      textEditor.setValue("<b>text1</b> text2");

      Comment


        #18
        Did you try setUseDesignMode(false)?

        Comment


          #19
          Now everything is working.
          Thank you very much.

          Comment


            #20
            For complete happiness, there is still the option to choose the font size in PX. If you don't mind, I'll try to outline a couple of solutions for this case.

            Comment

            Working...
            X