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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 575 - 604 of 946   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
604 Shekar C. Reddy
powerobject Send Email
Apr 6, 2006
8:11 pm
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...
603 operationsengineer1@...
operationsen... Send Email
Apr 6, 2006
5:06 pm
hi Manuel, i'm getting an error while using SetSelectOptions. My code is: $polarity=array( "0x0"=>"Vertical", "0x1"=>"Horizontal", "0x2"=>"Left", ...
602 Shekar C. Reddy
powerobject Send Email
Apr 6, 2006
9:09 am
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...
601 Manuel Lemos
mallemos Send Email
Apr 6, 2006
8:16 am
Hello, ... This problem was already mentioned before. For checkboxes, radio buttons, and multiple select inputs, when you call LoadInputValues you need to pass...
600 Shekar C. Reddy
powerobject Send Email
Apr 6, 2006
7:18 am
Manuel, Is there a way to simulate a 'default&#39; value for an input? For instance, if I set the initial value for a checkbox to 1 in insert mode, it is...
599 operationsengineer1@...
operationsen... Send Email
Apr 6, 2006
2:12 am
... 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...
598 idiroddi Send Email Apr 6, 2006
12:07 am
... set "VALUE" to the key of desired option "VALUE"=>"unknown", "OPTIONS"=>array( "unknown"=>"Unknown", "mastercard&quot;=>"Master Card", "visa"=>"Visa", ...
597 operationsengineer1@...
operationsen... Send Email
Apr 6, 2006
12:06 am
... is SetSelectOptions what i want? here is the code i have (which doesn't work): $polarity=array( "0x0"=>"Vertical", "0x1"=>"Horizontal", "0x2"=>"Left", ...
596 operationsengineer1@...
operationsen... Send Email
Apr 5, 2006
11:20 pm
... 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...
595 Manuel Lemos
mallemos Send Email
Apr 5, 2006
10:54 pm
Hello, ... Your input label part add should be: $form->AddLabelPart(array('FOR&#39;=>&#39;polarity&#39;)); -- Regards, Manuel Lemos Metastorage - Data object relational...
594 operationsengineer1@...
operationsen... Send Email
Apr 5, 2006
10:44 pm
... Shekar, thanks for the help. it didn't display, though. here's my code: $polarity=array( "0x0"=>"Vertical", "0x1"=>"Horizontal", "0x2"=>"Left", ...
593 Manuel Lemos
mallemos Send Email
Apr 5, 2006
10:23 pm
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 ...
592 Manuel Lemos
mallemos Send Email
Apr 5, 2006
10:22 pm
Hello, ... For some reason the Validation Javascript code is not running. Either you have Javascript errors or you have your browser with Javascript disabled. ...
591 Manuel Lemos
mallemos Send Email
Apr 5, 2006
10:19 pm
Hello, ... It seems you are either outputing the page headers after the StartLayoutCapture call or you have already started buffering PHP output with...
590 Manuel Lemos
mallemos Send Email
Apr 5, 2006
10:00 pm
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...
589 docu_valencia Send Email Apr 5, 2006
8:31 pm
I don't know why, my mysql_linked_select forms works with firefox and Opera but doesn't do with Internet Explorer. Any suggestion?...
588 Shekar C. Reddy
powerobject Send Email
Apr 5, 2006
6:50 pm
'SELECTED&#39; => array( '0x00' ) HTH...
587 operationsengineer1@...
operationsen... Send Email
Apr 5, 2006
6:18 pm
hi Manuel, how do i preselect an option in a select box? i have the following code: $polarity=array( "0x00"=>"Vertical", "0x01"=>"Horizontal", //...
586 docu_valencia Send Email Apr 5, 2006
5:31 pm
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...
585 operationsengineer1@...
operationsen... Send Email
Apr 3, 2006
9:47 pm
... 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> ... ...
584 operationsengineer1@...
operationsen... Send Email
Apr 3, 2006
5:40 pm
... Manuel, the output actually looks like this: <html> <form> <head> ... </head> ... </html> </form> i'd like to see something similar to, if possible... ...
583 Shekar C. Reddy
powerobject Send Email
Apr 3, 2006
6:19 am
Manuel, Is it possible to leave the old-behavior 'as-is&#39; for backward compatibility while making disabled-inputs as the default behavior and plain-text as an...
582 Manuel Lemos
mallemos Send Email
Apr 2, 2006
10:37 pm
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...
581 Manuel Lemos
mallemos Send Email
Apr 2, 2006
10:29 pm
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...
580 Manuel Lemos
mallemos Send Email
Apr 2, 2006
10:24 pm
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...
579 Manuel Lemos
mallemos Send Email
Apr 2, 2006
10:21 pm
Hello, ... ExtraAttributes is for setting HTML attributes. There is no HTML visibility attribute. What you want cannot be achived with a single attribute. You...
578 Manuel Lemos
mallemos Send Email
Apr 2, 2006
10:13 pm
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 ...
577 Manuel Lemos
mallemos Send Email
Apr 2, 2006
10:06 pm
Hello, ... Maybe you were outputing something to the page before calling the HandleEvent function. -- Regards, Manuel Lemos Metastorage - Data object...
576 Manuel Lemos
mallemos Send Email
Apr 2, 2006
10:04 pm
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...
575 Shekar C. Reddy
powerobject Send Email
Apr 1, 2006
9:59 am
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...
Messages 575 - 604 of 946   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