problem in Spry validation

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
eshban
Forum Contributor
Posts: 184
Joined: Mon Sep 05, 2005 1:38 am

problem in Spry validation

Post by eshban »

hello,

i am using spry framework in Adobe Dreamweaver CS3 and i am working on its validations, its works fine, but on one textfield, i want to apply validation so that it cannot accept numeric characters, means the input field just accept characters.
please tell me that how can i write its validation. i tried this , but it is for just integer values.

//var sprytextfield2 = new Spry.Widget.ValidationTextField("sprytextfield2", "integer", {validateOn:["blur"]});

thanks
Post Reply