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

TinyMCE fails


Go to End


7 Posts   1750 Views

Avatar
Stephan

Community Member, 55 Posts

5 August 2009 at 1:40am

Edited: 05/08/2009 1:41am

Hi experts,
we made an interface to edit data of restaurants.
We also managed to connect the image gallery to every restaurant.

So far this works perfect.

But we have one problem:
One of the textfields hast to be edited with the TinyMCE Editor.
The very first call shows the editor.
But every call afterwards only shows the plain textarea field.
The data is still there but shows of course all the html-tags.
This happens with FF and IE.

Any ideas ?

TIA Stephan

Avatar
Stephan

Community Member, 55 Posts

13 August 2009 at 8:22pm

Hello ?
Nobody any ideas ?
Could this be related to:
Problems with ModelAdmin & HtmlEditorField (SS 2.3.2): http://www.silverstripe.org/all-other-modules/show/266079#post266079
Ticket #3586 ModelAdmin not working with HTMLText: http://open.silverstripe.com/ticket/3586

TIA Stephan

Avatar
theAlien

Community Member, 131 Posts

13 August 2009 at 10:55pm

Hmmm...
Because you're posting in de DataObjectManager Module forum, I assume you're trying to use a HTMLEditor Field in a popup. That is likely to break. UncleCheese designed the SimpleHTMLEditorField to be used in DOM-popups.

Avatar
UncleCheese

Forum Moderator, 4102 Posts

14 August 2009 at 12:28am

I'll let you in on a secret. SimpleTinyMCEField is coming very soon. :)

Avatar
Stephan

Community Member, 55 Posts

14 August 2009 at 1:03am

Hi,
yes I'm aware about this problem.
But I'm not using it as a pop up.

CU Stephan

Avatar
UncleCheese

Forum Moderator, 4102 Posts

14 August 2009 at 12:08pm

SimpleTinyMCEField is checked in. Documentation to follow.

Avatar
theAlien

Community Member, 131 Posts

16 August 2009 at 1:38am

sorry... in that case i don't know what's happening...

UC: also SimpleTinyMCEField is awesome