Captcha"

From Documentation
m ((via JWB))
 
(3 intermediate revisions by 2 users not shown)
Line 11: Line 11:
 
= Employment/Purpose =
 
= Employment/Purpose =
  
A <tt>captcha</tt> 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 <tt>height </tt>and <tt>width </tt>for dimension of captcha. By default, captcha render the image with a randomly generated text, and developers can set <tt>value </tt>to assign a purposive text.
+
A <code>captcha</code> 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 <code>height </code>and <code>width </code>for dimension of captcha. By default, captcha render the image with a randomly generated text, and developers can set <code>value </code>to assign a purposive text.
  
  
Line 28: Line 28:
 
=Supported Events=
 
=Supported Events=
  
{| border="1" | width="100%"
+
{| class='wikitable' | width="100%"
 
! <center>Name</center>
 
! <center>Name</center>
 
! <center>Event Type</center>
 
! <center>Event Type</center>
Line 43: Line 43:
 
=Use Cases=
 
=Use Cases=
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Description !! Example Location
 
! Version !! Description !! Example Location
 
|-
 
|-
Line 50: Line 50:
 
| &nbsp;
 
| &nbsp;
 
|}
 
|}
 +
 +
=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/Setting up OS/Linux|ZK Installation  Guide: Linux]].
  
 
=Version History=
 
=Version History=
 
{{LastUpdated}}
 
{{LastUpdated}}
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-

Latest revision as of 10:40, 12 January 2022

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 : 2022/01/12


Version Date Content
     



Last Update : 2022/01/12

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