The forum operates in read-only mode. Please head to StackOverflow for support.
editor.document.getBody().getText().length
var currentLength = editor.getData().length,
var currentLength = editor.document.getBody().getText().length,
Re: Character Count
you can use:
in your page , replace code:
into below: