Captcha"
From Documentation
Tmillsclare (talk | contribs) m (→Captcha) |
m ((via JWB)) |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 3: | Line 3: | ||
= Captcha = | = Captcha = | ||
− | *Demonstration: [http://www.zkoss.org/zkdemo/ | + | *Demonstration: [http://www.zkoss.org/zkdemo/input/form_sample Capcha] |
*Java API: <javadoc>org.zkoss.zul.Captcha</javadoc> | *Java API: <javadoc>org.zkoss.zul.Captcha</javadoc> | ||
*JavaScript API: <javadoc directory="jsdoc">zul.wgt.Captcha</javadoc> | *JavaScript API: <javadoc directory="jsdoc">zul.wgt.Captcha</javadoc> | ||
+ | *Style Guide: N/A | ||
+ | *[http://www.zkoss.org/product/edition.dsp Available in ZK PE and EE only] | ||
= Employment/Purpose = | = Employment/Purpose = | ||
− | A < | + | 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 24: | Line 26: | ||
− | =Supported | + | =Supported Events= |
− | {| | + | {| class='wikitable' | width="100%" |
! <center>Name</center> | ! <center>Name</center> | ||
! <center>Event Type</center> | ! <center>Event Type</center> | ||
|- | |- | ||
− | | | + | | None |
− | | | + | | None |
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
+ | *Inherited Supported Events: [[ZK_Component_Reference/Essential_Components/Image#Supported_Events | Image]] | ||
=Supported Children= | =Supported Children= | ||
Line 43: | Line 41: | ||
*NONE | *NONE | ||
− | =Use | + | =Use Cases= |
− | {| | + | {| class='wikitable' | width="100%" |
! Version !! Description !! Example Location | ! Version !! Description !! Example Location | ||
|- | |- | ||
Line 52: | Line 50: | ||
| | | | ||
|} | |} | ||
+ | |||
+ | =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}} | |
− | {| | + | {| class='wikitable' | width="100%" |
! Version !! Date !! Content | ! Version !! Date !! Content | ||
|- | |- | ||
− | | | + | | |
− | | | + | | |
− | | | + | | |
|} | |} | ||
{{ZKComponentReferencePageFooter}} | {{ZKComponentReferencePageFooter}} |
Latest revision as of 10:40, 12 January 2022
Captcha
- Demonstration: Capcha
- Java API: Captcha
- JavaScript API: Captcha
- Style Guide: N/A
- Available in ZK PE and EE only
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
<vbox>
<captcha id="cpa" length="5" width="200px" height="50px"/>
</vbox>
Supported Events
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
Version | Date | Content |
---|---|---|