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.

Form Questions /

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

SimpleHTMLEditorField in Frontend


Go to End


3 Posts   3107 Views

Avatar
Bo_Einzeller

Community Member, 18 Posts

25 March 2009 at 7:57am

Edited: 25/03/2009 10:19am

I'm using a SimpleHTMLEditorField in a Frontend-Form. The Problem is, the Tinymce doesn't show in Firefox. With IE7 i have no Problems! Is there any way to make that work with Firefox? (I'm using V2.3.1)

Thanks for any help or hints!

*Edit*
Really interesting: When i copy the source-html Code from Firefox to a new .html file and open that with the browser everything 's fine...

Avatar
dynamite

Community Member, 66 Posts

2 April 2009 at 3:24am

I am trying to do the same thing and wondered if you had found a solution to this. Thank you!

Avatar
Bo_Einzeller

Community Member, 18 Posts

2 April 2009 at 8:07am

I finaly found a way to make that work!
You have to edit sapphire\javascipt\HtmlEditorField.js on line 16:

plugins : "blockquote,contextmenu,table,emotions,paste,../../tinymce_advcode,spellchecker",

remove blockquote and tinymce will show up on the frontend.
plugins : "contextmenu,table,emotions,paste,../../tinymce_advcode,spellchecker",

Cheers