Resizeable Textarea (remembers size)
This item type plug-in displays a textarea with a handle to resize its width and
height. After resize is finished (release the handle) the current size is stored
in an APEX Preference for the current logged on user.
When the page is refreshed and the item is rendered, the size is read from the
APEX Preference and the textarea is set to this size.
In other words: it doesn't forget which width/height you set last time.
You can have multiple resizeable textareas on a single page.
Without this plug-in, the size of the textarea won't be remembered and set back to
its original size.
Read the Blogposting covering this Plugin.
Download from apex-plugin.com and check out the Demo over here