ckeditor-wordcount

CKEDITOR : storing wordcount value to a variable

为君一笑 提交于 2019-12-12 03:41:25
问题 CKEDITOR: I have a form and a textarea(replaced to ckeditor) if i pass the content of the textarea how do i get the wordcount value ? i am using the wordcount plugin in ckeditor. thank you //how do i store the wordcount? CKEDITOR.replace('textarea', { extraPlugins: 'wordcount,justify' }); //how do i get the wordcount ? <?= form_input($title,set_value('title')) . "</br>"; ?> <textarea name="textarea" id="text" required></textarea> <?= form_close(); ?> //in php $text = $this->input->post(

CKEditor : wordcount - unable to find in CDN

荒凉一梦 提交于 2019-12-02 14:29:56
问题 how to use wordcount or any other plugin when referrring to CDN script. Question-1: I'm referring to below CDN and I have added extraplugin in config.js. But it says unable to find "wordcount". it is full-all package not sure why it is unable to find. src="https://cdn.ckeditor.com/4.8.0/full-all/ckeditor.js" Question-2: is there a way to download full-all(full package doesn't have all plugins enabled) from builder. instead have everything locally. Question-3: without CDN URL ng2-ckeditor

CKEditor : wordcount - unable to find in CDN

半城伤御伤魂 提交于 2019-12-02 08:42:26
how to use wordcount or any other plugin when referrring to CDN script. Question-1: I'm referring to below CDN and I have added extraplugin in config.js. But it says unable to find "wordcount". it is full-all package not sure why it is unable to find. src="https://cdn.ckeditor.com/4.8.0/full-all/ckeditor.js" Question-2: is there a way to download full-all(full package doesn't have all plugins enabled) from builder. instead have everything locally. Question-3: without CDN URL ng2-ckeditor doesn't display the content in editor. I wan it to work with local package. I suppose you are using the ng2