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 847 - 876 of 945   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
864
Hello, ... You should not use page wide templates when using the forms smarty plug-in because it will always enclose the resulting template output between the...
Manuel Lemos
mallemos
Offline Send Email
Mar 1, 2007
6:49 pm
865
Hello, ... Yes, it is possible. Since in the example script it was not necessary because if any of the inputs fail validation the custom validation never ...
Manuel Lemos
mallemos
Offline Send Email
Mar 2, 2007
6:31 am
866
Manuel, I have an input that has options set as under: 'OPTIONS' => array( 1 => 1, 2 => 2, 3 => 3 ); and the forms class marks up HTML like so: <option...
Shekar C. Reddy
powerobject
Offline Send Email
Mar 4, 2007
11:14 am
867
CORRECTION: GetInputValue is returning the previous value instead of the submitted value. ... input after LoadInputValues....
Shekar C. Reddy
powerobject
Offline Send Email
Mar 4, 2007
11:16 am
868
Hello, ... PHP converts array indexes that are strings with numbers into integers. Anyway, I need to see an example script to reproduce the problems of ...
Manuel Lemos
mallemos
Offline Send Email
Mar 4, 2007
6:58 pm
869
Manuel, I debugged it and realized it was due to a chicken-n-egg situation: I would not know the OPTIONS until I retrieve data and/but I need OPTIONS to...
Shekar C. Reddy
powerobject
Offline Send Email
Mar 5, 2007
7:09 pm
870
Manuel, Could you list the new features you added from the last version so we can try them out? TIA ... mostly ... my ... features ... ins to ... how to...
Shekar C. Reddy
powerobject
Offline Send Email
Mar 11, 2007
6:54 am
871
Manuel, How do I set a validation rule to specify the minimum/maximum number of selected options in a multiple select input? Eg: 1 => 1 2 => 2 3 => 3 4 => 4 5...
Shekar C. Reddy
powerobject
Offline Send Email
Mar 13, 2007
2:45 am
872
Hello, ... I think it is better that you take a look at the latest file changes feed: http://www.phpclasses.org/browse/feed/changes/package/1.xml -- Regards, ...
Manuel Lemos
mallemos
Offline Send Email
Mar 13, 2007
3:12 am
873
Hello, ... This is very specific to provide as a feature built-in the class. I suggest that you study the custom validation example plug-in and adapt it to...
Manuel Lemos
mallemos
Offline Send Email
Mar 13, 2007
3:14 am
874
Manuel, I guess there is a glitch in the calculation of aging: templates/form_password_body.html.php (995 days ago) (2004-06- 20T22:06:53Z) Age in days: 995 ...
Shekar C. Reddy
powerobject
Offline Send Email
Mar 13, 2007
5:51 am
875
Manuel, I beg to differ on this - partly and also mainly because its not a client action, just a validation. Restricting the number of options selected is very...
Shekar C. Reddy
powerobject
Offline Send Email
Mar 16, 2007
11:31 pm
876
Also, it is similar to ValidateMinimumLength/ValidateMaximumLength validation rules. Thanks, ... options ... to ... and ... at ... checkboxes ... class. I ... ...
Shekar C. Reddy
powerobject
Offline Send Email
Mar 17, 2007
5:11 pm
Messages 847 - 876 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