honeyprakash / recaptcha

Automatically exported from code.google.com/p/recaptcha
0 stars 0 forks source link

Cannot specify "custom_theme_widget" for mvc control #196

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

If you wanted to use custom html (perhaps to make it more responsive), you'd 
need to set a "custom" theme and set RecaptchaOptions.custom_theme_widget.

The RecaptchaControl does have a CustomThemeWidget property which when set 
outputs the required JavaScript however RecaptchaControlMvc.GenerateCaptcha() 
does not have the ability to define the custom_theme_widget.

Original issue reported on code.google.com by alexander.key@gmail.com on 12 Aug 2014 at 9:21