0

Multiline textbox

asked 2010-04-14 04:09:03 +0800

Neus gravatar image Neus
1415 14

Hello

I am using a multiline text box and it gives the opportunity to the user to change its size (dragging the bottom right corner). I don't want the user to change the size of the multiline textbox, so if there any possibility to disable it?

delete flag offensive retag edit

3 Replies

Sort by ยป oldest newest

answered 2010-04-15 20:58:17 +0800

PeterKuo gravatar image PeterKuo
481 2

@Neus
I tried <textbox multiline="true"/> in zk live demo http://www.zkoss.org/zkdemo/userguide/
No such issue.

link publish delete flag offensive edit

answered 2010-04-16 03:43:47 +0800

Neus gravatar image Neus
1415 14

I realized it only happens in Google Chrome

link publish delete flag offensive edit

answered 2010-04-19 20:10:41 +0800

jumperchen gravatar image jumperchen
3909 2 8
http://jumperchen.blogspo... ZK Team

Please take a look at the google chrome threads, because the effect is browser default.
However, you can use CSS to disable it. For example,

textarea {
    resize: none;
} 

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2010-04-14 04:09:03 +0800

Seen: 2,075 times

Last updated: Apr 20 '10

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More