1
我想把谷歌recaptcha內extjs應用程序,但它沒有得到渲染。添加谷歌reCAPTCHA到ExtJS組件
{
xtype:'panel',
width:300,
height:60,
html:'<div class="g-recaptcha" id="recaptcha" data-sitekey="MyKey" data-callback="correctCaptcha"></div>'
}
我收到以下代碼錯誤,'ReferenceError:grecaptcha未定義' –
比您從第1部分添加的腳本錯誤。確保它在ExtJS代碼之前執行。 –
它的工作.... thnx很多:) –