0

autocapitalize="none" in ios

asked 2012-09-26 18:53:15 +0800

ajaidka gravatar image ajaidka
196 4

I have a web application in ZK, i want to add an attribute autocapitalize="none" in a textbox.
How can I do this?

My test box is something like this

<textbox width="100%" constraint="no empty" value="@bind(vm.userName))" />

autocapitalize is an attribute supported by safari, for more have a look at

http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/Attributes.html#//apple_ref/html/attribute/autocapitalize


Thanks in advance
Ajaidka

delete flag offensive retag edit

1 Reply

Sort by ยป oldest newest

answered 2012-09-26 19:05:02 +0800

ajaidka gravatar image ajaidka
196 4

Fixed:
here is the solution I found

<div xmlns:d="http://www.zkoss.org/2005/zk/client/attribute">
<textbox d:autocapitalize="none"/>
</div>

Thanks
Ajaidka

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: 2012-09-26 18:53:15 +0800

Seen: 49 times

Last updated: Sep 26 '12

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