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 5, 2011, 7:57 PM
261 Posts

Re: Multiline edit box resizing

  • Category: Other
  • Platform: All
  • Release: 8.5.2
  • Role: Developer
  • Tags:
  • Replies: 2
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