An open API service indexing awesome lists of open source software.

https://github.com/patternslib/pat-tinymce

TinyMCE pattern
https://github.com/patternslib/pat-tinymce

hacktoberfest javascript patternslib texteditor ui-components

Last synced: about 1 year ago
JSON representation

TinyMCE pattern

Awesome Lists containing this project

README

          

# pat-tinymce

## Documentation

TinyMCE text editor pattern.

### Options reference

| Property | Default Value | Values | Type | Description |
| -------------- | ------------- | ----------- | ------- | ------------------------------------------------------------------- |
| inline | false | true, false | Boolean | Initializes TinyMCE in iframe mode (default) or inline mode (true). |
| content-css | false | URL | String | URL to the css used for the content in TinyMCE. Ignored in inline mode. If not given, uses a default from a cloudflare CDN. |
| plugins | [] | | Array | List of plugins to load. |

## Examples

### TinyMCE in iframe mode

this is a non-inline / iframe instance of tinymce.

```html

this is a non-inline / iframe instance of tinymce.

```

### TinyMCE in inline mode

this is a non-inline / iframe instance of tinymce.

```html

this is a non-inline / iframe instance of tinymce.

```