MINOR Moved EditorToolbar() from CMSMain to LeftAndMain (as we don't support loading link forms via ajax)

This commit is contained in:
Ingo Schommer 2012-01-03 18:09:40 +01:00
parent b4b6e5a2db
commit 1ec694d0a9
1 changed files with 10 additions and 0 deletions

View File

@ -227,6 +227,7 @@ class LeftAndMain extends Controller {
array(
THIRDPARTY_DIR . '/prototype/prototype.js',
THIRDPARTY_DIR . '/behaviour/behaviour.js',
SAPPHIRE_DIR . '/javascript/prototype_improvements.js',
THIRDPARTY_DIR . '/jquery/jquery.js',
SAPPHIRE_DIR . '/javascript/jquery_improvements.js',
THIRDPARTY_DIR . '/jquery-livequery/jquery.livequery.js',
@ -256,6 +257,8 @@ class LeftAndMain extends Controller {
SAPPHIRE_DIR . '/javascript/Validator.js',
SAPPHIRE_DIR . '/javascript/i18n.js',
SAPPHIRE_ADMIN_DIR . '/javascript/ssui.core.js',
SAPPHIRE_DIR . '/javascript/tiny_mce_improvements.js',
CMS_DIR . '/javascript/ThumbnailStripField.js',
)
);
@ -974,6 +977,13 @@ class LeftAndMain extends Controller {
return $this->redirect(Controller::join_links($this->Link('show'), $record->ID));
}
}
/**
* Return the CMS's HTML-editor toolbar
*/
public function EditorToolbar() {
return Object::create('HtmlEditorField_Toolbar', $this, "EditorToolbar");
}
/**
* Batch Actions Handler