GithubHelp home page GithubHelp logo

Comments (8)

w8tcha avatar w8tcha commented on September 24, 2024

Are you shure you added all files?

Did you get any java script errors?

As you can see on the demo page

http://w8tcha.github.io/CKEditor-WordCount-Plugin/

The Plugin works fine with CKEditor 4.2.2

from ckeditor-wordcount-plugin.

teethgrinder avatar teethgrinder commented on September 24, 2024

no , I dont see any errors .. any warnings.. this is how I start CKEditor , It is above the "" tag .. can it be reason? and also I have some other config options in config.js
<script>
CKEDITOR.replace( 'content', {
customConfig: '/assets/kcfinder-config/blog-edit.js',
height: '800px'
});
</script>

CKEDITOR.editorConfig = function( config ) {

    config.toolbarGroups = [
    { name: 'clipboard',   groups: [ 'clipboard', 'undo' ] },
    { name: 'editing',     groups: [ 'find', 'selection', 'spellchecker' ] },
    { name: 'links' },
    { name: 'insert' },
    { name: 'forms' },
    { name: 'tools' },
    { name: 'document',    groups: [ 'mode', 'document', 'doctools' ] },
    { name: 'others' },
    '/',
    { name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },
    { name: 'paragraph',   groups: [ 'list', 'indent', 'blocks', 'align', 'bidi' ] },
    { name: 'styles' },
    { name: 'colors' },
    { name: 'about' }
];

config.removeButtons = 'Underline,Subscript,Superscript';

config.format_tags = 'p;h1;h2;h3;pre';

config.removeDialogTabs = 'image:advanced;link:advanced';
config.autoParagraph = false;


config.extraPlugins = 'wordcount,autosave';
config.wordcount = {

    // Whether or not you want to show the Word Count
    showWordCount: true,

    // Whether or not you want to show the Char Count
    showCharCount: true,

    // Option to limit the characters in the Editor
    charLimit: 'unlimited',

    // Whether or not to include Html chars in the Char Count
    countHTML: false,

    // Option to limit the words in the Editor
    wordLimit: 'unlimited'
};

};

from ckeditor-wordcount-plugin.

teethgrinder avatar teethgrinder commented on September 24, 2024

I found the problem , When I use full version , the wordcount does not work ... any ideas?

from ckeditor-wordcount-plugin.

w8tcha avatar w8tcha commented on September 24, 2024

Did the plugin.js exists in the plugins/wordcount folder? Full Version does not include third party plugins

from ckeditor-wordcount-plugin.

teethgrinder avatar teethgrinder commented on September 24, 2024

yes it includes plugins , and plugin.js also , the problem is the standart
version works flawlessly but full versions make problems.

On Sat, Nov 16, 2013 at 12:16 PM, w8tcha [email protected] wrote:

Did the plugin.js exists in the plugins/wordcount folder? Full Version
does not include third party plugins


Reply to this email directly or view it on GitHubhttps://github.com//issues/37#issuecomment-28623722
.

from ckeditor-wordcount-plugin.

w8tcha avatar w8tcha commented on September 24, 2024

Sorry i have no more ideas, i just tested it with the full version 4.2.3 and 4.3.0 with the same config settings and it works as expected.

from ckeditor-wordcount-plugin.

teethgrinder avatar teethgrinder commented on September 24, 2024

hmmm , I am making deep research again , thanks for your concern.

On Sat, Nov 16, 2013 at 12:27 PM, w8tcha [email protected] wrote:

Sorry i have no more ideas, i just tested it with the full version 4.2.3
and 4.3.0 with the same config settings and it works as expected.


Reply to this email directly or view it on GitHubhttps://github.com//issues/37#issuecomment-28623851
.

from ckeditor-wordcount-plugin.

miguelPulzo avatar miguelPulzo commented on September 24, 2024

Amigos.. lo mismo me pasaba.. Así que me puse en la tarea de revisar los errores que arrojaba el inspector con Javascript y encontré que el problema estaba en que el ckEditor con el plugin "wordcount" está necesitando del plugin "notification".

Para solucionar el problema, descarguen y activen el plugin "notification" para poder habilitar el plugin "wordcount".

Saludos.

Plugin:

http://download.ckeditor.com/notification/releases/notification_4.5.4.zip

http://ckeditor.com/addon/notification

from ckeditor-wordcount-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.