Adsense
Popular Posts
- Code update from PHP 7.4 to PHP 8.1 - PhpSpreadsheet
- MySQL workbench -"Could not decrypt password cache"
- Code update from PHP 7.4 to PHP 8.1 - Worksheet/Iterator.php
- Rendering HTML tags inside textarea
- axios handle blob type data
- Unix Utils and wget in Windows
- increase mysql query speed
- Setup vi syntax for PHP
- EXCEL return to the next line in the same cell
- Get WAMP running on EC2
Thursday, February 15, 2018
Remove CKEDITOR built in SCAYT spellcheck, using default HTML5 spell check
To enable CKEDITOR for following textarea,
<textarea id="EditManual "></textarea>
To remove CKEDITOR built in SCAYT spellcheck, using default HTML5 spell check
JavaScript code
CKEDITOR.replace( 'EditManual', {
removePlugins: 'scayt,wsc',
disableNativeSpellChecker: false
});
Labels:
CKEditor
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment