UIZE JavaScript Framework

MODULES Uize.Widget.FormElement.Captcha.Recaptcha

1. Introduction

The Uize.Widget.FormElement.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.FormElement.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.FormElement.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.FormElement.Captcha.Recaptcha module...

SEARCH

1.3. Implementation Info

The Uize.Widget.FormElement.Captcha.Recaptcha module defines the Uize.Widget.FormElement.Captcha.Recaptcha class, which is a subclass of Uize.Widget.FormElement.Captcha.

INHERITANCE CHAIN

Uize.Class −> Uize.Widget −> Uize.Widget.FormElement −> Uize.Widget.FormElement.Captcha −> Uize.Widget.FormElement.Captcha.Recaptcha

1.3.1. Features Introduced in This Module

The features listed in this section have been introduced in this module.

STATE PROPERTIES

key | loadingUrl | validationToken | validationUrl

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

checkIsEmpty | initializeCaptcha | restore | valueOf | wireUi

STATE PROPERTIES

validateWhen | validator

STATIC PROPERTIES

Uize.Widget.FormElement.Captcha.Recaptcha.moduleName | Uize.Widget.FormElement.Captcha.Recaptcha.nonInheritableStatics | Uize.Widget.FormElement.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 | checkWarningShown | childHtml | childId | confirm | displayNode | fire | fireOkOnEnter | flushNodeCache | get | getContainer | getHtml | getInherited | getNode | getNodeStyle | getNodeValue | getProvider | getRootNode | 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 | validate | valueConformer | whenever | wire | wireNode

INSTANCE PROPERTIES

getMoreValidators | showConfirm | showInform

STATE PROPERTIES

built | busy | busyInherited | busyParentTickle | children | container | elementName | enabled | enabledInherited | enabledParentTickle | errorClassName | focused | html | idPrefix | idPrefixConstruction | insertionMode | isDirty | isDirtyInherited | isEmpty | isFinished | isValid | localized | name | nodeMap | parent | tentativeValue | type | value | valueConformer | warningAllowed | warningAllowedInherited | warningMessage | warningShown | warningShownWhen | warningWidgetClass | wired

STATIC METHODS

Uize.Widget.FormElement.Captcha.Recaptcha.alphastructor | Uize.Widget.FormElement.Captcha.Recaptcha.declare | Uize.Widget.FormElement.Captcha.Recaptcha.doMy | Uize.Widget.FormElement.Captcha.Recaptcha.dualContextMethods | Uize.Widget.FormElement.Captcha.Recaptcha.dualContextProperties | Uize.Widget.FormElement.Captcha.Recaptcha.fire | Uize.Widget.FormElement.Captcha.Recaptcha.get | Uize.Widget.FormElement.Captcha.Recaptcha.getBlankImageUrl | Uize.Widget.FormElement.Captcha.Recaptcha.instanceMethods | Uize.Widget.FormElement.Captcha.Recaptcha.instanceProperties | Uize.Widget.FormElement.Captcha.Recaptcha.mixins | Uize.Widget.FormElement.Captcha.Recaptcha.omegastructor | Uize.Widget.FormElement.Captcha.Recaptcha.set | Uize.Widget.FormElement.Captcha.Recaptcha.singleton | Uize.Widget.FormElement.Captcha.Recaptcha.spawn | Uize.Widget.FormElement.Captcha.Recaptcha.stateProperties | Uize.Widget.FormElement.Captcha.Recaptcha.staticMethods | Uize.Widget.FormElement.Captcha.Recaptcha.staticProperties | Uize.Widget.FormElement.Captcha.Recaptcha.subclass | Uize.Widget.FormElement.Captcha.Recaptcha.toggle | Uize.Widget.FormElement.Captcha.Recaptcha.treeInheritedStateProperties | Uize.Widget.FormElement.Captcha.Recaptcha.unwire | Uize.Widget.FormElement.Captcha.Recaptcha.wire

STATIC PROPERTIES

Uize.Widget.FormElement.Captcha.Recaptcha.busyParentTickle | Uize.Widget.FormElement.Captcha.Recaptcha.enabledParentTickle | Uize.Widget.FormElement.Captcha.Recaptcha.isWired | Uize.Widget.FormElement.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.FormElement.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. checkIsEmpty

IMPLEMENTATION INFO

this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Widget.FormElement)

2.7. checkWarningShown

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.FormElement, first introduced in Uize.Widget.FormElement)

2.8. childHtml

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.9. childId

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.10. confirm

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.11. displayNode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.12. fire

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.13. fireOkOnEnter

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.FormElement, first introduced in Uize.Widget.FormElement)

2.14. flushNodeCache

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.15. get

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.16. getContainer

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.17. getHtml

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.18. getInherited

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.19. getNode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.20. getNodeStyle

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.21. getNodeValue

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.22. getProvider

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.23. getRootNode

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.FormElement, first introduced in Uize.Widget.FormElement)

2.24. globalizeNode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.25. inform

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.26. 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.FormElement.Captcha)

2.27. injectNodeHtml

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.28. insertOrWireUi

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.29. insertUi

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.30. is

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.31. isMet

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.32. 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.33. localize

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.34. met

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.35. nodeId

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.36. onChange

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.37. once

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.38. removeChild

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.39. removeNode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.40. removeUi

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.41. restore

IMPLEMENTATION INFO

this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Widget.FormElement)

2.42. set

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.43. setInherited

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.44. setNodeClipRect

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.45. setNodeInnerHtml

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.46. setNodeOpacity

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.47. setNodeProperties

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.48. setNodeStyle

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.49. setNodeValue

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.50. showNode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.51. toggle

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.52. unmet

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.53. unwire

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.54. unwireNode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.55. unwireNodeEventsByMatch

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.56. unwireUi

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.57. updateUi

Inherited from Uize.Widget.FormElement, but introduced in Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.FormElement, first introduced in Uize.Widget)

2.58. validate

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.FormElement, first introduced in Uize.Widget.FormElement)

2.59. valueConformer

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.FormElement, first introduced in Uize.Widget.FormElement)

2.60. valueOf

this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class)

IMPLEMENTATION INFO

2.61. whenever

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.62. wire

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.63. wireNode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.64. wireUi

IMPLEMENTATION INFO

this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Widget)

3. Set-get 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.

3.4. validationToken

A string containing a nonce returned by the validation service to be returned when the form is submitted.

4. Instance Properties

4.1. getMoreValidators

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.FormElement, first introduced in Uize.Widget.FormElement)

4.2. showConfirm

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

4.3. 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. elementName

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.FormElement, first introduced in Uize.Widget.FormElement)

5.8. enabled

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

5.9. enabledInherited

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

5.10. enabledParentTickle

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

5.11. errorClassName

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.FormElement, first introduced in Uize.Widget.FormElement)

5.12. focused

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.FormElement, first introduced in Uize.Widget.FormElement)

5.13. html

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

5.14. idPrefix

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

5.15. idPrefixConstruction

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

5.16. insertionMode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

5.17. isDirty

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.FormElement, first introduced in Uize.Widget.FormElement)

5.18. isDirtyInherited

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.FormElement, first introduced in Uize.Widget.FormElement)

5.19. isEmpty

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.FormElement, first introduced in Uize.Widget.FormElement)

5.20. isFinished

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.FormElement, first introduced in Uize.Widget.FormElement)

5.21. isValid

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.FormElement, first introduced in Uize.Widget.FormElement)

5.22. key

IMPLEMENTATION INFO

this feature was introduced in this module

5.23. loadingUrl

IMPLEMENTATION INFO

this feature was introduced in this module

5.24. localized

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

5.25. name

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

5.26. nodeMap

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

5.27. parent

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

5.28. tentativeValue

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.FormElement, first introduced in Uize.Widget.FormElement)

5.29. type

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.FormElement, first introduced in Uize.Widget.FormElement)

5.30. validateWhen

IMPLEMENTATION INFO

this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Widget.FormElement)

5.31. validationToken

IMPLEMENTATION INFO

this feature was introduced in this module

5.32. validationUrl

IMPLEMENTATION INFO

this feature was introduced in this module

5.33. validator

IMPLEMENTATION INFO

this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Widget.FormElement)

5.34. value

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.FormElement, first introduced in Uize.Widget.FormElement)

5.35. valueConformer

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.FormElement, first introduced in Uize.Widget.FormElement)

5.36. warningAllowed

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.FormElement, first introduced in Uize.Widget.FormElement)

5.37. warningAllowedInherited

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.FormElement, first introduced in Uize.Widget.FormElement)

5.38. warningMessage

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.FormElement, first introduced in Uize.Widget.FormElement)

5.39. warningShown

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.FormElement, first introduced in Uize.Widget.FormElement)

5.40. warningShownWhen

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.FormElement, first introduced in Uize.Widget.FormElement)

5.41. warningWidgetClass

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.FormElement, first introduced in Uize.Widget.FormElement)

5.42. 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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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