Statusbar was missing from default configuration.

This commit is contained in:
julmis 2006-03-06 12:38:14 +00:00
parent f6c9cf917e
commit 57e0348ae0

View file

@ -107,6 +107,7 @@ class tinymce extends editorObject {
$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;
} }