Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
ibolui #1
date validator
i cant seem to get the date validator to work..
where did it go wrong??
var d:Number = 21;
var m:Number = 2;
var y:Number = 1982;
dateV.daySource = d;
dateV.dayProperty = "valueOf";
dateV.monthSource = m;
dateV.monthProperty = "valueOf";
dateV.yearSource = y;
dateV.yearProperty = "valueOf";
<mx:DateValidator id="dateV" invalid="Alert.show('invalid')"/>
ibolui Guest
-
validator qs.(1.5)
Hi, I have a field in the form for which I have to check that it should have some specific string e.g 1234. I tried using below it works if I... -
ANN: TMT Validator
This is my latest toy. It's not strictly DW related (not yet at least), but it can be handy to people that build web applications:... -
Form validator help
I need a generic php Form Validator class that do: 1- display the form 2- validate the form 3- if the form is invalid, display the form filled... -
XML Document - DTD Validator
Hi All, Does anyone know of a good perl module through which i can validate XML against a given DTD. Aka, i want to be able to give a perl... -
Validator
Hi, I have a little problem with me form validation. When i run my page on the "Localhost" everything work fine, but when i run the page on...



Reply With Quote

