Interface the display of a richtext field
This is the code documentation for the SproutCMS project
Search documentation |
class TinyMCE4RichTextInterface the display of a richtext field
Functions
public draw (from RichText)unknown RichText::draw ( The $field_name , The $content [, The $width [, The $height [, Override $type ]]] ); Draw a rich text field Field type should be a class name sans 'RichText', e.g. 'TinyMCE4' for the 'TinyMCE4RichText' class. Optionally, the name can be bollowed by : and a config group name, e.g. 'TinyMCE4:Lite' for the 'Lite' config. protected drawInternalunknown $TinyMCE4RichText->drawInternal ( string $field_name , string $content [, int $width [, int $height [, string $config_group ]]] ); Shows a richtext field. Should output content directly public needsvoid TinyMCE4RichText::needs ( ); Loads the required TinyMCE JS library |
| Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Tuesday, 15th September, 2026 at 10:26 am |
|