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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 751 - 780 of 946   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
751 Shekar C. Reddy
powerobject Send Email
Aug 4, 2006
3:16 pm
Manuel, Would you be able to help me with this issue? Thanks much in advance... ... I've pasted the ... ('modifier&#39;, 'default&#39;, 'toolbar.tpl', 8, ... ...
752 Manuel Lemos
mallemos Send Email
Aug 8, 2006
9:09 pm
Hello, ... This issue is not forgotten. I just did not had the time to look into it. Patches to solve the problem are also welcome. -- Regards, Manuel Lemos ...
753 screawn2 Send Email Aug 10, 2006
6:08 pm
Hope i'm not making myself look really stupid here.. "ValidateAsEmail"=>1, "ValidationErrorMessage"=>"It was not specified a valid e-mail address", The...
754 Manuel Lemos
mallemos Send Email
Aug 14, 2006
7:00 am
Hello, ... Yes, AFAIK e-mail addresses can contain single quotes. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator ...
755 Shekar C. Reddy
powerobject Send Email
Aug 17, 2006
9:20 pm
Manuel, I tried '<br /><br />' and '\n&#92;n' for ErrorMessageSuffix but the JavaScript error dialog displays the suffix as-is. I intend to insert a line-break or...
756 Shekar C. Reddy
powerobject Send Email
Aug 17, 2006
9:33 pm
Manuel, I've just downloaded the latest version of forms.php and seen that you implemented displaying all the client-side error messages together instead of...
757 Shekar C. Reddy
powerobject Send Email
Aug 24, 2006
12:30 am
Manuel, Could you give me some hints on implementing an optional PREFIX-text to input labels inside AddLabelPart() or Output() methods? I would not like to...
758 Manuel Lemos
mallemos Send Email
Aug 24, 2006
4:21 am
Hello, ... The line break string is "\n". -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP...
759 Manuel Lemos
mallemos Send Email
Aug 24, 2006
4:31 am
Hello, ... I knew somebody would ask for that soon or later. It is possible to implement, as long as you specify the label ID field. I will implement that...
760 Manuel Lemos
mallemos Send Email
Aug 24, 2006
4:36 am
Hello, ... I am not sure why you need this. It seems to be for very specific needs. I am afraid this may require too much code to bloat the main class further,...
761 Shekar C. Reddy
powerobject Send Email
Aug 24, 2006
2:00 pm
Manuel, I automated the required-fields flags to display as a '*' prefix in red color for the input labels without having to manually place the * marks in the...
762 checta2002 Send Email Sep 10, 2006
8:17 pm
Hi! This class is brilliant, Thanks!! I would like to know if anyone has found a way to get multiple linked selects working with javascript. I have been able...
763 Manuel Lemos
mallemos Send Email
Sep 10, 2006
10:41 pm
Hello, ... I am not sure what you mean. Isn't that what the test_linked_select.php example does? -- Regards, Manuel Lemos Metastorage - Data object relational...
764 checta2002 Send Email Sep 10, 2006
11:03 pm
Hi Manuel, I want to be able to select more than one option to link to the next box. For example if continents is set to "multiple"; then the user can select...
765 checta2002 Send Email Sep 11, 2006
11:47 am
Hi, I have another question that is probably really stupid so sorry in advance. What line should be in my code to get a reset button to work on a form that...
766 Shekar C. Reddy
powerobject Send Email
Sep 15, 2006
1:00 am
Manuel, I've just noticed that IE7 displays the client validation error messages only for the first time but after closing the dialog and fixing data in the...
767 Manuel Lemos
mallemos Send Email
Sep 15, 2006
6:44 am
Hello, ... That is a bit tricky. The options to show in the linked select depend on the selected group. If you select multiple groups, what options do you ...
768 Manuel Lemos
mallemos Send Email
Sep 15, 2006
6:46 am
Hello, ... The action upon clicking on a reset button is implemented by the browser. Usually it makes the form inputs have the values set when the form page...
769 Manuel Lemos
mallemos Send Email
Sep 15, 2006
6:54 am
Hello, ... Maybe. IE7 is still beta. Maybe it is causing Javascript errors that make the Javascript execution halt. I do not have a machine on which I can run...
770 checta2002 Send Email Sep 25, 2006
1:55 am
Hi Manuel, Thanks for your reply. Using the continents / countires as an example if no continent was selected, ideally nothing would appear in the countries...
771 Manuel Lemos
mallemos Send Email
Sep 25, 2006
6:51 am
Hello, ... I am afraid it is not legal for a select input to not have any options. Maybe a dummy option should be used, like in the database versions of the...
772 Shekar C. Reddy
powerobject Send Email
Sep 25, 2006
9:42 am
Manuel, The multi-select feature would be very useful. I haven't used the linked select yet nor had a chance to peek into its code but multi- select feature...
773 operationsengineer1
operationsen... Send Email
Sep 25, 2006
11:57 pm
... Manuel, wouldn't this be easier to solve using an AJAX solution where the code gets the ids of the selected items, assembles a query, runs the query and...
774 Manuel Lemos
mallemos Send Email
Sep 26, 2006
1:11 am
Hello, ... Sure, it needs an SQL query template different from the query template used when linking to regular select inputs. -- Regards, Manuel Lemos ...
775 Manuel Lemos
mallemos Send Email
Sep 26, 2006
1:15 am
Hello, ... That is not the problem. The linked select plug-in already uses AJAX in dynamic mode, which is the default mode for the database variants of the ...
776 texastoast78 Send Email Sep 26, 2006
8:27 pm
Disregard last post. I figured it out naturally 2 minutes after posting the question. I changed the functions to use 2 different names and loaded them in a...
777 texastoast78 Send Email Sep 26, 2006
8:28 pm
Hi I have a nice little form for entering/editing database entries built using this class. The only problem I am having is that a couple of fields should not...
778 Manuel Lemos
mallemos Send Email
Sep 26, 2006
11:02 pm
Hello, ... If you just want to display the values, use the "Accessible&quot; or "ReadOnly"; property. -- Regards, Manuel Lemos Metastorage - Data object relational...
779 Shekar C. Reddy
powerobject Send Email
Oct 11, 2006
5:08 am
Manuel and others, Inviting opinions on what is a better approach in web-forms: using the original column names or fake/alias names (with alias-column-mapping ...
780 Manuel Lemos
mallemos Send Email
Oct 11, 2006
6:06 am
Hello, ... What harm can anybody cause knowning the original column names? I don't see how can using alias names be worth the effort. -- Regards, Manuel Lemos ...
Messages 751 - 780 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