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.
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 575 - 604 of 945   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
575
Manuel, I'm not clear with the usage of DiscardInvalidValues. Do we need to add one DiscardInvalidValues input for 'each' input we need to validate against...
Shekar C. Reddy
powerobject
Offline Send Email
Apr 1, 2006
9:59 am
576
Hello, ... When you refresh the page of a previously posted page, it is like submitting the form again. Depending on what you are doing. It is easier to...
Manuel Lemos
mallemos
Offline Send Email
Apr 2, 2006
10:04 pm
577
Hello, ... Maybe you were outputing something to the page before calling the HandleEvent function. -- Regards, Manuel Lemos Metastorage - Data object...
Manuel Lemos
mallemos
Offline Send Email
Apr 2, 2006
10:06 pm
578
Hello, ... For now it was changed only for textarea inputs. non Acessible/ReadOnly textarea inputs appear using DISABLED. As I mentioned in the future all ...
Manuel Lemos
mallemos
Offline Send Email
Apr 2, 2006
10:13 pm
579
Hello, ... ExtraAttributes is for setting HTML attributes. There is no HTML visibility attribute. What you want cannot be achived with a single attribute. You...
Manuel Lemos
mallemos
Offline Send Email
Apr 2, 2006
10:21 pm
580
Hello, ... I'm sorry but I am afraid I cannot do anything to fix inconsisties of behavior across browsers. It is annoying but I guess you have to live with...
Manuel Lemos
mallemos
Offline Send Email
Apr 2, 2006
10:24 pm
581
Hello, ... That was not intended but it is harmless now. I have fixed it in the CVS. Thank you for reporting. -- Regards, Manuel Lemos Metastorage - Data...
Manuel Lemos
mallemos
Offline Send Email
Apr 2, 2006
10:29 pm
582
Hello, ... No, that is meant to reject invalid values spoofed via hidden fields. For instance, if you have a form to edit a database record and you use an...
Manuel Lemos
mallemos
Offline Send Email
Apr 2, 2006
10:37 pm
583
Manuel, Is it possible to leave the old-behavior 'as-is' for backward compatibility while making disabled-inputs as the default behavior and plain-text as an...
Shekar C. Reddy
powerobject
Offline Send Email
Apr 3, 2006
6:19 am
584
... Manuel, the output actually looks like this: <html> <form> <head> ... </head> ... </html> </form> i'd like to see something similar to, if possible... ...
operationsengineer1@...
operationsen...
Offline Send Email
Apr 3, 2006
5:40 pm
585
... Manuel, i wasn't clear - sorry about that. i mean the output isn't valid x/html b/c the <forms> tags start and end the html output. <form...> <html> ... ...
operationsengineer1@...
operationsen...
Offline Send Email
Apr 3, 2006
9:47 pm
586
Hi again. Now I've finished my forms I have two verification problems (maybe any more). I have a problem again with captcha. Now I can see the captcha image...
docu_valencia
Offline Send Email
Apr 5, 2006
5:31 pm
587
hi Manuel, how do i preselect an option in a select box? i have the following code: $polarity=array( "0x00"=>"Vertical", "0x01"=>"Horizontal", //...
operationsengineer1@...
operationsen...
Offline Send Email
Apr 5, 2006
6:18 pm
588
'SELECTED' => array( '0x00' ) HTH...
Shekar C. Reddy
powerobject
Offline Send Email
Apr 5, 2006
6:50 pm
589
I don't know why, my mysql_linked_select forms works with firefox and Opera but doesn't do with Internet Explorer. Any suggestion?...
docu_valencia
Offline Send Email
Apr 5, 2006
8:31 pm
590
Hello, ... I am studying the subject. I will decide later which solution will keep everybody happy. ... I have not done anything yet. The way it is right now...
Manuel Lemos
mallemos
Offline Send Email
Apr 5, 2006
10:00 pm
591
Hello, ... It seems you are either outputing the page headers after the StartLayoutCapture call or you have already started buffering PHP output with...
Manuel Lemos
mallemos
Offline Send Email
Apr 5, 2006
10:19 pm
592
Hello, ... For some reason the Validation Javascript code is not running. Either you have Javascript errors or you have your browser with Javascript disabled. ...
Manuel Lemos
mallemos
Offline Send Email
Apr 5, 2006
10:22 pm
593
Hello, ... Have you set Internet Explorer to high level security ? That would have disabled Javascript. Still in the linked select example it would work by ...
Manuel Lemos
mallemos
Offline Send Email
Apr 5, 2006
10:23 pm
594
... Shekar, thanks for the help. it didn't display, though. here's my code: $polarity=array( "0x0"=>"Vertical", "0x1"=>"Horizontal", "0x2"=>"Left", ...
operationsengineer1@...
operationsen...
Offline Send Email
Apr 5, 2006
10:44 pm
595
Hello, ... Your input label part add should be: $form->AddLabelPart(array('FOR'=>'polarity')); -- Regards, Manuel Lemos Metastorage - Data object relational...
Manuel Lemos
mallemos
Offline Send Email
Apr 5, 2006
10:54 pm
596
... hi Manuel. i have that line of code. the problem is that i don't know how to select one of the input array value pairs so that it is selected when the...
operationsengineer1@...
operationsen...
Offline Send Email
Apr 5, 2006
11:20 pm
597
... is SetSelectOptions what i want? here is the code i have (which doesn't work): $polarity=array( "0x0"=>"Vertical", "0x1"=>"Horizontal", "0x2"=>"Left", ...
operationsengineer1@...
operationsen...
Offline Send Email
Apr 6, 2006
12:06 am
598
... set "VALUE" to the key of desired option "VALUE"=>"unknown", "OPTIONS"=>array( "unknown"=>"Unknown", "mastercard"=>"Master Card", "visa"=>"Visa", ...
idiroddi
Offline Send Email
Apr 6, 2006
12:07 am
599
... James, i had previously done this, however, i think the actual pass through value wasn't what i thought it was so i ended up with the error. it is working...
operationsengineer1@...
operationsen...
Offline Send Email
Apr 6, 2006
2:12 am
600
Manuel, Is there a way to simulate a 'default' value for an input? For instance, if I set the initial value for a checkbox to 1 in insert mode, it is...
Shekar C. Reddy
powerobject
Offline Send Email
Apr 6, 2006
7:18 am
601
Hello, ... This problem was already mentioned before. For checkboxes, radio buttons, and multiple select inputs, when you call LoadInputValues you need to pass...
Manuel Lemos
mallemos
Offline Send Email
Apr 6, 2006
8:16 am
602
Manuel, I guess I wasn't clear. I always call LoadInputValues() with the boolean whether the form is submitted or not. Currently, the form_class is doing the...
Shekar C. Reddy
powerobject
Offline Send Email
Apr 6, 2006
9:09 am
603
hi Manuel, i'm getting an error while using SetSelectOptions. My code is: $polarity=array( "0x0"=>"Vertical", "0x1"=>"Horizontal", "0x2"=>"Left", ...
operationsengineer1@...
operationsen...
Offline Send Email
Apr 6, 2006
5:06 pm
604
Well! It's the same concept we use in client/server apps where we provide initial/default values for fields in insert mode for user- friendliness so the user...
Shekar C. Reddy
powerobject
Offline Send Email
Apr 6, 2006
8:11 pm
Messages 575 - 604 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