height() Since: 1.3.5
Gets the current height of the editor in px.
Syntax
var val = instance.height();
Return
Type: Int
The height in pixels
Gets the current height of the editor in px.
var val = instance.height();
Type: Int
The height in pixels
Sets the height of the editor.
instance.height(value);
Type: sceditor
Set the height to 200px:
var textarea = ...;
sceditor.instance(textarea).height(200);