Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

DataObjectManager Module /

Discuss the DataObjectManager module, and the related ImageGallery module.

Moderators: martimiz, UncleCheese, Sean, Ed, biapar, Willr, Ingo, swaiba

SimpleTinyMCEField problem


Go to End


1603 Views

Avatar
Webdoc

Community Member, 349 Posts

8 March 2013 at 2:36pm

Edited: 08/03/2013 2:43pm

If i add content to SimpleTinyMCEField and it haves one paragraph it saves. if i have more than one paragraph or some brakes in text it gives error. How to fix it

Using dataobject_manager master + ss2.4.8

example:
Working version of html

<p>SimpleTinyMCEField</p>

Not working version

<p>SimpleTinyMCEField<br>sometext</p>
<p>SimpleTinyMCEField</p>

so if i have more than one paragraph text to add it gives error inside the popup.