[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

validation of date_select

Kim Quermann

5/11/2008 11:33:00 AM

I'm new to ror. I need to check a date in a form.
I'm validating if the datefields (I used a date_select) are empty. In
case they are not all three fiels (d, m, y) get a red background, but
only the selectfield for the day gets red. How can I change the
background of all selectfields?
In a second step I check if the date is allowed (31th of february
isn't). Is it possible to change in this case the backgroundcolor of the
field for the day and the month?
thanks in advance
--
Posted via http://www.ruby-....

2 Answers

Phillip Gawlowski

5/11/2008 11:50:00 AM

0

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Kim Quermann wrote:
| I'm new to ror. I need to check a date in a form.
| I'm validating if the datefields (I used a date_select) are empty. In
| case they are not all three fiels (d, m, y) get a red background, but
| only the selectfield for the day gets red. How can I change the
| background of all selectfields?
| In a second step I check if the date is allowed (31th of february
| isn't). Is it possible to change in this case the backgroundcolor of the
| field for the day and the month?
| thanks in advance

A look into the Rails API documentation reveals this:
http://api.rubyonrails.org/classes/ActiveRecord/Valida...

Though, you might want to ask the Rails community about this and Other
Rails related questions:
www.rubyonrails.com/community

They usually answer faster.

- --
Phillip Gawlowski
Twitter: twitter.com/cynicalryan
Blog: http://justarubyist.bl...

~ "Dad buried in landslide! Jubilant throngs fill streets! Stunned
father inconsolable - demands recount!" -- Calvin
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail....

iEYEARECAAYFAkgm3W8ACgkQbtAgaoJTgL9w4wCfTJyHdb5U1kCQ9kJPqHH1Akv0
g+YAni0NQtunQFU4636Yz6Gb5cBB4hF/
=Beru
-----END PGP SIGNATURE-----

Kim Quermann

5/11/2008 12:18:00 PM

0

Thanks. I'll post my question there.


> A look into the Rails API documentation reveals this:
> http://api.rubyonrails.org/classes/ActiveRecord/Valida...
>
> Though, you might want to ask the Rails community about this and Other
> Rails related questions:
> www.rubyonrails.com/community
>
> They usually answer faster.
--
Posted via http://www.ruby-....