Closed (fixed)
Project:
Panels
Version:
6.x-3.0-rc1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2009 at 00:25 UTC
Updated:
6 Nov 2009 at 17:38 UTC
I'd like to make expand the size of the textarea displayed within the "Configure new New custom content" modal window. I tried editing the CSS fo CTools, Panels, and my own theme style sheet but wasn't able to adjust the width and height.
Comments
Comment #1
merlinofchaos commentedIt should just be draggable. It is on mine.
Comment #2
ianchan commentedI'm not getting the resize handle. I found that the textarea in my display does not have the class "resizeable" and it's not wrapped with the the resizable-textarea div. The width of the textarea is only about 400px. However, other Panels textareas that do not appear in modals, such as Administrative description," do display as resizeable.
Here are the CSS wrappers to are showing for the modal display.
Comment #3
merlinofchaos commentedI am unable to duplicate this behavior. Perhaps it is related to your theme?
Comment #5
Christoph Schmidt commentedI had the same problem. The solution for me was to add the following js files: misc/autocomplete.js, misc/textarea.js, misc/collapse.js
Comment #6
ianchan commentedThanks for posting the follow-up. Could you share your process for adding those files? Thanks!