MINOR Moved LeftAndMain->EditorToolbar() to CMSMain, as its only relevant here

This commit is contained in:
Ingo Schommer 2011-03-24 21:39:04 +13:00
parent 919c85d413
commit 5da903e85f

View File

@ -784,6 +784,13 @@ JS;
}
}
/**
* Return the CMS's HTML-editor toolbar
*/
public function EditorToolbar() {
return Object::create('HtmlEditorField_Toolbar', $this, "EditorToolbar");
}
/**
* @return Array
*/