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

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 275 - 304 of 945   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
275
Can the CAPTCHA plugin use different fonts or distorted text? Also, I am getting the following validation warnings for DTD XHTML 1.0 Transitional: "Warning:...
idiroddi
Offline Send Email
Dec 4, 2005
3:05 am
276
Hello, ... You can open any GD font you want to use and pass the font handle to the input plug-in using the Font attribute. It does not render fonts distorted...
Manuel Lemos
mallemos
Offline Send Email
Dec 4, 2005
9:06 pm
277
Hello, I just would like to let you know about this page that I think it is of your interest. Class: Plugin Cal class This class is a plugin that implements a...
Manuel Lemos
mallemos
Offline Send Email
Dec 8, 2005
1:57 am
278
hi Manuel, can the forms class use javascript so that if a radio box is checked, another form element (eg, a drop down box) disappears? if so, do you have some...
operationsengineer1@...
operationsen...
Offline Send Email
Dec 8, 2005
7:40 pm
279
Hello, ... The only way I see to make inputs disappear is to use <div> tags and Javascript to hide them. I think that if you set the ONCHANGE attribute of the...
Manuel Lemos
mallemos
Offline Send Email
Dec 9, 2005
12:39 am
280
hi Manuel, i use the following custom linked select to select one value and it works fine: $form->AddInput(array( 'TYPE'=>'custom', 'NAME'=>'serial_number', ...
operationsengineer1@...
operationsen...
Offline Send Email
Dec 14, 2005
12:43 am
281
I am using database driven SELECT's that will occasionally contain a value that is not in OPTIONS (i.e. ca vs CA), at which point i get the expected error of...
idiroddi
Offline Send Email
Dec 14, 2005
8:51 pm
282
ONKEYUP works great within the ExtraAttributes like so: "ExtraAttributes"=>array( "onKeyUp"=>"TabNext(this,'up',3,homephone_exchange)" ), But not like this: ...
idiroddi
Offline Send Email
Dec 14, 2005
11:18 pm
283
hi Manuel, i'm wondering if your forms class can be incorporated into Ruby on Rails. RoR looks to be an awsome development framework for many situations, but i...
operationsengineer1@...
operationsen...
Offline Send Email
Dec 16, 2005
1:47 am
284
Hello, Sorry for the delay. I have been busy with several projects to be finished before X-mas. ... It should be ValidateAsSet, not ValidateAsNotEmpty. -- ...
Manuel Lemos
mallemos
Offline Send Email
Dec 24, 2005
2:25 am
285
Hello, ... I am not sure if understand your question. I think you can make the initial value "" and set the DiscardInvalidValues parameter, so any values not...
Manuel Lemos
mallemos
Offline Send Email
Dec 24, 2005
2:47 am
286
Hello, ... This bug as fixed in the last release. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator ...
Manuel Lemos
mallemos
Offline Send Email
Dec 24, 2005
2:48 am
287
Hello, ... I don't know if I understand you. Ruby on Rail is a framework in the Ruby language, not in PHP. Other than that, personally I do not put much faith...
Manuel Lemos
mallemos
Offline Send Email
Dec 24, 2005
2:57 am
288
Hi everyone ! when using formsgeneration-2005-12-20 I found some unexpected feature in EncodeHTMLString() function: Function EncodeHTMLString($string) { ...
taras086
Offline Send Email
Dec 26, 2005
12:52 pm
289
... value'. ... The form is populated with data from a database ( via Metabase;) )when loaded. I use the VALUE attribute to assign the input data like the ...
idiroddi
Offline Send Email
Dec 27, 2005
11:15 pm
290
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the forms-dev group. File :...
forms-dev@yahoogroups...
Send Email
Dec 30, 2005
8:53 pm
291
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the forms-dev group. File :...
forms-dev@yahoogroups...
Send Email
Dec 30, 2005
8:54 pm
292
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the forms-dev group. File :...
forms-dev@yahoogroups...
Send Email
Dec 30, 2005
8:54 pm
293
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the forms-dev group. File :...
forms-dev@yahoogroups...
Send Email
Dec 30, 2005
8:56 pm
294
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the forms-dev group. File :...
forms-dev@yahoogroups...
Send Email
Dec 30, 2005
8:57 pm
295
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the forms-dev group. File :...
forms-dev@yahoogroups...
Send Email
Dec 30, 2005
8:58 pm
296
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the forms-dev group. File :...
forms-dev@yahoogroups...
Send Email
Dec 30, 2005
8:59 pm
297
Hello, I have just finished implementing several enhancements that make possible to use the linked select inputs in a way that they retrieved the new set of...
Manuel Lemos
mallemos
Offline Send Email
Dec 30, 2005
9:14 pm
298
Hello, ... You are right, the encoding functions are switched. I have fixed this in the latest beta version. Next week I will publish this fix. Thank you for...
Manuel Lemos
mallemos
Offline Send Email
Dec 30, 2005
9:17 pm
299
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the forms-dev group. File :...
forms-dev@yahoogroups...
Send Email
Dec 30, 2005
9:58 pm
300
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the forms-dev group. File :...
forms-dev@yahoogroups...
Send Email
Dec 30, 2005
9:59 pm
301
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the forms-dev group. File :...
forms-dev@yahoogroups...
Send Email
Dec 30, 2005
9:59 pm
302
hi Manuel, i would appreciate any insight you may have in solving the the following link problem: select 1: assembly number (static - data is the same, ...
operationsengineer1@...
operationsen...
Offline Send Email
Jan 10, 2006
5:46 pm
303
Hello, ... You should add the missing option yourself to the array passed to the options. -- Regards, Manuel Lemos Metastorage - Data object relational mapping...
Manuel Lemos
mallemos
Offline Send Email
Jan 11, 2006
1:54 pm
304
Hello, ... Currently the linked select input only supports picking the options groups from one other input. The class would need to be improved to support more...
Manuel Lemos
mallemos
Offline Send Email
Jan 11, 2006
2:00 pm
Messages 275 - 304 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