This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Jun 4, 2011, 5:48 AM
33 Posts
topic has been resolvedResolved

Multiline edit box resizing

  • Category: Other
  • Platform: All
  • Release: 8.5.2
  • Role: Developer
  • Tags:
  • Replies: 2
I'm using a dialog from the extension library  and on that dialog I have multiline edit box which supports resizing by default. The problem I am current facing is that you can make the edit box bigger then the parent dialog which actually does not spoil the function but does not look too professional.
Seems that I probably missed something as I am not neither disable this feature nor set the limits for resizing.
Jun 5, 2011, 7:57 PM
261 Posts
Re: Multiline edit box resizing
The option to resize textareas (multiline edit boxes) is implemented by the different browsers, not by the server software.
 
You can disable resizing using CSS, e.g.:

textarea {
 resize: none;
 -moz-resize: none;
}
 
Mark
Jun 6, 2011, 6:08 AM
33 Posts
Re: Multiline edit box resizing
Thanks Mark, now I see.

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal