Browse code

Add options to change toolbar location in tinyMCE 2 and 3 - from tinyMCE 2.0 x to 3.4.x, it was located at the bottom by default; from 3.5.x onwards, the default was changed to be at the top

Clarissa Walker authored on 2026/07/29 21:46:06
Showing 2 changed files
... ...
@@ -24,6 +24,7 @@ echo "
24 24
 		theme_advanced_buttons3_add_before: 'tablecontrols,separator',
25 25
 		theme_advanced_buttons3_add: 'advhr',
26 26
 		theme_advanced_toolbar_align: 'center',
27
+		theme_advanced_toolbar_location: 'bottom',
27 28
 		theme_advanced_statusbar_location: 'bottom',
28 29
 		theme_advanced_path: 'false',
29 30
 		editor_deselector: 'mceNoEditor',
... ...
@@ -24,6 +24,7 @@ echo "
24 24
 		theme_advanced_buttons3_add_before: 'tablecontrols,separator',
25 25
 		theme_advanced_buttons3_add: 'advhr',
26 26
 		theme_advanced_toolbar_align: 'center',
27
+		theme_advanced_toolbar_location: 'bottom',
27 28
 		theme_advanced_statusbar_location: 'bottom',
28 29
 		theme_advanced_path: 'false',
29 30
 		editor_deselector: 'mceNoEditor',