Search the web
Sign In
New User? Sign Up
forms-dev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 718 - 747 of 945   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
718
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 ...
aterrade
Offline Send Email
Jun 1, 2006
10:26 am
719
You need to add a value which will be accepted without any validation. You do this by the setting 'ValidateOptionalValue'=>'' - i.e. allow a blank value to...
fen.strat
Offline Send Email
Jun 1, 2006
11:27 pm
720
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...
Manuel Lemos
mallemos
Offline Send Email
Jun 7, 2006
7:25 pm
721
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...
Manuel Lemos
mallemos
Offline Send Email
Jun 7, 2006
7:45 pm
722
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...
Manuel Lemos
mallemos
Offline Send Email
Jun 7, 2006
8:02 pm
723
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 ...
Frank L. Parks
ezbiz77
Offline Send Email
Jun 23, 2006
8:39 pm
724
Hello, ... Do not set this attribute if you do not want the checkbox checked. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer...
Manuel Lemos
mallemos
Offline Send Email
Jun 23, 2006
9:05 pm
725
... 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 ...
operationsengineer1@...
operationsen...
Offline Send Email
Jun 23, 2006
9:34 pm
726
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...
Gary Rametta
grametta
Offline Send Email
Jun 30, 2006
12:37 am
727
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...
Manuel Lemos
mallemos
Offline Send Email
Jun 30, 2006
2:24 am
728
... 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...
operationsengineer1@...
operationsen...
Offline Send Email
Jun 30, 2006
7:06 pm
729
... 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...
Gary Rametta
grametta
Offline Send Email
Jun 30, 2006
10:21 pm
730
... An example of building the associative array from the database would be very helpful. Thanks....
albertp3
Offline Send Email
Jul 11, 2006
3:06 am
731
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...
aterrade
Offline Send Email
Jul 11, 2006
7:11 am
732
... Thanks. That pushed me in the right direction and I got it working in MySQL....
albertp3
Offline Send Email
Jul 11, 2006
10:43 pm
733
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...
Mark Ty
mty620
Offline Send Email
Jul 20, 2006
7:36 pm
734
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...
Shekar C. Reddy
powerobject
Offline Send Email
Jul 25, 2006
1:24 am
735
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....
Manuel Lemos
mallemos
Offline Send Email
Jul 25, 2006
1:58 am
736
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,...
Shekar C. Reddy
powerobject
Offline Send Email
Jul 25, 2006
2:41 am
737
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 ...
Shekar C. Reddy
powerobject
Offline Send Email
Jul 25, 2006
5:35 am
738
Hello, ... No, the LABEL input property just defines the default LABEL argument value of AddLabelPart function. So, you can have multiple AddLabelPart calls...
Manuel Lemos
mallemos
Offline Send Email
Jul 25, 2006
7:17 am
739
Sorry, Manuel! I couldn't follow. Here is my situation: Group: [ ] Admin [ ] User [ ] Browser (input-names: group) (input-IDs: group_admin, group_user,...
Shekar C. Reddy
powerobject
Offline Send Email
Jul 25, 2006
8:21 pm
740
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...
Manuel Lemos
mallemos
Offline Send Email
Jul 26, 2006
3:16 am
741
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...
jake.strawn
Offline Send Email
Jul 26, 2006
6:11 am
742
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....
Manuel Lemos
mallemos
Offline Send Email
Jul 26, 2006
6:17 am
743
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, ...
jake.strawn
Offline Send Email
Jul 26, 2006
12:57 pm
744
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...
Manuel Lemos
mallemos
Offline Send Email
Jul 26, 2006
6:23 pm
745
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...
Shekar C. Reddy
powerobject
Offline Send Email
Jul 27, 2006
6:08 am
746
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...
Manuel Lemos
mallemos
Offline Send Email
Jul 27, 2006
6:19 am
747
Manuel, I tried adding a label part right after AddInput() using: AddLabelPart( array( 'LABEL' => 'Group', 'ID' => 'group', 'FOR' => 'group_admin' )); I got no...
Shekar C. Reddy
powerobject
Offline Send Email
Jul 27, 2006
6:56 am
Messages 718 - 747 of 945   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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