This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Where is this located?


avatar
error 232
From: -
Where is this located?

tinyMCE.init({

forced_root_block : false,
force_br_newlines : false,
force_p_newlines : true
});


Thanks

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: Where is this located?
avatar
OP 232
From: -
Solved.

Code:


forced_root_block : "false",
force_br_newlines : "false",
force_p_newlines : "true"
1 Re: Where is this located?
avatar
OP 232
From: -
I don't get it. If i add this to class_wysiwyg:

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


editor doesn't work anymore.
1 Re: Where is this located?
avatar
Editor
0
From: -
tinyMCE.init is in /classes/class_wysiwyg.php

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.