SproutCMS

This is the code documentation for the SproutCMS project

class TinyMCE4RichText

Interface the display of a richtext field

Source code (5 results)

/sprout/Controllers/Admin/PageAdminController.php   Highlighted file source

Line 63: use Sprout\Helpers\TinyMCE4RichText;
Line 912: TinyMCE4RichText::needs();

/sprout/Controllers/Admin/PageAdminController.php   Highlighted file source

Line 63: use Sprout\Helpers\TinyMCE4RichText;
Line 912: TinyMCE4RichText::needs();

/sprout/Helpers/RichText.php   Highlighted file source

Line 29: * Field type should be a class name sans 'RichText', e.g. 'TinyMCE4' for the 'TinyMCE4RichText' class.

/sprout/Helpers/RichText.php   Highlighted file source

Line 29: * Field type should be a class name sans 'RichText', e.g. 'TinyMCE4' for the 'TinyMCE4RichText' class.

/sprout/Helpers/TinyMCE4RichText.php   Highlighted file source

Line 24: class TinyMCE4RichText extends RichText

A total of 7 lines in 5 files were found