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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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
Messages 834 - 863 of 945   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
834
Hello, Finally I made time to translate the slides of the forms class presentation from Portuguese to English. I am getting ready to produce a screencast video...
Manuel Lemos
mallemos
Offline Send Email
Jan 8, 2007
9:15 pm
835
Excellent job, Manuel! These slides are very informative and give extra coverage on the class. Yes, we would love to watch the screencast in English when it is...
Shekar C. Reddy
powerobject
Offline Send Email
Jan 10, 2007
8:14 am
836
hi Manuel, I have the following code... $form->AddInput(array( "TYPE"=>"file", "NAME"=>"userfile", "ID"=>"userfile", //"ACCEPT"=>"image/gif", ...
operationsengineer1@...
operationsen...
Offline Send Email
Jan 18, 2007
12:53 am
837
Hello, ... No, sorry, that is something that you need to change in php.ini. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer...
Manuel Lemos
mallemos
Offline Send Email
Jan 18, 2007
1:27 am
838
Manuel, I notice InvalidCLASS/InvalidSTYLE are being used for the input itself but is there a way to set these for the input's LABEL? Would it be possible to...
Shekar C. Reddy
powerobject
Offline Send Email
Jan 18, 2007
4:31 pm
839
Hello, ... You already requested that but there was not yet time to implement it. Please be patient. -- Regards, Manuel Lemos Metastorage - Data object...
Manuel Lemos
mallemos
Offline Send Email
Jan 18, 2007
5:00 pm
840
My bad! You are right. Thanks for refreshing my memory... ... itself ... be ... InvalidLabelCLASS/InvalidLabelSTYLE ... it....
Shekar C. Reddy
powerobject
Offline Send Email
Jan 18, 2007
8:51 pm
841
Manuel, Setting a border InvalidSTYLE for invalid inputs works for text inputs but does not work for select inputs for frontend/badckend validations. However,...
Shekar C. Reddy
powerobject
Offline Send Email
Jan 19, 2007
3:17 pm
842
Hello, ... I think that depends on the browser. Personally I would not worry trying to make it look like as you expect, but if you think it is important, I...
Manuel Lemos
mallemos
Offline Send Email
Jan 19, 2007
10:42 pm
843
Manuel, Yes, I've already tried using per-input InvalidCLASS/InvalidSTYLE for inputs but for some reason, I noticed it does not generate the frontend...
Shekar C. Reddy
powerobject
Offline Send Email
Jan 20, 2007
1:23 am
844
Hello, ... Does it happen with all browsers? Can you provide a minimal example script so I can reproduce the problem? -- Regards, Manuel Lemos Metastorage -...
Manuel Lemos
mallemos
Offline Send Email
Jan 20, 2007
1:43 am
845
Manuel, 1. You are right in that Firefox renders border color for select inputs but IE doesn't. 2. Further, you are also right to leave this to the developer...
Shekar C. Reddy
powerobject
Offline Send Email
Jan 20, 2007
8:03 am
846
Hello, Finally I made time to produce and upload the video of the forms class talk in English. This is a 4 hour video that is available here using Google...
Manuel Lemos
mallemos
Offline Send Email
Jan 26, 2007
10:57 am
847
Manuel, The video has good footage. But I noticed the volume was feeble for some reason. Thanks, ... class ... example ... AVI ... directly....
Shekar C. Reddy
powerobject
Offline Send Email
Feb 11, 2007
2:13 am
848
Manuel, I have a chicken-n-egg situation where I would not know if an input is required or not until a later time in my script. So I add it anyway and then...
Shekar C. Reddy
powerobject
Offline Send Email
Feb 11, 2007
2:15 am
849
Manuel, I would like to follow up on this as I started re-working on this task now. The reqs changed and now, there are multiple forms on the same page. You...
Shekar C. Reddy
powerobject
Offline Send Email
Feb 12, 2007
10:24 am
850
Manuel, The following input specs are triggering client-side validations gracefully (without the ValidateOnlyOnServerSide) but are failing/skipping server-side...
Shekar C. Reddy
powerobject
Offline Send Email
Feb 13, 2007
11:26 pm
851
Manuel, Please ignore this message. I'm sure its a glitch with my code and I'm debugging it. Regards, ... specify...
Shekar C. Reddy
powerobject
Offline Send Email
Feb 14, 2007
1:17 am
852
Hello, ... You can use the Click Action of a submit input button to emulate a click on the submit button. Take a look at the test_linked_select.php example ...
Manuel Lemos
mallemos
Offline Send Email
Feb 17, 2007
1:54 am
853
Hello, ... Yes, my microphone is not very good. I could have amplified the volume but it would also amplify the background noise. Maybe next recording I will...
Manuel Lemos
mallemos
Offline Send Email
Feb 20, 2007
8:16 pm
854
Hello, ... Accessing the inputs array directly is not acceptable and may break in the future. Why do you want to remove an input that you added in the first...
Manuel Lemos
mallemos
Offline Send Email
Feb 20, 2007
8:24 pm
855
Hello, ... If you have multiple forms, you should render each one with their own templates. Then you can capture they output to separate variables. Finally you...
Manuel Lemos
mallemos
Offline Send Email
Feb 20, 2007
8:27 pm
856
Hello, ... Actually there was a bug that was ignoring the input InvalidSTYLE option. The bug is fixed now in the latest version in CVS. ... I need a example...
Manuel Lemos
mallemos
Offline Send Email
Feb 21, 2007
2:55 am
857
Hello, I have thought about this and restored the original behaviour. Read only textarea inputs will be rendered with text eventually with some SPAN tags to...
mallemos
Offline Send Email
Feb 23, 2007
7:22 pm
858
Manuel, I get the idea. But if I have other forms with running content, how do I precisely position forms at different places by concatenating the captured...
Shekar C. Reddy
powerobject
Offline Send Email
Feb 23, 2007
8:55 pm
859
Manuel, Thank you very much for keeping this in mind. I'll test it out ASAP. ... some ... behavior ... reasons? ... will keep ... disabled- ... inconsistent. ...
Shekar C. Reddy
powerobject
Offline Send Email
Feb 23, 2007
8:57 pm
860
Manuel, By the way, I use Smarty and the way I see it possibly done is by using {include file} tags to include other templates for different forms into the...
Shekar C. Reddy
powerobject
Offline Send Email
Feb 24, 2007
8:22 pm
861
Hello, I have just uploaded a new version with a batch of new features mostly requested by the users. Some are interested and I also benefitted from the...
Manuel Lemos
mallemos
Offline Send Email
Feb 27, 2007
6:08 am
862
Thanks for the new version Manuel, and for that matter all the new features and plug-ins you've released in recent months. With custom validation, like the one...
fen.strat
Offline Send Email
Mar 1, 2007
12:09 am
863
Hello, ... I am not sure what is your difficulty. Anyway, if you want to use the same forms class object to render different forms, you need to call the...
Manuel Lemos
mallemos
Offline Send Email
Mar 1, 2007
6:37 pm
Messages 834 - 863 of 945   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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