groups

name language licence
JS/HTML : api google map Other Other
JS/HTML : methode de verification de formulaire avec du javascript non obstrusif HTML Other
TYPO3 : Install Tool dans typo3 Other Other
TYPO3 : backoffice Other Other
TYPO3 : calendar ext notes Other Other
TYPO3 : restitution de contenu Other Other
TYPO3 : styles.content.getLeft, etc... Other Other
VALIDATIOUS : Notes Other Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 >



language: Other
licence: Other

VALIDATIOUS : Notes

options: view full snippetsend to code collector
Validatious 2.0 :



#confirmation-of

#permet de dire que ce qui sera saisi dans un champs texte doit etre la confirmation d'un autre champs (exemple : champs de confirmation d'un mot de passe ou d'un email) :

#exemple d'utilisation :

<input class="required" name="password" type="password" />
<input class="required confirmation-of_<name_of_the_field_to_confirm>" name="confirm-password" type="password" />
	
(Continues...)