Re: Upload Photo Using PHP

2010-07-22 Thread Hilton Gonçalves
My suggest... http://github.com/jrbasso/MeioUpload Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cak

Re: applying css to form input fields

2010-07-16 Thread Hilton Gonçalves
Hello Tomfox, is possible in two ways: 1 - by jquery http://api.jquery.com/child-selector/ eg.: $('.loginfield :text').addClass(''); or 2 - by css eg.: .loginfield input[type=text]{xx:z} bye, Hilton Check out the new CakePHP Questions site http://cakeqs.org and help others with t