cancel
Showing results for 
Search instead for 
Did you mean: 

TinyMCE and paragraphs

mvlach
Champ in-the-making
Champ in-the-making
Hi all,

I have observed that the setting
force_p_newlines = true and force_br_newlines =true

solve my problem with this editor. But I don'r know where to put this configuration settings to take efect.
I am trying update web-client-config-wcm.xml

           <widget xforms-type="xf:textarea"
                   javascript-class-name="alfresco.xforms.RichTextEditor">
             <param name="force_p_newlines">true</param>
             <param name="force_br_newlines">true</param>
but with no effect.
I tried to change xform.js but with no effect.

Can somebody tell me where can I change this default settings ?

Thanks Mila
1 REPLY 1

gavinc
Champ in-the-making
Champ in-the-making
Unless you are using web forms the config and javascript file you mention, as you have found, will not have any effect.

Unfortunately the tinymce settings are not externalised for other areas of the client so you will need to find the JSP for the page you want the changes to effect and make the changes on the JSP page itself.