PHP 클래스 himiklab\yii2\recaptcha\ReCaptcha

For example: php field($model, 'reCaptcha')->widget( ReCaptcha::className(), ['siteKey' => 'your siteKey'] ) ?> or php 'reCaptcha', 'siteKey' => 'your siteKey', 'widgetOptions' => ['class' => 'col-sm-offset-3'] ]) ?>
또한 보기: https://developers.google.com/recaptcha
저자: HimikLab
상속: extends yii\widgets\InputWidget
파일 보기 프로젝트 열기: himiklab/yii2-recaptcha-widget 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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.

공개 메소드들

메소드 설명
run ( )

보호된 메소드들

메소드 설명
customFieldPrepare ( )
getLanguageSuffix ( )

메소드 상세

customFieldPrepare() 보호된 메소드

protected customFieldPrepare ( )

getLanguageSuffix() 보호된 메소드

protected getLanguageSuffix ( )

run() 공개 메소드

public run ( )

프로퍼티 상세

$jsCallback 공개적으로 프로퍼티

Your JS callback function that's executed when the user submits a successful CAPTCHA response.
public $jsCallback

$jsExpiredCallback 공개적으로 프로퍼티

Your JS callback function that's executed when the recaptcha response expires and the user needs to solve a new CAPTCHA.
public $jsExpiredCallback

$secret 공개적으로 프로퍼티

Your secret.
public $secret

$siteKey 공개적으로 프로퍼티

Your sitekey.
public $siteKey

$size 공개적으로 프로퍼티

The size of the widget. [[SIZE_NORMAL]] (default) or [[SIZE_COMPACT]]
public $size

$tabindex 공개적으로 프로퍼티

The tabindex of the widget
public $tabindex

$theme 공개적으로 프로퍼티

The color theme of the widget. [[THEME_LIGHT]] (default) or [[THEME_DARK]]
public $theme

$type 공개적으로 프로퍼티

The type of CAPTCHA to serve. [[TYPE_IMAGE]] (default) or [[TYPE_AUDIO]]
public $type

$widgetOptions 공개적으로 프로퍼티

Additional html widget options, such as class.
public $widgetOptions