SilverStripe\Forms\HTMLEditor
Classes
Rules used to define whether a given attribute or regex pattern of attributes is allowed in the content of an HTMLEditorField.
A generic API for WYSIWYG editor configuration, to allow various parameters to be configured on a site or section basis
Rules used to define whether a given element or regex pattern of elements is allowed in the content of an HTMLEditorField.
A WYSIWYG HTML editor field with image and link insertion and tracking capabilities. Editor fields
are created from <textarea>
tags, which are then converted with JavaScript.
Readonly version of an HTMLEditorField.
A set of rules to determine which elements and attributes are allowed for a given HTMLEditorConfig.
Sanitises an HTMLValue so it's contents are the elements and attributes that are allowed using the given HTMLEditorConfig
An HTMLEditorConfig that allows using a textarea DOM element to directly edit HTML.