Using Plugins
The Editor allows you to extend and customize its functionality and features by using plugins.
Placeholders
You can use a plugin to provide a placeholder functionality for the Editor which is similar to the placeholder attribute of the HTML input
element.
Read Only
A Read-Only functionality can be implemented using a plugin as well.
The following example demonstrates how to implement a plugin which provides Read-Only functionality.