hat jemand eine Idee wie man powermail dazu bringt ein Feld darauf zu prüfen ob
es in der Zukunft liegt
das hier sind die Beispiele aus dem manual, aber leider bin ich eine Niete in JS
Validation.addAllThese([
['powermail_uid17', 'This should not be empty', function(v) {
return !Validation.get('IsEmpty').test(v);
}],
['powermail_uid18', '###POWERMAIL_LOCALLANG_MESSAGE###', function(v) {
return !/[^d]/.test(v);
}]
['powermail_uid19', 'No numbers allowed', function(v) {
return Validation.get('IsEmpty').test(v) || /^[a-zA-Z]+$/.test(v)
}]
--
Ralf-René Schröder
http://if-20.com ... YAML templates for TYPO3
______________________________________________
_______________________________________________
TYPO3-german mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german