Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

forms-dev

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 887 - 916 of 946   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
887 Manuel Lemos
mallemos Send Email
Mar 26, 2007
10:21 pm
Hello, ... Yes, it sees the best solution. The class also will issue an error that will be trapped by the debug callback function. ... I think it is better to...
888 Manuel Lemos
mallemos Send Email
Mar 26, 2007
10:23 pm
Hello, ... I have already answered to this here: http://www.phpclasses.org/discuss/package/1/thread/63/#246 -- Regards, Manuel Lemos Metastorage - Data object...
889 Manuel Lemos
mallemos Send Email
Mar 26, 2007
10:25 pm
Hello, ... I already answered this here: http://www.phpclasses.org/discuss/package/1/thread/66/ -- Regards, Manuel Lemos Metastorage - Data object relational...
890 Shekar C. Reddy
powerobject Send Email
Mar 27, 2007
1:41 am
Manuel, Thanks much for considering this exciting feature implementation! I hope you would address any derived extensions of the form_class (descendants) by...
891 Shekar C. Reddy
powerobject Send Email
Mar 29, 2007
5:13 pm
By the way, I've successfully isolated JavaScript to disk-files on another tool I use that generates JavaScript but did not have any support to isolate the...
892 Manuel Lemos
mallemos Send Email
Apr 5, 2007
8:49 pm
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...
893 Manuel Lemos
mallemos Send Email
Apr 5, 2007
8:54 pm
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...
894 Shekar C. Reddy
powerobject Send Email
Apr 10, 2007
8:02 pm
Manuel, I prefix ' &#39; to some inputs' LABELs for fine alignment with the labels of other inputs. I have an SELECT-type input and these space chars are...
895 Shekar C. Reddy
powerobject Send Email
Apr 10, 2007
9:11 pm
Manuel, Please ignore this post. I debugged it and noticed it is happening due to passing data by reference. ... the ... space ... (the ... prefixing ... input...
896 Shekar C. Reddy
powerobject Send Email
Apr 27, 2007
2:34 am
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...
897 Shekar C. Reddy
powerobject Send Email
Apr 27, 2007
4:39 am
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...
898 Manuel Lemos
mallemos Send Email
Apr 27, 2007
5:51 am
Hello, ... That is what either the NAME or ID properties are for. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator ...
899 Shekar C. Reddy
powerobject Send Email
Apr 27, 2007
6:10 am
Got it! Thanks, ... name - ... way ... Fetch/FetchOutput...
900 Manuel Lemos
mallemos Send Email
May 22, 2007
6:58 pm
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...
901 Shekar C. Reddy
powerobject Send Email
Jun 5, 2007
2:51 pm
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...
902 Manuel Lemos
mallemos Send Email
Jun 5, 2007
8:18 pm
Hello, ... Yes, I think you can do that easily. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator ...
903 Shekar C. Reddy
powerobject Send Email
Jun 6, 2007
6:45 am
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...
904 Manuel Lemos
mallemos Send Email
Jun 7, 2007
10:24 pm
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...
905 Shekar C. Reddy
powerobject Send Email
Jun 8, 2007
1:11 pm
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...
906 Manuel Lemos
mallemos Send Email
Jun 8, 2007
9:07 pm
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...
907 Shekar C. Reddy
powerobject Send Email
Jun 15, 2007
12:05 pm
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"...
908 Manuel Lemos
mallemos Send Email
Jun 15, 2007
7:55 pm
Hello, ... Use the ExtraAttributes class variable to set any form attributes that are not supported directly by the class: ...
909 Shekar C. Reddy
powerobject Send Email
Jun 16, 2007
6:10 am
Thanks, Manuel! By the way, when is the right time to set the 'encoding&#39; attribute of the form? Can we set it after adding inputs and before invoking ...
910 Manuel Lemos
mallemos Send Email
Jun 16, 2007
7:10 am
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 ...
911 Dreamweaver
dreaminspirer Send Email
Jul 7, 2007
3:15 am
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...
912 Manuel Lemos
mallemos Send Email
Jul 7, 2007
4:33 am
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...
913 iav8_eh Send Email Aug 6, 2007
6:53 pm
After reading the documentation and related post <http://tech.groups.yahoo.com/group/forms-dev/message/746> about subforms, I thought that simply setting...
914 Manuel Lemos
mallemos Send Email
Aug 17, 2007
6:35 pm
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 ...
915 Gary A Mort
garyamort Send Email
Aug 20, 2007
9:56 pm
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...
916 Manuel Lemos
mallemos Send Email
Aug 21, 2007
9:39 pm
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...
Messages 887 - 916 of 946   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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