Closed (won't fix)
Project:
TinyMCE
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2007 at 04:20 UTC
Updated:
3 Feb 2013 at 19:57 UTC
It would be great if you provided functionality via drupal to change the order of the buttons, add separators and linebreaks.
Comments
Comment #1
markus_petrux commentedHi,
I also needed to achieve this, and did the following.
1) Edit tinymce.module and find function tinymce_config()
2) Before the line that reads "
$min_btns = 5; // Minimum number of buttons per row." insert the following snippet:3) Select which buttons you wish from TinyMCE profile settings, as usual.
4) Edit the file plugin_reg.php and move the following lines to the top of function
_tinymce_plugins()and configure them as desired:Hope that helps.
Comment #2
pomliane commentedThis version of TinyMCE is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.