Hi Holger, We integrated the ckEditor, which I believe is also Part of Magnolia 5.
In ckEditor there is the autogrow plugin, which allows you to resize the ckEditor editing area. In our integration this was working well, and caused no problems with Magnolia's dialogs (they resized nicely with the editing area). Regards from Vienna, Richard -----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von Sophia White (via Magnolia Forums) Gesendet: Donnerstag, 14. Februar 2013 12:19 An: Magnolia User List Betreff: [magnolia-user] Re: Textarea resize for content editor - text and image Textarea represents a multi-line block of text, and is edited with a textarea input field. You can use formatting languages with this textarea and also implement a variety of WYSIWYG editors via our plugin system. The code example below would create a textarea using Textile formatting and implementing the default editor for Perch, MarkItUp. <perch:content id="body" type="textarea" label="Article body" textile="true" editor="markitup" /> Attributes for type textarea Attribute Values and description textile True or False. Whether to allow Textile formatting for the content. markdown True or false. Whether to allow Markdown formatting for the content. html True or false. Whether to allow HTML formatting for the content. editor The name of the JavaScript content editor to apply to the textarea. Set to markitup to use the default editor. size A t-shirt size code for the size of the field: xs, s, m, l, xl, xxl [url=http://www.xinix.co.uk/it-support-london-small-business-computer-network-services-uk/]Business IT Support London[/url] -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=8d4165b6-d7c6-48b3-b7c2-8addc89bf6c7 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ---------------------------------------------------------------- ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
