<!-- 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>
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?
\config\tinymceconfig.config...
prob in the <customConfig> section.
Silly me! :-)
You're absolutely right!
is working on a reply...