Registry / web-framework / tinymce-tinymce

tinymce-tinymce

JSON →
library8.3.2phppackagistunverified

Web based JavaScript HTML WYSIWYG editor control.

composer require tinymce/tinymce
INSTALL
IMPORT
SIG · TINYMCE-TINYMCE
T
tinymce-tinymce
web-frameworkphpv8.3.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Editor
use TinyMCE\Editor;

Initialize TinyMCE editor on a textarea element with basic plugins

use TinyMCE\Editor; $editor = new Editor(); $editor->init([ 'selector' => '#mytextarea', 'plugins' => 'advlist autolink lists link image', 'toolbar' => 'undo redo | bold italic | alignleft aligncenter alignright' ]);
Debug
Known issues
gotchaThis package is a PHP wrapper; the actual editor is JavaScript and requires a browser environment
fix
Ensure you include the TinyMCE JavaScript assets separately or use the CDN
affects: >=8.0.0
Upgrade
Version history
8.3.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
tinymce-tinymce — pip install tinymce-tinymce · libregistry