Skip to content

Commit

Permalink
Statusbar was missing from default configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
julmis committed Mar 6, 2006
1 parent f6c9cf9 commit 57e0348
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/editor/tinymce/tinymce.class.php
Expand Up @@ -107,6 +107,7 @@ function tinymce ($courseid) {
$this->defaults['theme_advanced_buttons3_add'] = "emotions,iespell,flash,advhr,separator,print,separator,ltr,rtl,separator,fullscreen"; $this->defaults['theme_advanced_buttons3_add'] = "emotions,iespell,flash,advhr,separator,print,separator,ltr,rtl,separator,fullscreen";
$this->defaults['theme_advanced_toolbar_location'] = "top"; $this->defaults['theme_advanced_toolbar_location'] = "top";
$this->defaults['theme_advanced_toolbar_align'] = "left"; $this->defaults['theme_advanced_toolbar_align'] = "left";
$this->defaults['theme_advanced_statusbar_location'] = "bottom";
$this->defaults['theme_advanced_resizing'] = true; $this->defaults['theme_advanced_resizing'] = true;
$this->defaults['theme_advanced_resize_horizontal'] = true; $this->defaults['theme_advanced_resize_horizontal'] = true;
} }
Expand Down

0 comments on commit 57e0348

Please sign in to comment.