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
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hello, I have just uploaded a new version with a batch of new features mostly requested by the users. Some are interested and I also benefitted from the...
12 Mar 22, 2007
5:10 am

Manuel Lemos
mallemos
Send Email

Manuel, I have an input that has options set as under: 'OPTIONS&#39; => array( 1 => 1, 2 => 2, 3 => 3 ); and the forms class marks up HTML like so: <option...
4 Mar 5, 2007
7:09 pm

Shekar C. Reddy
powerobject
Send Email

using... 'Accessible&#39;=>0, in the AdInput array partially achieves what i'd like to do. it displays the current value as text and used the correct styling. ...
13 Feb 23, 2007
8:57 pm

Shekar C. Reddy
powerobject
Send Email

Manuel, Setting a border InvalidSTYLE for invalid inputs works for text inputs but does not work for select inputs for frontend/badckend validations. However,...
6 Feb 21, 2007
2:55 am

Manuel Lemos
mallemos
Send Email

Manuel, I have a chicken-n-egg situation where I would not know if an input is required or not until a later time in my script. So I add it anyway and then...
2 Feb 20, 2007
8:24 pm

Manuel Lemos
mallemos
Send Email

Hello, Finally I made time to produce and upload the video of the forms class talk in English. This is a 4 hour video that is available here using Google...
3 Feb 20, 2007
8:16 pm

Manuel Lemos
mallemos
Send Email

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...
4 Feb 17, 2007
1:54 am

Manuel Lemos
mallemos
Send Email

Manuel, The following input specs are triggering client-side validations gracefully (without the ValidateOnlyOnServerSide) but are failing/skipping server-side...
2 Feb 14, 2007
1:17 am

Shekar C. Reddy
powerobject
Send Email

Manuel, I notice InvalidCLASS/InvalidSTYLE are being used for the input itself but is there a way to set these for the input's LABEL? Would it be possible to...
3 Jan 18, 2007
8:51 pm

Shekar C. Reddy
powerobject
Send Email

hi Manuel, I have the following code... $form->AddInput(array( "TYPE"=>"file", "NAME"=>"userfile", "ID"=>"userfile", //"ACCEPT";=>"image/gif", ...
2 Jan 18, 2007
1:27 am

Manuel Lemos
mallemos
Send Email

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...
2 Jan 10, 2007
8:14 am

Shekar C. Reddy
powerobject
Send Email

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"); ...
2 Dec 31, 2006
1:12 am

Manuel Lemos
mallemos
Send Email

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...
3 Dec 11, 2006
6:22 pm

Shekar C. Reddy
powerobject
Send Email

Manuel, I see the prefilter function replaces all {include}s with: '{/capture}{formadddatapart data=$smarty.capture.formdata}\\1 {capture name="formdata"}&#39; ...
22 Dec 11, 2006
6:20 pm

Shekar C. Reddy
powerobject
Send Email

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,...
2 Dec 9, 2006
10:01 pm

Manuel Lemos
mallemos
Send Email

Manuel, I asked you this question earlier but I guess it was mis-interpreted ... http://tech.groups.yahoo.com/group/forms-dev/message/651 ... No, it only...
10 Nov 21, 2006
9:46 pm

Manuel Lemos
mallemos
Send Email

* Class: FCKEditor Plug-in <http://www.phpclasses.org/browse/package/3524.html>* * Short description: Plug-in to edit HTML in Web forms using FCKEditor *...
1 Nov 21, 2006
4:53 am

Manuel Lemos
mallemos
Send Email

Hello,, On November 3rd I will be giving a talk at a free software event named CONISLI that takes place in São Paulo Brazil. The title of the talk is: Web...
6 Nov 1, 2006
3:12 am

Shekar C. Reddy
powerobject
Send Email

Hello, This message is only for that speak Portuguese. Foi criada outra lista de discussão sobre a classe de formulários para facilitar a comunicação para...
1 Oct 26, 2006
5:05 pm

Manuel Lemos
mallemos
Send Email

Hello, First of all, this is an awesome class! Thanks for the time and effort spent developing it. I'm new to this class and have not been able to figure out...
3 Oct 21, 2006
12:21 am

Brady Mitchell
bradym84321
Send Email

Manuel, I've just noticed that LoadInputValues() silently truncates the input length to MAXLENGTH if it is > MAXLENGTH without any errors. I thought it would...
6 Oct 20, 2006
6:36 am

Shekar C. Reddy
powerobject
Send Email

hi Manuel, it has been awhile since i've asked a question. i hope all is well with you and yours. if you recall, i worked on a project developing an interface...
2 Oct 18, 2006
9:57 pm

Manuel Lemos
mallemos
Send Email

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 ...
2 Oct 11, 2006
6:06 am

Manuel Lemos
mallemos
Send Email

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...
3 Sep 26, 2006
11:02 pm

Manuel Lemos
mallemos
Send Email

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...
10 Sep 26, 2006
1:15 am

Manuel Lemos
mallemos
Send Email

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...
2 Sep 15, 2006
6:54 am

Manuel Lemos
mallemos
Send Email

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...
2 Sep 15, 2006
6:46 am

Manuel Lemos
mallemos
Send Email

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...
3 Aug 24, 2006
2:00 pm

Shekar C. Reddy
powerobject
Send Email

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...
2 Aug 24, 2006
4:31 am

Manuel Lemos
mallemos
Send Email

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...
2 Aug 24, 2006
4:21 am

Manuel Lemos
mallemos
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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