Summary:
better control on size of WYSIWYG editor
Detailed Description:
The size of the embeded tinyMCE component seems to be pretty small in the latest
versions of Advanced Content. This is nice, if you have lots of blocks grouped
together in e.g. a block_group, but for your main content blocks it sometimes is
a nuisance.
I'd like to adjust the 'height', ('width') of the editor, overwriting the
default size of the WYSIWYG component. If it was possible to refer to the size
configured in the Tiny MCE configuration, this would be an additional plus.
perhaps something like:
wysiwyg_size='y px' - one parameter is height
wysiwyg_size='y px,x px" - tow parameters are height and width
wysiwyg_size='tinyconfig' AdvancedContent reads tinyMCEs configuration. (of
possible)
great module btw. I use it in almost all of my projects, but the most basic
ones.
Ludger Merkens