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 your group to be featured on the Yahoo! Groups website? 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
Messages 821 - 850 of 945   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
821
Manuel, How do I go about adding inputs (buttons, checkboxes, etc) to the form to automate client (JavaScript) actions such as check/uncheck, select/unselect,...
Shekar C. Reddy
powerobject
Offline Send Email
Dec 2, 2006
12:50 am
822
Hello, As I mentioned I have been giving talks about the forms class in several places in Brazil. In one of the places the talk was filmed. Finally, I have...
Manuel Lemos
mallemos
Offline Send Email
Dec 9, 2006
6:11 am
823
Hello, As I mentioned I have been giving talks about the forms class in several places in Brazil. In one of the places the talk was filmed. Finally, I have...
Manuel Lemos
mallemos
Offline Send Email
Dec 9, 2006
6:17 am
824
Hello, ... Of course, when you use the forms class plug-in you must have created a a form object so it composes the form output. The Smarty plug-in for the...
Manuel Lemos
mallemos
Offline Send Email
Dec 9, 2006
9:53 pm
825
Hello, ... If you add inputs to the form dynamically using Javascript, that is no longer under the control of the form class because all happens at the browser...
Manuel Lemos
mallemos
Offline Send Email
Dec 9, 2006
10:01 pm
826
Thanks for clarifying that, Manuel. It is clear now as to how the form object composes the form output. I guess we can live with multiple templates for forms...
Shekar C. Reddy
powerobject
Offline Send Email
Dec 11, 2006
6:20 pm
827
Manuel, I guess this 2-hour video is exhaustive and excellent! I could follow it upto 50% because of the language. Thanks much for sharing this with us. ...
Shekar C. Reddy
powerobject
Offline Send Email
Dec 11, 2006
6:22 pm
828
[NOT: Multi-page Forms] Manuel, Apparently, the forms class has a hard-coded var $form that is rendered in Smarty. How do I go about rendering multiple forms...
Shekar C. Reddy
powerobject
Offline Send Email
Dec 15, 2006
3:03 am
829
Hello, ... I am not sure what you mean. If the forms are different, you would better use different form objects. If it is the same form, you can use different...
Manuel Lemos
mallemos
Offline Send Email
Dec 15, 2006
3:27 am
830
Yes, it's the same form. I couldn't find any sample code on using ResetFormParts() method using Smarty. My code is similar to: $form->LoadInputValues( ... ); ...
Shekar C. Reddy
powerobject
Offline Send Email
Dec 15, 2006
6:00 am
831
Hello, ... No. ... Just call ResetFormParts after you output a form with one template and before outputting the again. -- Regards, Manuel Lemos Metastorage -...
Manuel Lemos
mallemos
Offline Send Email
Dec 15, 2006
1:29 pm
832
I want to generate a select for a long list of years. I don't want to code it by hand. If I wasn't using this class I would do it like this: $year=date("Y"); ...
albertp3
Offline Send Email
Dec 28, 2006
7:33 pm
833
Hello, ... This message was already replied here: http://www.phpclasses.org/discuss/package/1/thread/44/ -- Regards, Manuel Lemos Metastorage - Data object...
Manuel Lemos
mallemos
Offline Send Email
Dec 31, 2006
1:12 am
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
Messages 821 - 850 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