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 806 - 835 of 945   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
806
Manuel, I've just noticed clicking the submit button populates the submit button into $_POST but pressing the Enter key does not. Is this the default behavior...
Shekar C. Reddy
powerobject
Offline Send Email
Nov 13, 2006
7:24 am
807
Hello, ... Yes, the submit button only appears in request variables when it is effectively used. -- Regards, Manuel Lemos Metastorage - Data object relational...
Manuel Lemos
mallemos
Offline Send Email
Nov 13, 2006
1:05 pm
808
Manuel, Thanks for clearing that up! Is there any JavaScript magic I could use to force the default submit button into request vars? Form-onsubmit for...
Shekar C. Reddy
powerobject
Offline Send Email
Nov 13, 2006
10:41 pm
809
* Class: FCKEditor Plug-in <http://www.phpclasses.org/browse/package/3524.html>* * Short description: Plug-in to edit HTML in Web forms using FCKEditor *...
Manuel Lemos
mallemos
Offline Send Email
Nov 21, 2006
4:53 am
810
Hello, ... I finally made time to make the Smarty pre-filter use handle properly all special marks like include, include_php, if, else, elseif, foreach, ...
Manuel Lemos
mallemos
Offline Send Email
Nov 21, 2006
6:53 pm
811
Hello, ... I finally made time to a new input property name ApplicationData that you can set to any type of value using AddInput or SetInputProperty. You can...
Manuel Lemos
mallemos
Offline Send Email
Nov 21, 2006
7:01 pm
812
Thank you very much, Manuel! We do appreciate your time and efforts. I'll certainly use this feature right away which would go a very long way in utilizing...
Shekar C. Reddy
powerobject
Offline Send Email
Nov 21, 2006
9:25 pm
813
Thanks much, Manuel! This will reduce the number of template files in my application now. I was actually using different template files for forms-based pages ...
Shekar C. Reddy
powerobject
Offline Send Email
Nov 21, 2006
9:34 pm
814
Hello, ... Sorry, Data can't be used because there is already a property with that name in a custom input. -- Regards, Manuel Lemos Metastorage - Data object...
Manuel Lemos
mallemos
Offline Send Email
Nov 21, 2006
9:46 pm
815
Manuel, I'm afraid I noticed a tiny glitch in the revised prefilter: TEMPLATE: <td{if $colspan > 1} colspan="{$colspan}"{/if} nowrap> OUTPUT: <td<?php...
Shekar C. Reddy
powerobject
Offline Send Email
Nov 25, 2006
9:42 am
816
Manuel, I'm afraid the problem did not get resolved with preg_quote in prefilter as the following still throws "syntax error: unrecognized tag 'input'...
Shekar C. Reddy
powerobject
Offline Send Email
Nov 27, 2006
7:22 am
817
Hello, ... You can only use the forms Smarty plug-in if you set Smarty "form" variable to the forms class object. Therefore you cannot use the "form" to assign...
Manuel Lemos
mallemos
Offline Send Email
Nov 27, 2006
2:34 pm
818
Oops! Sorry for the confusion. The actual code is: {if $page.type = 'form'} {input name="Submit"} {/if} Yes, the Smarty "form" variable is set to the forms...
Shekar C. Reddy
powerobject
Offline Send Email
Nov 27, 2006
5:31 pm
819
Hello, ... It seems you should be using == token, as just = makes Smarty fail in error. ... It looks ok to me. Smarty generates PHP code that uses if/endif...
Manuel Lemos
mallemos
Offline Send Email
Nov 30, 2006
4:18 am
820
Sorry again for typing wrong code, Manuel - because I could not copy it from my code as I was away from my machine. Yes, the operator used is ' == ' with...
Shekar C. Reddy
powerobject
Offline Send Email
Nov 30, 2006
3:15 pm
821
Manuel, How do I go about adding inputs (buttons, checkboxes, etc) to the form to automate client (JavaScript) actions such as check/uncheck, select/unselect,...
Shekar C. Reddy
powerobject
Offline Send Email
Dec 2, 2006
12:50 am
822
Hello, As I mentioned I have been giving talks about the forms class in several places in Brazil. In one of the places the talk was filmed. Finally, I have...
Manuel Lemos
mallemos
Offline Send Email
Dec 9, 2006
6:11 am
823
Hello, As I mentioned I have been giving talks about the forms class in several places in Brazil. In one of the places the talk was filmed. Finally, I have...
Manuel Lemos
mallemos
Offline Send Email
Dec 9, 2006
6:17 am
824
Hello, ... Of course, when you use the forms class plug-in you must have created a a form object so it composes the form output. The Smarty plug-in for the...
Manuel Lemos
mallemos
Offline Send Email
Dec 9, 2006
9:53 pm
825
Hello, ... If you add inputs to the form dynamically using Javascript, that is no longer under the control of the form class because all happens at the browser...
Manuel Lemos
mallemos
Offline Send Email
Dec 9, 2006
10:01 pm
826
Thanks for clarifying that, Manuel. It is clear now as to how the form object composes the form output. I guess we can live with multiple templates for forms...
Shekar C. Reddy
powerobject
Offline Send Email
Dec 11, 2006
6:20 pm
827
Manuel, I guess this 2-hour video is exhaustive and excellent! I could follow it upto 50% because of the language. Thanks much for sharing this with us. ...
Shekar C. Reddy
powerobject
Offline Send Email
Dec 11, 2006
6:22 pm
828
[NOT: Multi-page Forms] Manuel, Apparently, the forms class has a hard-coded var $form that is rendered in Smarty. How do I go about rendering multiple forms...
Shekar C. Reddy
powerobject
Offline Send Email
Dec 15, 2006
3:03 am
829
Hello, ... I am not sure what you mean. If the forms are different, you would better use different form objects. If it is the same form, you can use different...
Manuel Lemos
mallemos
Offline Send Email
Dec 15, 2006
3:27 am
830
Yes, it's the same form. I couldn't find any sample code on using ResetFormParts() method using Smarty. My code is similar to: $form->LoadInputValues( ... ); ...
Shekar C. Reddy
powerobject
Offline Send Email
Dec 15, 2006
6:00 am
831
Hello, ... No. ... Just call ResetFormParts after you output a form with one template and before outputting the again. -- Regards, Manuel Lemos Metastorage -...
Manuel Lemos
mallemos
Offline Send Email
Dec 15, 2006
1:29 pm
832
I want to generate a select for a long list of years. I don't want to code it by hand. If I wasn't using this class I would do it like this: $year=date("Y"); ...
albertp3
Offline Send Email
Dec 28, 2006
7:33 pm
833
Hello, ... This message was already replied here: http://www.phpclasses.org/discuss/package/1/thread/44/ -- Regards, Manuel Lemos Metastorage - Data object...
Manuel Lemos
mallemos
Offline Send Email
Dec 31, 2006
1:12 am
834
Hello, Finally I made time to translate the slides of the forms class presentation from Portuguese to English. I am getting ready to produce a screencast video...
Manuel Lemos
mallemos
Offline Send Email
Jan 8, 2007
9:15 pm
835
Excellent job, Manuel! These slides are very informative and give extra coverage on the class. Yes, we would love to watch the screencast in English when it is...
Shekar C. Reddy
powerobject
Offline Send Email
Jan 10, 2007
8:14 am
Messages 806 - 835 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