Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ole Andreas M. Olsen 23 posts 119 karma points
    Jan 17, 2012 @ 09:59
    Ole Andreas M. Olsen
    0

    tinyMCE3 and force_br_newlines

    I need to use the option force_br_newlines in my TinyMCE3 control. Where do I insert the settings value?

  • Mike Chambers 636 posts 1253 karma points c-trib
    Jan 17, 2012 @ 10:15
    Mike Chambers
    0

    \config\tinymceconfig.config...

    prob in the <customConfig> section.

  • Ole Andreas M. Olsen 23 posts 119 karma points
    Jan 17, 2012 @ 10:31
    Ole Andreas M. Olsen
    0

    Silly me! :-)

    You're absolutely right!

      <!-- this area is for custom config settings that should be added during TinyMCE initialization -->
      <customConfig>
        <!--    <config key="myKey">mySetting</config>-->
        <config key="entity_encoding">raw</config>
        <config key="force_br_newlines">true</config>     <config key="force_p_newlines">false</config>
        <config key="spellchecker_rpc_url">GoogleSpellChecker.ashx</config>
      </customConfig>
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies