mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-52996 Atto: Allow plugins to customise toolbar
This commit is contained in:
parent
9d5d9c64ff
commit
f66da45fa5
4 changed files with 142 additions and 2 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue