We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 2901
    • 277 Posts
    Hi Susan

    from the usability point of view (end user) I would say it should be a core element, but from your point of view I guess and add-on is right. In evo there is a plugin that works. We tried to have this plugin converted to revo but it did not work.

    I really hope that one of the php cracks will have a look at this. I also filed it as a feature request in redmine.
      • 8945
      • 1 Posts
      Hello,

      As i did not see the reference to it in the previous posts, it might helps :

      http://www.tinymce.com/wiki.php/TinyMCE_FAQ#TinyMCE_produce_P_elements_on_enter.2Freturn_instead_of_BR_elements.3F

      "forced_root_block" is not the only parameter to set... Actually, there are 3 parameters to set :
      Quoting the tinymce article

      So if you really really must use BR elements for some odd reason then set this in your init code:

      tinyMCE.init({
      forced_root_block : false,
      force_br_newlines : true,
      force_p_newlines : false
      });


        • 2901
        • 277 Posts
        Hi epo

        this force_root_block thing actually is about more than about br tags. It is about wrapping chunks, snippets and tv’s in paragraphs, when enter into TinyMCE.