ckeditor demo

by kaljak

HTML

<script src="//cdn.ckeditor.com/4.13.0/full/ckeditor.js"></script>
<textarea name="editor1" id="editor1"></textarea>

JavaScript

CKEDITOR.replace('editor1', {
    //extraPlugins: 'autogrow',
    autoGrow_minHeight: 200,
    autoGrow_maxHeight: 600,
    autoGrow_bottomSpace: 0,
    height: 30,
    resize_enabled: false
});