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