Download the PHP package drmartingonzo/ss-tinymce-charcount without Composer
On this page you can find all versions of the php package drmartingonzo/ss-tinymce-charcount. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download drmartingonzo/ss-tinymce-charcount
More information about drmartingonzo/ss-tinymce-charcount
Files in drmartingonzo/ss-tinymce-charcount
Download drmartingonzo/ss-tinymce-charcount
More information about drmartingonzo/ss-tinymce-charcount
Files in drmartingonzo/ss-tinymce-charcount
Vendor drmartingonzo
Package ss-tinymce-charcount
Short Description Plugin for tinyMCE in siverstripe to count characters
License BSD-3-Clause
Package ss-tinymce-charcount
Short Description Plugin for tinyMCE in siverstripe to count characters
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package ss-tinymce-charcount
Silverstripe 4 TinyMCE characters count
Installation
composer require drmartingonzo/ss-tinymce-charcount ^1.1.0
Requirements
- SilverStripe CMS ^4.0
Enable plugin
In your _config.php file, add :
Then add whatever plugins you wish to enable, + charcount
Finally run dev/build
with flush to remove previous TinyMCE javascript cache.
Adding a max character attribute to a TinyMCE instance
Set data-maxchar
on HTMLEditorField.
Example :
Adding a max word attribute to a TinyMCE instance
Set data-maxword
on HTMLEditorField.
Example :
All versions of ss-tinymce-charcount with dependencies
PHP Build Version
Package Version
The package drmartingonzo/ss-tinymce-charcount contains the following files
Loading the files please wait ....