Where is this located?
error 232
From: -
From: -
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?
error
OP
232
From: -
From: -
Solved.
Code:
Code:
forced_root_block : "false",
force_br_newlines : "false",
force_p_newlines : "true"
1 Re: Where is this located?
error
OP
232
From: -
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.
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?
Philipp Esselbach
From: -
Editor
0From: -
tinyMCE.init is in /classes/class_wysiwyg.php
Thanks