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 718 - 747 of 946   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
718 aterrade Send Email Jun 1, 2006
10:26 am
With this code ,the user have to put a valid email adress. How can i make that the user can let de field empty to if donīt remember the mail? // Mail ...
719 fen.strat Send Email Jun 1, 2006
11:27 pm
You need to add a value which will be accepted without any validation. You do this by the setting 'ValidateOptionalValue&#39;=>&#39;' - i.e. allow a blank value to...
720 Manuel Lemos
mallemos Send Email
Jun 7, 2006
7:25 pm
Hello, ... I think you are looking at the wrong Smarty directories. ... As explained in the example, do not process the form template directly with the page...
721 Manuel Lemos
mallemos Send Email
Jun 7, 2006
7:45 pm
Hello, ... You need to check that with the onunload body page tag. ... I don't think you can cancel unloading a page. Never tried though. ... See the...
722 Manuel Lemos
mallemos Send Email
Jun 7, 2006
8:02 pm
Hello, ... I could not reproduce the behavior in Firefox 1.5.0.4 under Linux. Since the div does not contain nothing, nothing appears. Anyway, if it helps I...
723 Frank L. Parks
ezbiz77 Send Email
Jun 23, 2006
8:39 pm
Good Afternoon: I have having problems initially setting a check box. My friend and I have tried what we believe are all combinations of variables to set the ...
724 Manuel Lemos
mallemos Send Email
Jun 23, 2006
9:05 pm
Hello, ... Do not set this attribute if you do not want the checkbox checked. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer...
725 operationsengineer1@...
operationsen... Send Email
Jun 23, 2006
9:34 pm
... SetCheckedState should do the trick. it comes *after* you've defined your check box elements. from the Manuel's manual (i had to put those two words ...
726 Gary Rametta
grametta Send Email
Jun 30, 2006
12:37 am
Hello- I have the memory of an elephant. I've developed web pages, but each time I start a new one it's like I've never done one before. Anyway, the latest...
727 Manuel Lemos
mallemos Send Email
Jun 30, 2006
2:24 am
Hello, ... Not really. You can pick your HTML forms and transform them into Smarty templates with minor changes or replace the input tags by short PHP commands...
728 operationsengineer1@...
operationsen... Send Email
Jun 30, 2006
7:06 pm
... Gary, i think the first thing you need to do is decide what you want. i started using Manuel's great forms class when i first started seriously developing...
729 Gary Rametta
grametta Send Email
Jun 30, 2006
10:21 pm
... Wow, thanks a million for the offer and your insights. If you have the time to work out an example and post the code, I will gladly apply myself and learn...
730 albertp3 Send Email Jul 11, 2006
3:06 am
... An example of building the associative array from the database would be very helpful. Thanks....
731 aterrade Send Email Jul 11, 2006
7:11 am
Oracle example // Id Organitzador // Omplo les opcions de la select des de la base de dades $select = "select id_organitzador,nom from ge_organitzadors order...
732 albertp3 Send Email Jul 11, 2006
10:43 pm
... Thanks. That pushed me in the right direction and I got it working in MySQL....
733 Mark Ty
mty620 Send Email
Jul 20, 2006
7:36 pm
Just want to share my experience... I have a similar set up of using add-modify. I have one PHP file that I use for BOTH add and modify. the Add works...
734 Shekar C. Reddy
powerobject Send Email
Jul 25, 2006
1:24 am
Manuel, If I have a group of checkboxes as under: Group: [ ] Admin [ ] User [ ] Browser with a label for each checkbox along with a common label for...
735 Manuel Lemos
mallemos Send Email
Jul 25, 2006
1:58 am
Hello, ... can prefix the set- ... In HTML there is no such thing as groups of inputs. When you define a label it must be associated with a single input....
736 Shekar C. Reddy
powerobject Send Email
Jul 25, 2006
2:41 am
Manuel, Regret for the delay in replying as I was moved to another project. I've pasted the compiled output of the toolbar.tpl: <?php /* Smarty version 2.6.11,...
737 Shekar C. Reddy
powerobject Send Email
Jul 25, 2006
5:35 am
Manuel, I guess that is close enough to work out a solution. How do I add another label for the input (Admin in the given example) or the set using ...
738 Manuel Lemos
mallemos Send Email
Jul 25, 2006
7:17 am
Hello, ... No, the LABEL input property just defines the default LABEL argument value of AddLabelPart function. So, you can have multiple AddLabelPart calls...
739 Shekar C. Reddy
powerobject Send Email
Jul 25, 2006
8:21 pm
Sorry, Manuel! I couldn't follow. Here is my situation: Group: [ ] Admin [ ] User [ ] Browser (input-names: group) (input-IDs: group_admin, group_user,...
740 Manuel Lemos
mallemos Send Email
Jul 26, 2006
3:16 am
Hello, ... You need to set the FOR attribute to the ID of one of the inputs. That is how labels work. -- Regards, Manuel Lemos Metastorage - Data object...
741 jake.strawn Send Email Jul 26, 2006
6:11 am
Okay, I just stumbled upon this great class at phpclasses, and I must say, it looks great, and the code is well written, and robust for a form system to expand...
742 Manuel Lemos
mallemos Send Email
Jul 26, 2006
6:17 am
Hello, ... That is just what the example script does. In your real scripts, you would do something else. Take a look at the section of the script like below....
743 jake.strawn Send Email Jul 26, 2006
12:57 pm
Thanks for the info, however, this doesn't solve the problem that I was noticing... I'm using the ajax system, so as soon as the submit button is clicked, ...
744 Manuel Lemos
mallemos Send Email
Jul 26, 2006
6:23 pm
Hello, ... This happens when the form is not being submitted via AJAX. If you changed the example script, either you introduced something that is causing a...
745 Shekar C. Reddy
powerobject Send Email
Jul 27, 2006
6:08 am
Manuel, With a couple of submit buttons on the form, is there a way to skip form validations (cient/server) on clicking one of the submits without changing its...
746 Manuel Lemos
mallemos Send Email
Jul 27, 2006
6:19 am
Hello, ... I am not sure if this is what you mean, but if you set the SubForm property of a submit input, only the inputs that have the same SubForm property...
747 Shekar C. Reddy
powerobject Send Email
Jul 27, 2006
6:56 am
Manuel, I tried adding a label part right after AddInput() using: AddLabelPart( array( 'LABEL&#39; => 'Group&#39;, 'ID' => 'group&#39;, 'FOR' => 'group_admin&#39; )); I got no...
Messages 718 - 747 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