On Tue, Aug 21, 2012 at 9:00 PM, Jim Hunter <[email protected]> wrote:

> I am using a qx.ui.form.TextArea as the edit part of a composite control.
> The problem is that there is a resize handle that allows the user to resize
> it regardless of what I set things to. I can give the control a maxHeight,
> minHeight, maxWidth and minWidth but the user is still able to resize it. I
> would like to remove the resize handle from the control, what do you
> suggest is the best way to accomplish what I am in need of? I tried to set
> the decorator to null but that had no effect.
>

Jim, I don't tend to use TextArea, but I understand what you're talking
about. I've never seen anything in qooxdoo that will eliminate that resize
handle, but I do recall seeing a CSS attribute that will get rid of it.
Once you figure out what that attribute is called, you should be able to do
textArea.setAttribute() to set it.

Sorry I couldn't provide more detail.

Derrell
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to