3.0.0 • Published 2 years ago

@patternslib/pat-tinymce v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

pat-tinymce

Documentation

TinyMCE text editor pattern.

Options reference

PropertyDefault ValueValuesTypeDescription
inlinefalsetrue, falseBooleanInitializes TinyMCE in iframe mode (default) or inline mode (true).
content-cssfalseURLStringURL to the css used for the content in TinyMCE. Ignored in inline mode. If not given, uses a default from a cloudflare CDN.
plugins[]ArrayList of plugins to load.

Examples

TinyMCE in iframe mode

<textarea class="pat-tinymce" data-pat-tinymce="inline: false">
this is a non-inline / iframe instance of tinymce.
</textarea>

TinyMCE in inline mode

<textarea class="pat-tinymce" data-pat-tinymce="inline: true">
this is a non-inline / iframe instance of tinymce.
</textarea>
3.0.0-alpha.0

2 years ago

3.0.0

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago