height : number|stringDefault: 300

The height of the editor. Numeric values are treated as pixels.

Examples

sample

    
 <textarea id="editor"></textarea>
 <script>
     $('#editor').editor({ height: 400 });
 </script>