5121 Posts in 1527 Topics by 1119 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1347 Views |
-
Customising TinyMCE Font size and colour

23 September 2010 at 10:09pm
Okay so I have looked to find the answer to this using 2.4.1 but have not found it can anyone shed light on how to add these in the latest TinyMCE editor : ,forecolor,fontselect,fontsizeselect. These were from the old core.
-
Re: Customising TinyMCE Font size and colour

24 September 2010 at 12:40am
add this to your _config.php, but remember they are not there because you should be using the styles and editing the css to ensure a consistent look across the site...
HtmlEditorConfig::get('cms')->insertButtonsBefore('formatselect', 'fontselect');
HtmlEditorConfig::get('cms')->insertButtonsBefore('formatselect', 'fontsizeselect');
HtmlEditorConfig::get('cms')->insertButtonsBefore('formatselect', 'forecolor');
| 1347 Views | ||
|
Page:
1
|
Go to Top |


