Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Classes
plugin.php File Reference

TinyMCE text editor plugin base class. More...

Classes

class  editor_tinymce_plugin
 

Detailed Description

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.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later