Summary
- abstract
- File
- Package hierarchy Formatting\editor
- Class hierarchy \ContentEditor
Abstract class for editors content.
Abstract class for editors content.
__construct()
None found |
set_forbidden_tags( $forbidden_tags)
Set the forbidden tags
$forbidden_tags |
None found |
get_forbidden_tags() : array
Get the fordidden tags.
List of forbidden tags.
None found |
set_identifier( $identifier)
Set the html identifier of the textarea field which contain the content to edit.
$identifier |
None found |
set_template( $template)
Set an alternative template for the editor.
$template |
None found |
get_template() : \Template
Get the template used for the editor.
The template
None found |