MODULES Uize.Widget.Captcha.Recaptcha
- Contents
- 1. Introduction
-
2. Instance Methods
- 2.1. addChild
- 2.2. addChildren
- 2.3. ajax
- 2.4. buildHtml
- 2.5. callInherited
- 2.6. childHtml
- 2.7. childId
- 2.8. confirm
- 2.9. displayNode
- 2.10. fire
- 2.11. flushNodeCache
- 2.12. get
- 2.13. getContainer
- 2.14. getHtml
- 2.15. getInherited
- 2.16. getNode
- 2.17. getNodeStyle
- 2.18. getNodeValue
- 2.19. getProvider
- 2.20. globalizeNode
- 2.21. inform
- 2.22. initializeCaptcha
- 2.23. injectNodeHtml
- 2.24. insertOrWireUi
- 2.25. insertUi
- 2.26. is
- 2.27. isMet
- 2.28. kill
- 2.29. localize
- 2.30. met
- 2.31. nodeId
- 2.32. onChange
- 2.33. once
- 2.34. recaptchaObjectCreate
- 2.35. removeChild
- 2.36. removeNode
- 2.37. removeUi
- 2.38. set
- 2.39. setInherited
- 2.40. setNodeClipRect
- 2.41. setNodeInnerHtml
- 2.42. setNodeOpacity
- 2.43. setNodeProperties
- 2.44. setNodeStyle
- 2.45. setNodeValue
- 2.46. showNode
- 2.47. toggle
- 2.48. unmet
- 2.49. unwire
- 2.50. unwireNode
- 2.51. unwireNodeEventsByMatch
- 2.52. unwireUi
- 2.53. updateUi
- 2.54. validate
- 2.55. valueOf
- 2.56. whenever
- 2.57. wire
- 2.58. wireNode
- 2.59. wireUi
- 3. State properties
- 4. Instance Properties
-
5. State Properties
- 5.1. built
- 5.2. busy
- 5.3. busyInherited
- 5.4. busyParentTickle
- 5.5. children
- 5.6. container
- 5.7. enabled
- 5.8. enabledInherited
- 5.9. enabledParentTickle
- 5.10. html
- 5.11. idPrefix
- 5.12. idPrefixConstruction
- 5.13. insertionMode
- 5.14. isValid
- 5.15. key
- 5.16. loadingUrl
- 5.17. localized
- 5.18. name
- 5.19. nodeMap
- 5.20. parent
- 5.21. validationUrl
- 5.22. value
- 5.23. wired
-
6. Static Methods
- 6.1. Uize.Widget.Captcha.Recaptcha.alphastructor
- 6.2. Uize.Widget.Captcha.Recaptcha.declare
- 6.3. Uize.Widget.Captcha.Recaptcha.doMy
- 6.4. Uize.Widget.Captcha.Recaptcha.dualContextMethods
- 6.5. Uize.Widget.Captcha.Recaptcha.dualContextProperties
- 6.6. Uize.Widget.Captcha.Recaptcha.fire
- 6.7. Uize.Widget.Captcha.Recaptcha.get
- 6.8. Uize.Widget.Captcha.Recaptcha.getBlankImageUrl
- 6.9. Uize.Widget.Captcha.Recaptcha.instanceMethods
- 6.10. Uize.Widget.Captcha.Recaptcha.instanceProperties
- 6.11. Uize.Widget.Captcha.Recaptcha.mixins
- 6.12. Uize.Widget.Captcha.Recaptcha.omegastructor
- 6.13. Uize.Widget.Captcha.Recaptcha.set
- 6.14. Uize.Widget.Captcha.Recaptcha.singleton
- 6.15. Uize.Widget.Captcha.Recaptcha.spawn
- 6.16. Uize.Widget.Captcha.Recaptcha.stateProperties
- 6.17. Uize.Widget.Captcha.Recaptcha.staticMethods
- 6.18. Uize.Widget.Captcha.Recaptcha.staticProperties
- 6.19. Uize.Widget.Captcha.Recaptcha.subclass
- 6.20. Uize.Widget.Captcha.Recaptcha.toggle
- 6.21. Uize.Widget.Captcha.Recaptcha.treeInheritedStateProperties
- 6.22. Uize.Widget.Captcha.Recaptcha.unwire
- 6.23. Uize.Widget.Captcha.Recaptcha.wire
-
7. Static Properties
- 7.1. Uize.Widget.Captcha.Recaptcha.busyParentTickle
- 7.2. Uize.Widget.Captcha.Recaptcha.enabledParentTickle
- 7.3. Uize.Widget.Captcha.Recaptcha.isWired
- 7.4. Uize.Widget.Captcha.Recaptcha.moduleName
- 7.5. Uize.Widget.Captcha.Recaptcha.nonInheritableStatics
- 7.6. Uize.Widget.Captcha.Recaptcha.pathToResources
- 7.7. Uize.Widget.Captcha.Recaptcha.undefined
1. Introduction
The Uize.Widget.Captcha.Recaptcha
class encapsulates the logic required to display and use reCAPTCHA, a captcha implementation developed by a group of researchers at CMU (http://recaptcha.net).
DEVELOPERS: Tim Carter, original code contributed by Zazzle Inc.
The Uize.Widget.Captcha.Recaptcha
class is a thin wrapper around the Recaptcha object, a js object that is sourced in by reCAPTCHA.
1.1. NOTES
For information about the Recaptcha object, which is a non-Uize object provided by the reCAPTCHA project, visit http://recaptcha.net/apidocs/captcha/client.html#recaptcha-methods. |
1.2. Examples
There are no dedicated showcase example pages for the Uize.Widget.Captcha.Recaptcha
module.
SEARCH FOR EXAMPLES
Use the link below to search for example pages on the UIZE Web site that reference the Uize.Widget.Captcha.Recaptcha
module...
SEARCH
1.3. Implementation Info
The Uize.Widget.Captcha.Recaptcha
module defines the Uize.Widget.Captcha.Recaptcha
class, which is a subclass of Uize.Widget.Captcha
.
INHERITANCE CHAIN
Uize.Class
−> Uize.Widget
−> Uize.Widget.Captcha
−> Uize.Widget.Captcha.Recaptcha
1.3.1. Features Introduced in This Module
The features listed in this section have been introduced in this module.
INSTANCE METHODS
STATE PROPERTIES
1.3.2. Features Overridden in This Module
The features listed in this section have been overridden in this module.
The module that an overridden feature was initially introduced in will be noted in the IMPLEMENTATION INFO notes for the feature.
INSTANCE METHODS
initializeCaptcha
| validate
| valueOf
STATIC PROPERTIES
Uize.Widget.Captcha.Recaptcha.moduleName
| Uize.Widget.Captcha.Recaptcha.nonInheritableStatics
| Uize.Widget.Captcha.Recaptcha.undefined
1.3.3. Features Inherited From Other Modules
The features listed in this section have been inherited from other modules.
The module that an inherited feature was initially introduced in will be noted in the IMPLEMENTATION INFO notes for the feature.
INSTANCE METHODS
addChild
| addChildren
| ajax
| buildHtml
| callInherited
| childHtml
| childId
| confirm
| displayNode
| fire
| flushNodeCache
| get
| getContainer
| getHtml
| getInherited
| getNode
| getNodeStyle
| getNodeValue
| getProvider
| globalizeNode
| inform
| injectNodeHtml
| insertOrWireUi
| insertUi
| is
| isMet
| kill
| localize
| met
| nodeId
| onChange
| once
| removeChild
| removeNode
| removeUi
| set
| setInherited
| setNodeClipRect
| setNodeInnerHtml
| setNodeOpacity
| setNodeProperties
| setNodeStyle
| setNodeValue
| showNode
| toggle
| unmet
| unwire
| unwireNode
| unwireNodeEventsByMatch
| unwireUi
| updateUi
| whenever
| wire
| wireNode
| wireUi
INSTANCE PROPERTIES
STATE PROPERTIES
built
| busy
| busyInherited
| busyParentTickle
| children
| container
| enabled
| enabledInherited
| enabledParentTickle
| html
| idPrefix
| idPrefixConstruction
| insertionMode
| isValid
| localized
| name
| nodeMap
| parent
| value
| wired
STATIC METHODS
Uize.Widget.Captcha.Recaptcha.alphastructor
| Uize.Widget.Captcha.Recaptcha.declare
| Uize.Widget.Captcha.Recaptcha.doMy
| Uize.Widget.Captcha.Recaptcha.dualContextMethods
| Uize.Widget.Captcha.Recaptcha.dualContextProperties
| Uize.Widget.Captcha.Recaptcha.fire
| Uize.Widget.Captcha.Recaptcha.get
| Uize.Widget.Captcha.Recaptcha.getBlankImageUrl
| Uize.Widget.Captcha.Recaptcha.instanceMethods
| Uize.Widget.Captcha.Recaptcha.instanceProperties
| Uize.Widget.Captcha.Recaptcha.mixins
| Uize.Widget.Captcha.Recaptcha.omegastructor
| Uize.Widget.Captcha.Recaptcha.set
| Uize.Widget.Captcha.Recaptcha.singleton
| Uize.Widget.Captcha.Recaptcha.spawn
| Uize.Widget.Captcha.Recaptcha.stateProperties
| Uize.Widget.Captcha.Recaptcha.staticMethods
| Uize.Widget.Captcha.Recaptcha.staticProperties
| Uize.Widget.Captcha.Recaptcha.subclass
| Uize.Widget.Captcha.Recaptcha.toggle
| Uize.Widget.Captcha.Recaptcha.treeInheritedStateProperties
| Uize.Widget.Captcha.Recaptcha.unwire
| Uize.Widget.Captcha.Recaptcha.wire
STATIC PROPERTIES
Uize.Widget.Captcha.Recaptcha.busyParentTickle
| Uize.Widget.Captcha.Recaptcha.enabledParentTickle
| Uize.Widget.Captcha.Recaptcha.isWired
| Uize.Widget.Captcha.Recaptcha.pathToResources
1.3.4. Modules Directly Under This Namespace
There are no modules directly under this namespace.
1.3.5. Unit Tests
There is no dedicated unit tests module for the Uize.Widget.Captcha.Recaptcha
module.
2. Instance Methods
2.1. addChild
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.2. addChildren
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.3. ajax
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.4. buildHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.5. callInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.6. childHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.7. childId
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.8. confirm
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.9. displayNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.10. fire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.11. flushNodeCache
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.12. get
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.13. getContainer
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.14. getHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.15. getInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.16. getNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.17. getNodeStyle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.18. getNodeValue
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.19. getProvider
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.20. globalizeNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.21. inform
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.22. initializeCaptcha
Overridden method that loads the external Recaptcha JS object (if it isn't in the page already) and creates the UI provided by reCAPTCHA.
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Widget.Captcha ) |
2.23. injectNodeHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.24. insertOrWireUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.25. insertUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.26. is
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.27. isMet
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.28. kill
Inherited from Uize.Widget
, but introduced in Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Class ) |
2.29. localize
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.30. met
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.31. nodeId
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.32. onChange
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.33. once
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.34. recaptchaObjectCreate
Calls the Recaptcha object to create the UI and challenge.
SYNTAX
myWidget.recaptchaObjectCreate ();
IMPLEMENTATION INFO
this feature was introduced in this module |
2.35. removeChild
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.36. removeNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.37. removeUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.38. set
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.39. setInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.40. setNodeClipRect
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.41. setNodeInnerHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.42. setNodeOpacity
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.43. setNodeProperties
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.44. setNodeStyle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.45. setNodeValue
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.46. showNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.47. toggle
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.48. unmet
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.49. unwire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.50. unwireNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.51. unwireNodeEventsByMatch
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.52. unwireUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.53. updateUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.54. validate
Overridden method that validates the user response to the reCaptcha challenge.
SYNTAX
myWidget.validate (_params);
PARAMS
{ callback:callbackFUNC // callback function that executes after the server request }
2.54.1. How It Works
Because the reCAPTCHA validation API requires a POST request, and because javascript is unable to oblige using standard AJAX techniques (due to cross-site scripting restrictions), the Uize.Widget.Captcha.ReCaptcha
class must incorporate an additional server in the validation request. The validate
method will provide the server with both the challenge and the user response; that server must then submit a validation request to reCAPTCHA (and provide some additional parameters).
The server response is then relayed to the javascript widget. The response
that is passed to the callback function from the Uize.Comm.Script
call should have an isValid
property that is used to set the Uize.Widget.Captcha.Recaptcha
isValid
property.
For further reading on the reCAPTCHA validation API, please visit http://recaptcha.net/apidocs/captcha/.
2.54.2. NOTES
The response from the server is passed to the provided callback function, in case any additional information that might be useful to the parent widget is provided from the server (a nonce, for example).
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Widget.Captcha ) |
2.55. valueOf
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class ) |
IMPLEMENTATION INFO
2.56. whenever
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.57. wire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.58. wireNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.59. wireUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3. State properties
3.1. loadingUrl
A string representing the URL that will load the Recaptcha object and all other necessary JS from reCAPTCHA.
3.2. validationUrl
A string representing the URL that will contact the reCAPTCHA validation API to determine whether or not the user response was valid.
3.2.1. NOTES
The validation url must point to a page that accepts the two parameters 'recaptcha_response_field' and 'recaptcha_challenge_field.' These names match the names of the DOM elements storing the response and challenge in the UI, and are maintained for the sake of consistency.
The validation url should provide a JSON object in response that at the very least contains an isValid property, which will then be used to set the value of isValid
.
3.3. key
A string representing the public API key provided by reCAPTCHA.
4. Instance Properties
4.1. showConfirm
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.2. showInform
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
5. State Properties
5.1. built
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
5.2. busy
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
5.3. busyInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
5.4. busyParentTickle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
5.5. children
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
5.6. container
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
5.7. enabled
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
5.8. enabledInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
5.9. enabledParentTickle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
5.10. html
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
5.11. idPrefix
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
5.12. idPrefixConstruction
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
5.13. insertionMode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
5.14. isValid
Inherited from Uize.Widget.Captcha
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Captcha , first introduced in Uize.Widget.Captcha ) |
5.15. key
IMPLEMENTATION INFO
this feature was introduced in this module |
5.16. loadingUrl
IMPLEMENTATION INFO
this feature was introduced in this module |
5.17. localized
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
5.18. name
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
5.19. nodeMap
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
5.20. parent
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
5.21. validationUrl
IMPLEMENTATION INFO
this feature was introduced in this module |
5.22. value
Inherited from Uize.Widget.Captcha
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Captcha , first introduced in Uize.Widget.Captcha ) |
5.23. wired
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
6. Static Methods
6.1. Uize.Widget.Captcha.Recaptcha.alphastructor
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
6.2. Uize.Widget.Captcha.Recaptcha.declare
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
6.3. Uize.Widget.Captcha.Recaptcha.doMy
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
6.4. Uize.Widget.Captcha.Recaptcha.dualContextMethods
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
6.5. Uize.Widget.Captcha.Recaptcha.dualContextProperties
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
6.6. Uize.Widget.Captcha.Recaptcha.fire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
6.7. Uize.Widget.Captcha.Recaptcha.get
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
6.8. Uize.Widget.Captcha.Recaptcha.getBlankImageUrl
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
|
this static feature is inherited by subclasses |
6.9. Uize.Widget.Captcha.Recaptcha.instanceMethods
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
6.10. Uize.Widget.Captcha.Recaptcha.instanceProperties
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
6.11. Uize.Widget.Captcha.Recaptcha.mixins
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
6.12. Uize.Widget.Captcha.Recaptcha.omegastructor
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
6.13. Uize.Widget.Captcha.Recaptcha.set
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
6.14. Uize.Widget.Captcha.Recaptcha.singleton
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
6.15. Uize.Widget.Captcha.Recaptcha.spawn
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
|
this static feature is inherited by subclasses |
6.16. Uize.Widget.Captcha.Recaptcha.stateProperties
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
6.17. Uize.Widget.Captcha.Recaptcha.staticMethods
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
6.18. Uize.Widget.Captcha.Recaptcha.staticProperties
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
6.19. Uize.Widget.Captcha.Recaptcha.subclass
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
6.20. Uize.Widget.Captcha.Recaptcha.toggle
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
6.21. Uize.Widget.Captcha.Recaptcha.treeInheritedStateProperties
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
|
this static feature is inherited by subclasses |
6.22. Uize.Widget.Captcha.Recaptcha.unwire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
6.23. Uize.Widget.Captcha.Recaptcha.wire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
7. Static Properties
7.1. Uize.Widget.Captcha.Recaptcha.busyParentTickle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
|
this static feature is inherited by subclasses |
7.2. Uize.Widget.Captcha.Recaptcha.enabledParentTickle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
|
this static feature is inherited by subclasses |
7.3. Uize.Widget.Captcha.Recaptcha.isWired
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
|
this static feature is inherited by subclasses |
7.4. Uize.Widget.Captcha.Recaptcha.moduleName
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
7.5. Uize.Widget.Captcha.Recaptcha.nonInheritableStatics
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class ) |
|
this static feature is not inherited by subclasses |
7.6. Uize.Widget.Captcha.Recaptcha.pathToResources
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
7.7. Uize.Widget.Captcha.Recaptcha.undefined
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Widget ) |
|
this static feature is inherited by subclasses |