Skip to content

Instantly share code, notes, and snippets.

@jinto
Created January 8, 2012 14:46
Show Gist options
  • Save jinto/1578582 to your computer and use it in GitHub Desktop.
Save jinto/1578582 to your computer and use it in GitHub Desktop.
스마트에디터 높이제어
oEditors.getById["content"].exec("MSG_EDITING_AREA_RESIZE_STARTED", []);
oEditors.getById["content"].exec("RESIZE_EDITING_AREA_BY", [newidth, newheight]);
oEditors.getById["content"].exec("MSG_EDITING_AREA_RESIZE_ENDED", []);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment