Search the web
Sign In
New User? Sign Up
forms-dev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Missing code for custom inputs invalidCLASS assign   Message List  
Reply | Forward Message #944 of 945 |
Re: [forms-dev] Missing code for custom inputs invalidCLASS assign

Hello,

on 05/08/2008 04:50 AM vs_pvt said the following:
> There is missing code in forms.php that assign invalidCLASS value...
>
> if(IsSet($arguments["STYLE"]))
> $input["STYLE"]=$arguments["STYLE"];
> if(IsSet($arguments["InvalidSTYLE"]))
> $input["InvalidSTYLE"]=$arguments["InvalidSTYLE"];
> /* start of missed code */
> if(IsSet($arguments["InvalidCLASS"]))
> $input["InvalidCLASS"]=$arguments["InvalidCLASS"];
> /* end of missed code */
> if(IsSet($arguments["CLASS"]))
> $input["CLASS"]=$arguments["CLASS"];

Oh, I see. I just fixed that in CVS. Thank you for reporting.

--

Regards,
Manuel Lemos

PHP professionals looking for PHP jobs
http://www.phpclasses.org/professionals/

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/



Thu May 8, 2008 8:00 am

mallemos
Offline Offline
Send Email Send Email

Forward
Message #944 of 945 |
Expand Messages Author Sort by Date

There is missing code in forms.php that assign invalidCLASS value... if(IsSet($arguments["STYLE"])) $input["STYLE"]=$arguments["STYLE"]; ...
vs_pvt
Offline Send Email
May 8, 2008
7:54 am

Hello, ... Oh, I see. I just fixed that in CVS. Thank you for reporting. -- Regards, Manuel Lemos PHP professionals looking for PHP jobs ...
Manuel Lemos
mallemos
Offline Send Email
May 8, 2008
8:01 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help