0

textbox with round corner

asked 2010-05-16 12:39:59 +0800

andij62 gravatar image andij62
315 1 7

hallo all,

in many mobile browser the textbox is rendered with round corner. This is not good because the width of der textbox is bigger. Can i prevent this?

best regards

delete flag offensive retag edit

1 Reply

Sort by ยป oldest newest

answered 2010-05-16 21:38:48 +0800

PeterKuo gravatar image PeterKuo
481 2

for ZUL:
<textbox value="ddd"/>

it's rendered html would be:
<input type="text" value="ddd" class="z-textbox" id="z_d__e3">

You may refer
http://docs.zkoss.org/wiki/Client_Side_Programming
and try to overwrite redraw function to change html output of textbox.

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-05-16 12:39:59 +0800

Seen: 564 times

Last updated: May 16 '10

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