ddfytn / tinymce-placeholder

Placeholder plugin for TinyMCE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tinymce-placeholder

Placeholder plugin for TinyMCE

Use

Add "placeholder" to plugin option for tinymce and either have placeholder attribute on the element or set the option placeholder when initating tinymce.

tinymce.init({
  placeholder: "Placeholder from settings",
  plugins: ['placeholder'],
});

Based on angular-ui/ui-tinymce#197 @human-a

About

Placeholder plugin for TinyMCE


Languages

Language:JavaScript 100.0%