Moodle APIs 4.1
Moodle 4.1.9+ (Build: 20240402)
|
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.