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 892 - 921 of 945   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
892
Hello, ... I do not see the need for the life time cache check. I may just add an option to generate the Javascript only if it does not exist and it would not...
Manuel Lemos
mallemos
Offline Send Email
Apr 5, 2007
8:49 pm
893
Hello, ... There is no need for using another generic caching component to implement caching mechanism. I have developed a mature generic caching class a long...
Manuel Lemos
mallemos
Offline Send Email
Apr 5, 2007
8:54 pm
894
Manuel, I prefix '&nbsp;' to some inputs' LABELs for fine alignment with the labels of other inputs. I have an SELECT-type input and these space chars are...
Shekar C. Reddy
powerobject
Offline Send Email
Apr 10, 2007
8:02 pm
895
Manuel, Please ignore this post. I debugged it and noticed it is happening due to passing data by reference. ... the ... space ... (the ... prefixing ... input...
Shekar C. Reddy
powerobject
Offline Send Email
Apr 10, 2007
9:11 pm
896
Manuel, On using the same form object to render form parts with ResetFormParts() using different templates, I noticed the first column or the erroneous column...
Shekar C. Reddy
powerobject
Offline Send Email
Apr 27, 2007
2:34 am
897
Manuel, I've just noticed that there are now two forms with the same name - one in the sidebar (rendered first) and the other in the content section (rendered...
Shekar C. Reddy
powerobject
Offline Send Email
Apr 27, 2007
4:39 am
898
Hello, ... That is what either the NAME or ID properties are for. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator ...
Manuel Lemos
mallemos
Offline Send Email
Apr 27, 2007
5:51 am
899
Got it! Thanks, ... name - ... way ... Fetch/FetchOutput...
Shekar C. Reddy
powerobject
Offline Send Email
Apr 27, 2007
6:10 am
900
Hello, Once again I got a request to develop a small PHP application that would use the forms class. Since I do not have the time to handle it, the person that...
Manuel Lemos
mallemos
Offline Send Email
May 22, 2007
6:58 pm
901
Manuel, Is it possible to render a SELECT-MULTIPLE input as a div with checkboxes (options as checkboxes that get checked/highlighted on clicking) for easier...
Shekar C. Reddy
powerobject
Offline Send Email
Jun 5, 2007
2:51 pm
902
Hello, ... Yes, I think you can do that easily. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator ...
Manuel Lemos
mallemos
Offline Send Email
Jun 5, 2007
8:18 pm
903
Manuel, How do I validate min length if the value has tags not to be counted as the actual content? I want to validate the length of the actual content after...
Shekar C. Reddy
powerobject
Offline Send Email
Jun 6, 2007
6:45 am
904
Hello, ... Currently the class is not ready to achieve that in an easy way. I think you can write a custom class that performs that kind of validation by...
Manuel Lemos
mallemos
Offline Send Email
Jun 7, 2007
10:24 pm
905
Manuel, Yes, I thought of writing a custom class. But I guess the validation would be performed only on the server side as I don't know if there is any...
Shekar C. Reddy
powerobject
Offline Send Email
Jun 8, 2007
1:11 pm
906
Hello, ... Not directly, but I think you can use Javascript regular expression functions to remove the tags probably in one line of code. -- Regards, Manuel...
Manuel Lemos
mallemos
Offline Send Email
Jun 8, 2007
9:07 pm
907
Manuel, I see no option to set the accept-charset for the generated form tag in the forms class. How do I get the class to render: <form accept-charset="utf-8"...
Shekar C. Reddy
powerobject
Offline Send Email
Jun 15, 2007
12:05 pm
908
Hello, ... Use the ExtraAttributes class variable to set any form attributes that are not supported directly by the class: ...
Manuel Lemos
mallemos
Offline Send Email
Jun 15, 2007
7:55 pm
909
Thanks, Manuel! By the way, when is the right time to set the 'encoding' attribute of the form? Can we set it after adding inputs and before invoking ...
Shekar C. Reddy
powerobject
Offline Send Email
Jun 16, 2007
6:10 am
910
Hello, ... AFAIK, encoding is only relevant to the browser. So you can set before you make the forms class generate the form output. -- Regards, Manuel Lemos ...
Manuel Lemos
mallemos
Offline Send Email
Jun 16, 2007
7:10 am
911
I browsed through all the mailing list posts here and the document and the examples but couldn't find any real life example of how to retrieve, validate and...
Dreamweaver
dreaminspirer
Online Now Send Email
Jul 7, 2007
3:15 am
912
Hello, ... If you use the MULTIPLE attribute for a group of checkboxes with the same NAME attribute, you can use the ValidateAsSet attribute to make the class...
Manuel Lemos
mallemos
Offline Send Email
Jul 7, 2007
4:33 am
913
After reading the documentation and related post <http://tech.groups.yahoo.com/group/forms-dev/message/746> about subforms, I thought that simply setting...
iav8_eh
Offline Send Email
Aug 6, 2007
6:53 pm
914
Hello, ... You can use the WasSubmitted function to determine which submit button was used to submit the form. You just need to map submit buttons to ...
Manuel Lemos
mallemos
Offline Send Email
Aug 17, 2007
6:35 pm
915
Are there any books(hardcopy) that discuss using PHP forms(this automated package, not forms in general). I'm rather old school and find a written book helps...
Gary A Mort
garyamort
Offline Send Email
Aug 20, 2007
9:56 pm
916
Hello, ... Well, I can always take the reference manual and generate a PDF if that would solve your problem. -- Regards, Manuel Lemos Metastorage - Data object...
Manuel Lemos
mallemos
Offline Send Email
Aug 21, 2007
9:39 pm
917
Doesn't that make this package unusable in most cases? Or are people just ignoring the terms of the license? As I read it, it means I can't use it for...
Gary A Mort
garyamort
Offline Send Email
Aug 29, 2007
10:33 am
918
Yes indeed at 6:40am after not getting enough sleep, I am misreading the terms. I'm looking at a different PHP forms package. Gah...
Gary A Mort
garyamort
Offline Send Email
Aug 29, 2007
10:44 am
919
... I completely overlooked the HTML documentation. I assumed forms.html was an example or something. Ok, now I've found the documentation, now I need to look...
Gary A Mort
garyamort
Offline Send Email
Aug 29, 2007
10:44 am
920
Manuel, We would like to see the VAT ID validation in forms class: https://store5.esellerate.net/store/VATID.htm ...
Shekar C. Reddy
powerobject
Offline Send Email
Aug 30, 2007
6:00 pm
921
Hello; I'm trying to use the linked selection box... I want to get 2 differnt selection boxes (Preformance time and Seating Section) to pupulate based on the...
kurt_leyba
Offline Send Email
Sep 10, 2007
5:46 pm
Messages 892 - 921 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