21286 Posts in 5733 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 933 Views |
-
TinyMCE/WYSIWYG for a ComplexTableField element

8 December 2009 at 9:48pm
Hello,
I have defined a ComplexTableField object (called 'Post') which users can create/update through CMS.
One field of this table has been defined as an HTMLEditorField.I would like to be able to edit this field with TinyMCE instead of the "plain" text box I get . Yes can enter html mark-ups but
I would like my users to have a more friendly interface , like the WYSIWYG editor used in CMS when a field is defined as HTMLText.Is it possible have "HTMLEditorField" handled exactly as HTMLText ? Is there a configuration parameter ?
Thanks, -
Re: TinyMCE/WYSIWYG for a ComplexTableField element

8 December 2009 at 10:36pm
This might help you:
http://silverstripe.org/customising-the-cms/show/274582?start=0#post274601The easiest way would probably be if you replaced the CTF with the DataObjectManager. The DataObjectManager is based on the ComplexTableField, so you should be able to use the same constructor syntax.
| 933 Views | ||
|
Page:
1
|
Go to Top |


