Sha256: 7d0897d524c469eb9c16b9eb684c76b9f8fc5c455a498da019f025422a9cb303

Contents?: true

Size: 566 Bytes

Versions: 9

Compression:

Stored size: 566 Bytes

Contents

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<title>CKEditor</title>
    <script src="../../../ckeditor.js"></script>
	</head>
	<body>
		<textarea name="editor1"></textarea>
		<script>
      var config = {
        extraPlugins: 'wordcount',
        wordcount: {
          maxParagraphs: 5,
          showParagraphs: true,
          showWordCount: false,
          showRemaining: true
        },
        language: 'en'
      }
    </script>
    <script>
      CKEDITOR.replace( 'editor1' , config);
    </script>
	</body>
</html>

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
integral-1.5.1 app/assets/javascripts/ckeditor/plugins/wordcount/samples/maxParagraphs.html
integral-1.5.0 app/assets/javascripts/ckeditor/plugins/wordcount/samples/maxParagraphs.html
glebtv-ckeditor-4.14.1 vendor/assets/javascripts/ckeditor/plugins/wordcount/samples/maxParagraphs.html
integral-1.4.0 app/assets/javascripts/ckeditor/plugins/wordcount/samples/maxParagraphs.html
glebtv-ckeditor-4.13.1 vendor/assets/javascripts/ckeditor/plugins/wordcount/samples/maxParagraphs.html
glebtv-ckeditor-4.13.0 vendor/assets/javascripts/ckeditor/plugins/wordcount/samples/maxParagraphs.html
integral-1.3.0 app/assets/javascripts/ckeditor/plugins/wordcount/samples/maxParagraphs.html
integral-1.2.0 app/assets/javascripts/ckeditor/plugins/wordcount/samples/maxParagraphs.html
glebtv-ckeditor-4.11.1 vendor/assets/javascripts/ckeditor/plugins/wordcount/samples/maxParagraphs.html