Adsense
Popular Posts
- Install APXS in Redhat Linux
- MySQL workbench -"Could not decrypt password cache"
- Transfer modules between sites
- JavaScript, remove trailing insignificant zeros after toFixed function
- Set Windows path command line
- datatable order by nunmeric
- MySQL date created and date modified
- super(props) in React
- PHP, dump varailbes in a format way
- React: connect(mapStateToProps, mapDispatchToProps)
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