Captcha"

From Documentation
Line 53: Line 53:
 
=Troubleshooting=
 
=Troubleshooting=
 
== Linux ==
 
== Linux ==
Captcha depends on Java Swing that might not work under some  version of JVM. Fore the information to make it work under Linux, please  refer to [[ZK Installation Guide/Setting up OS/Linux|ZK Installation  Guide: Linux]].
+
Captcha depends on Java Swing that might not work under some  version of JVM. For the information to make it work under Linux, please  refer to [[ZK Installation Guide/Setting up OS/Linux|ZK Installation  Guide: Linux]].
  
 
=Version History=
 
=Version History=

Revision as of 11:03, 17 February 2011

Captcha

Employment/Purpose

A captcha component can generate a special distortion image, also called a CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) image. Developers could set height and width for dimension of captcha. By default, captcha render the image with a randomly generated text, and developers can set value to assign a purposive text.


Example

Captcha.png

 <vbox>
     <captcha id="cpa" length="5" width="200px" height="50px"/>
 </vbox>


Supported Events

Name
Event Type
None None
  • Inherited Supported Events: Image

Supported Children

*NONE

Use Cases

Version Description Example Location
     

Troubleshooting

Linux

Captcha depends on Java Swing that might not work under some version of JVM. For the information to make it work under Linux, please refer to ZK Installation Guide: Linux.

Version History

Last Update : 2011/02/17


Version Date Content
     



Last Update : 2011/02/17

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.