Moodle APIs 4.0
Moodle 4.0.11 (Build: 20231009)
|
TinyMCE text editor plugin base class. More...
Classes | |
class | editor_tinymce_plugin |
TinyMCE text editor plugin base class.
This is a base class for TinyMCE plugins implemented within Moodle. These plugins can optionally provide new buttons/plugins within TinyMCE itself, or configure the TinyMCE options.
As well as overridable functions, other utility functions in this class can be used when writing the plugins.
Finally, a static function in this class is used to call into all the plugins when required.