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

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 730 - 759 of 945   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
748
Setting the SubForm property did the trick! A beautiful technique, indeed!! Thanks much,...
Shekar C. Reddy
powerobject
Offline Send Email
Jul 27, 2006
7:07 am
749
Hello, ... AddLabelPart will add the label where you put it within the form layout. If it does not look right for you, it is because you are not calling that...
Manuel Lemos
mallemos
Offline Send Email
Jul 27, 2006
7:16 am
750
Thanks for clarifying that, Manuel. I've automated this issue/task in a round-about way....
Shekar C. Reddy
powerobject
Offline Send Email
Jul 27, 2006
8:15 am
751
Manuel, Would you be able to help me with this issue? Thanks much in advance... ... I've pasted the ... ('modifier', 'default', 'toolbar.tpl', 8, ... ...
Shekar C. Reddy
powerobject
Offline Send Email
Aug 4, 2006
3:16 pm
752
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 ...
Manuel Lemos
mallemos
Offline Send Email
Aug 8, 2006
9:09 pm
753
Hope i'm not making myself look really stupid here.. "ValidateAsEmail"=>1, "ValidationErrorMessage"=>"It was not specified a valid e-mail address", The...
screawn2
Offline Send Email
Aug 10, 2006
6:08 pm
754
Hello, ... Yes, AFAIK e-mail addresses can contain single quotes. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator ...
Manuel Lemos
mallemos
Offline Send Email
Aug 14, 2006
7:00 am
755
Manuel, I tried '<br /><br />' and '\n\n' for ErrorMessageSuffix but the JavaScript error dialog displays the suffix as-is. I intend to insert a line-break or...
Shekar C. Reddy
powerobject
Offline Send Email
Aug 17, 2006
9:20 pm
756
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...
Shekar C. Reddy
powerobject
Offline Send Email
Aug 17, 2006
9:33 pm
757
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...
Shekar C. Reddy
powerobject
Offline Send Email
Aug 24, 2006
12:30 am
758
Hello, ... The line break string is "\n". -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP...
Manuel Lemos
mallemos
Offline Send Email
Aug 24, 2006
4:21 am
759
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...
Manuel Lemos
mallemos
Offline Send Email
Aug 24, 2006
4:31 am
Messages 730 - 759 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