Forum
Calc Builder Suggestions
Help us to make a better extension !Forums
No se permite escribir sin estar logado. Por favor, login
Re: more types of var 04.11.2013 13:32
Hi,
thank you for your feedback. In fact, the 'email' type is not a type itself because it can be easily created using text field and a validator. It's not a well known feature of calcbuilder but as it includes validator plugin, you can also use classes instead of javascript to set field validations, so if you create a text field and you set as Css class property :
email
You will see the validator applying to ensure a valid email format. You have available other classes able to include validations to the text fields, like
digits
url
number
creditcard
Hope this helps, regards
Moonsoft Team
www.moonsoft.es
thank you for your feedback. In fact, the 'email' type is not a type itself because it can be easily created using text field and a validator. It's not a well known feature of calcbuilder but as it includes validator plugin, you can also use classes instead of javascript to set field validations, so if you create a text field and you set as Css class property :
You will see the validator applying to ensure a valid email format. You have available other classes able to include validations to the text fields, like
digits
url
number
creditcard
Hope this helps, regards
Moonsoft Team
www.moonsoft.es
Re: more types of var 04.11.2013 13:51
Hi,
we use this jquery plugin
http://jqueryvalidation.org/documentation
It adds the validation text automatically, so they are not passing through joomla language file, please find how to translate here:
http://www.moonsoft.es/en/help/2-cbsupport/1650-translate-this-field-is-required
Regards
Moonsoft Team
www.moonsoft.es
we use this jquery plugin
http://jqueryvalidation.org/documentation
It adds the validation text automatically, so they are not passing through joomla language file, please find how to translate here:
http://www.moonsoft.es/en/help/2-cbsupport/1650-translate-this-field-is-required
Regards
Moonsoft Team
www.moonsoft.es