Login | Forgot password | Register
What is OpenID?
OpenID is an Internet-wide identity system that allows you to sign in to many websites with a single account.
With OpenID, your ID becomes a URL (e.g. http://username.myopenid.com/). You can get a free OpenID for example from myopenid.com.
For more information visit the official OpenID site.
Archive
SilverStripe Forums » Archive » Problem with HtmlEditorField
Our old forums are still available as a read-only archive.
|
Page:
1
|
Go to End | |
| Author | Topic: Problem with HtmlEditorField | 744 Views |
-
Problem with HtmlEditorField

4 August 2008 at 5:08am
Hello,
I'm making a custom cms-module which can create projects and assign Members to it.
It works allmost the same as SecurityAdmin exept for that I only can select Members instead of creating them.Everything is working except for a HtmlEditorField to save a text and some image of the project. The tinyMCE is competely working, but when I save the data is not submitted. All the other fields are working.
When I change the HtmlEditorField into an TextareaField it does save.
When I look into the DOM I see a textarea and tinyMCE below it. It looks like the data from the textarea is submitted, but not updated when I type in the tinyMCE.
Has anybody had this problem before? How did you fix it?
Thanks in advance!
-
Re: Problem with HtmlEditorField

4 August 2008 at 11:18am
is your database field of HTMLText rather then just Text?
-
Re: Problem with HtmlEditorField

4 August 2008 at 6:37pm
I've tried it with both, but they are both not working. I assume that is has to be "HTMLText".
Are there any other things I can look at?
Thanks!
| 744 Views | ||
|
Page:
1
|
Go to Top |


