The height of the editor. Numeric values are treated as pixels.
Examples
sample
    
 <textarea id="editor"></textarea>
 <script>
     $('#editor').editor({ height: 400 });
 </script>
  
  
The height of the editor. Numeric values are treated as pixels.
    
 <textarea id="editor"></textarea>
 <script>
     $('#editor').editor({ height: 400 });
 </script>