
Alert plugin
Styled messages inside a content




Simply create alerts for your webpages with Alert plugin.
The plugin can be shown as popup or as a dialog.



Install Alert plugin in TinyMCE 5
Self-hosted TinyMCE 5
Cloud TinyMCE 5
Install the plugin to TinyMCE 5 hosted on your server
- Copy
Alert
directory totinymce/plugins/
. - Edit TinyMCE config and add
Alert
toplugins
parameter.
Example
Here you can see sample TinyMCE initialization code with config inside it:
TinyMCE.init({
selector: "#editor",
plugins: "Alert",
});
Refer to TinyMCE add-ons installation manual for more details
Tell a friend about Alert
Share
Tweet
Send
Reviews
Be the first who will write a feedback for this plugin.