Revision history [back]

click to hide/show revision 1
initial version

asked 2011-06-20 20:01:39 +0800

Fujitsu gravatar image Fujitsu

ZK Textbox browser cache

Hi All,

We would like the ZK Textbox to act like a normal HTML Input tag where when a user has typed text in, the browser "remembers" it the next time they enter in a similar component.

We have a logon screen which has a textbox for the Username and a textbox for the password.

<textbox id="username" value="@{fixed.username}" maxlength="12" focus="true" width="100px" />
<textbox id="password" value="@{fixed.password}" maxlength="12" fieldType="password" width="100px" />

Any ideas on how to do this?

Thanks!

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