1Uncaptcha.enableTimer(3kaya) Kaya module referenceUncaptcha.enableTimer(3kaya)
2
3
4
6 Uncaptcha::enableTimer - Enable timer checking
7
9 Void enableTimer( ElementTree formpart, Timer timer )
10
12 formpart The part of the form to add the elements to. Since this check
13 only uses hidden elements, it does not matter which element it is added
14 to (although HTML nesting rules mean that it cannot be added directly
15 to the form itself)
16
17 timer The timer configuration
18
20 Enable timer checking
21
23 Kaya standard library by Edwin Brady, Chris Morris and others
24 (kaya@kayalang.org). For further information see http://kayalang.org/
25
27 The Kaya standard library is free software; you can redistribute it
28 and/or modify it under the terms of the GNU Lesser General Public
29 License (version 2.1 or any later version) as published by the Free
30 Software Foundation.
31
33 Uncaptcha.Timer (3kaya)
34 Uncaptcha.checkTimer (3kaya)
35
36
37
38Kaya December 2010 Uncaptcha.enableTimer(3kaya)