481 Posts in 150 Topics by 238 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 2096 Views |
-
tiny mce 2.3.2 / template

9 July 2009 at 12:55am
hi, I can't find the tinemce.template file in 2.3.2
tried to configure in HtmlEditorField_Toolbar, no success
what's the trick ?
I would like to add forecolor picker to tinymce ?
Thanks
-
Re: tiny mce 2.3.2 / template

9 July 2009 at 12:59am
OK
foudn the trick
leftAdmman
HtmlEditorConfig::get('cms')->insertButtonsBefore('formatselect', 'styleselect', 'forecolor');
-
Re: tiny mce 2.3.2 / template

8 October 2009 at 4:19pm
I'm trying to get this to work as well -- what file did you change, and where did you put that line?
-
Re: tiny mce 2.3.2 / template

20 November 2009 at 6:39am
The easy ways to add buttons to TinyMCE is to add the following lines into your mysite/_config.php file
HtmlEditorConfig::get('cms')->insertButtonsAfter('formatselect', 'fontsizeselect');
HtmlEditorConfig::get('cms')->insertButtonsAfter('fontsizeselect', 'forecolor');For more info you can read Banal's comments on this post: http://silverstripe.org/upgrading-silverstripe/show/266108#post266108
I'm trying to figure out how to add buttons to tinyMCE in the Blog pages. Let me know if you have any info on how to do that.
-
Re: tiny mce 2.3.2 / template

22 December 2009 at 10:39am Last edited: 16 January 2010 2:14am
foudn the trick
_______________
online movies
| 2096 Views | ||
|
Page:
1
|
Go to Top |



