Свойство |
Тип |
Описание |
|
$jsCallback |
|
Your JS callback function that's executed when the user submits a successful CAPTCHA response. |
|
$jsExpiredCallback |
|
Your JS callback function that's executed when the recaptcha response expires and the user needs to solve a new CAPTCHA. |
|
$secret |
|
Your secret. |
|
$siteKey |
|
Your sitekey. |
|
$size |
|
The size of the widget. [[SIZE_NORMAL]] (default) or [[SIZE_COMPACT]] |
|
$tabindex |
|
The tabindex of the widget |
|
$theme |
|
The color theme of the widget. [[THEME_LIGHT]] (default) or [[THEME_DARK]] |
|
$type |
|
The type of CAPTCHA to serve. [[TYPE_IMAGE]] (default) or [[TYPE_AUDIO]] |
|
$widgetOptions |
|
Additional html widget options, such as class. |
|