All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tld-fragments.recaptcha-fragment.xml Maven / Gradle / Ivy

There is a newer version: 4.0.38
Show newest version
<fragment>
	<tag>
		<description>Renders a google recaptcha</description>
		<display-name>Misc</display-name>
		<name>recaptcha</name>
		<tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.recaptcha.RecaptchaTag</tag-class>
		<body-content>scriptless</body-content>
		<attribute>
			<description>Indicates the site key available in google account developer for recaptcha</description>
			<name>siteKey</name>
			<required>true</required>
			<rtexprvalue>true</rtexprvalue>
			<type>java.lang.String</type>
		</attribute>
		<example>
			&lt;html:recaptcha siteKey="yourapikey" &gt;
				
			&lt;/html:recaptcha&gt; 
		</example>
	</tag>
</fragment>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy