Add AutoResize plugin: http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/autoresize
Included in TinyMCE since v3.2.5

CommentFileSizeAuthor
#1 wysiwyg-tinymce-autoresize.patch972 bytestwod

Comments

twod’s picture

Status: Active » Needs review
StatusFileSize
new972 bytes

Wow, thanks. I've completely missed that one.
I made a patch against HEAD but it should be possibly to apply and test it with any version.

jcmarco’s picture

The same can be done with the actual wysiwyg alter

/**
 * --------------------------- WYSIWYG ALTER ---------------------
 */
function mymodule_wysiwyg_editor_settings_alter(&$settings, $context) {
  if ($context['editor']['name'] == 'tinymce') {
     $settings['plugins'] .= ',autoresize';
  }
}
einkahumor’s picture

#1 works like a charm. +1 for Reviewd & Tested.

sun’s picture

Status: Needs review » Reviewed & tested by the community
sun’s picture

Status: Reviewed & tested by the community » Fixed

Thanks for reporting, reviewing, and testing! Committed to all branches.

A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.