Search the web
Sign In
New User? Sign Up
forms-dev
? 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.

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 863 - 893 of 945   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
877
Manuel, Is is possible to separate the generated JavaScript into disk-files for effective client-side caching and reducing the HTML file-size? Similar to...
Shekar C. Reddy
powerobject
Offline Send Email
Mar 17, 2007
5:30 pm
878
I would like to re-phrase this request: The forms class could accumulate all the generated JavaScript in a class-var that we could fetch using a method...
Shekar C. Reddy
powerobject
Offline Send Email
Mar 17, 2007
7:36 pm
879
Hello, ... That bug is fixed. Thank you for reporting. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator ...
Manuel Lemos
mallemos
Offline Send Email
Mar 22, 2007
5:04 am
880
Hello, ... Please understand that the main forms class is already too large. Avoiding to include more code in the main forms to implement features that are not...
Manuel Lemos
mallemos
Offline Send Email
Mar 22, 2007
5:10 am
881
Hello, ... It can be a good idea, but I am not sure how to solve certain problems. If the generated Javascript code file does not exist, the class can save it...
Manuel Lemos
mallemos
Offline Send Email
Mar 22, 2007
5:28 am
882
Manuel, I realized file I/O should not be the task for forms class (which is a validation class) and should be left to the developer. Which is why, I posted a...
Shekar C. Reddy
powerobject
Offline Send Email
Mar 22, 2007
5:10 pm
883
Hello, ... The way I see it, does not seem to be a good idea to leave Javascript file generation and caching to the applications. First, it is a complicated...
Manuel Lemos
mallemos
Offline Send Email
Mar 22, 2007
6:56 pm
884
Manuel, It would be great if the forms class can manage the process of caching the JavaScript files. You quoted several issues and offered self-explanatory...
Shekar C. Reddy
powerobject
Offline Send Email
Mar 22, 2007
7:54 pm
886
Manuel, How can I change the name format of the input from: 'p_name_suffix' to just: 'name_suffix' without touching the form class core or form_date core? I...
Shekar C. Reddy
powerobject
Offline Send Email
Mar 26, 2007
2:25 am
887
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...
Manuel Lemos
mallemos
Offline Send Email
Mar 26, 2007
10:21 pm
888
Hello, ... I have already answered to this here: http://www.phpclasses.org/discuss/package/1/thread/63/#246 -- Regards, Manuel Lemos Metastorage - Data object...
Manuel Lemos
mallemos
Offline Send Email
Mar 26, 2007
10:23 pm
889
Hello, ... I already answered this here: http://www.phpclasses.org/discuss/package/1/thread/66/ -- Regards, Manuel Lemos Metastorage - Data object relational...
Manuel Lemos
mallemos
Offline Send Email
Mar 26, 2007
10:25 pm
890
Manuel, Thanks much for considering this exciting feature implementation! I hope you would address any derived extensions of the form_class (descendants) by...
Shekar C. Reddy
powerobject
Offline Send Email
Mar 27, 2007
1:41 am
891
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...
Shekar C. Reddy
powerobject
Offline Send Email
Mar 29, 2007
5:13 pm
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
Messages 863 - 893 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