Prado\Web\UI\WebControls\TReCaptchaValidator::getClientScriptOptions PHP Method

getClientScriptOptions() public method

    public function getClientScriptOptions()
    {
        $options = parent::getClientScriptOptions();
        $options['ResponseFieldName'] = $this->getCaptchaControl()->getResponseFieldName();
        return $options;
    }