MDL-52996 Atto: Allow plugins to customise toolbar

This commit is contained in:
sam marshall 2016-02-04 10:51:14 +00:00
parent 9d5d9c64ff
commit f66da45fa5
4 changed files with 142 additions and 2 deletions

View file

@ -225,8 +225,12 @@ abstract class texteditor {
/**
* Add required JS needed for editor
*
* Valid options may vary by editor. See the individual editor
* implementations of this function for documentation.
*
* @param string $elementid id of text area to be converted to editor
* @param array $options
* @param array $options Editor options
* @param obejct $fpoptions file picker options
* @return void
*/