views.html

recaptcha

package recaptcha

Visibility
  1. Public
  2. All

Value Members

  1. object recaptchaField extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template7[Form[_], String, Option[Int], Boolean, Boolean, Request[AnyContent], Lang, play.twirl.api.HtmlFormat.Appendable]

    ************************************************************************************** High-level API: Renders a Google Recaptcha Widget, using the Play Forms API.

  2. object recaptchaWidget extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template5[Boolean, Option[String], Option[Int], Request[AnyContent], Lang, play.twirl.api.HtmlFormat.Appendable]

    ************************************************************************************** Low-level API: Renders a Google Recaptcha Widget, independent of the Play Forms API.

Ungrouped