I'd like to increase the height of the editor's text-area.
I've spent an hour trying to find the answer, but it has eluded me.

Thanks.

Comments

wwalc’s picture

At this moment the only way to do this is to edit modules/fckeditor/fckeditor.module, search for:

$height = $element['#rows'] * 14 + 140;

and adjust it to your needs.

-Anti-’s picture

Thanks.

Do you think we'll have a dragable, adjustable fckeditor window in the future?

wwalc’s picture

Status: Active » Fixed

I don't think so... but let's keep it as a feature request in #3331565: Don't overwrite password fields on connection edit.

wwalc’s picture

Status: Fixed » Closed (fixed)

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

knopf’s picture

It would be great to make this a configurable variable. I always have to change it manually after each module update and I can never remember the location of it in the code.