Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

qformsapi · qForms API: qForums

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 324
  • Category: JavaScript
  • Founded: Feb 21, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 3862 - 3891 of 3992   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3862 Paul Ihrig
paul_ihrig Send Email
Jul 13, 2007
6:03 pm
not even sure if this would be a qforms thing. but you could do an onclick event to call the value. getting the value from say coldfusion to js would be the...
3863 Dean Lawrence
deanmlaw Send Email
Jul 13, 2007
6:52 pm
... Thanks Paul, Yea, I already have the onclick working properly, it is more so that I am trying to read and write to the inner-html of the select box using ...
3864 Dan G. Switzer, II
dswitzer2 Send Email
Jul 13, 2007
7:12 pm
Dean, ... You could do something like during the onchange event: // objForm == qForm object; fieldName == select element var aOptions =...
3865 Dean Lawrence
deanmlaw Send Email
Jul 13, 2007
7:31 pm
... Hi Dan, Thanks, I agree that CSS would probably be better if was a single item. Basically, what I have is two multi-select lists; one with available...
3866 cameronmcox Send Email Jul 15, 2007
5:53 pm
I am using the qforms n-related select boxes. I have an order form and each line item has the same 2 options to select from using the n- related script. How...
3867 amit choure
paragchaure Send Email
Jul 16, 2007
12:16 pm
Hi friends, I have a form in which I used 6 check boxes instead of radio button so that only one of thee selected check box should be selected I try it hard...
3868 Edward A Savage Jr
sonnysavage Send Email
Jul 16, 2007
1:50 pm
Hello Amit, This may not be a help, but it's really a bad idea to make checkboxes act like radio buttons. You will have to spend a lot of time forcing them to...
3869 Edward A Savage Jr
sonnysavage Send Email
Jul 16, 2007
2:05 pm
I program with ColdFusion, so your solution may differ, but whatever loop you use to output your shopping cart line items you'll have to use to generate your...
3870 Cameron Cox
cameronmcox Send Email
Jul 16, 2007
7:02 pm
It is not a shopping cart it is a quote order form. My pages are all in coldfusion.but I can not figure out how to loop and still get the separate line items...
3871 Aaron Rouse
aaron_rouse Send Email
Jul 16, 2007
7:08 pm
Get it to work for one row and then loop over that code(CFM for the HTML display and JS for the qForms) and when looping over the code you increment the form...
3872 Cameron Cox
cameronmcox Send Email
Jul 16, 2007
7:24 pm
I am a beginner.I have no clue what you are talking about. I got it to work fine for one line item but then once I started adding in my customer information...
3873 Aaron Rouse
aaron_rouse Send Email
Jul 16, 2007
7:34 pm
Short of just writing the code for you, which you said you do not want someone to do, I really do not know how to explain it other than how I already tried. ...
3874 Cameron Cox
cameronmcox Send Email
Jul 16, 2007
8:20 pm
Well you can send code, but please explain what it means and what each step is doing. I just kept getting people on the coldfusion site send code and say ok...
3875 amit choure
paragchaure Send Email
Jul 17, 2007
11:07 am
Hi Edward , Thanks it was my clients request to use the ckeckboxes in place of redio buttons. He not satisfy with redio buttons any way I client is now agrry...
3876 Edward A Savage Jr
sonnysavage Send Email
Jul 17, 2007
3:04 pm
Hello Amit, This #1 issue on the Interface Hall of Shame page for Controls: http://homepage.mac.com/bradster/iarchitect/controls.htm But if you can't convince...
3877 Sami Hoda
samihoda Send Email
Jul 19, 2007
8:57 pm
Dan, We've had a prod app working fine with build 140 for over a year now. I am running CF8 locally on my dev box while the rest of the servers are running...
3878 Sami Hoda
samihoda Send Email
Jul 19, 2007
9:02 pm
Never mind. I got it to work. Subversion issue with file caused this....
3879 Tom McNeer
tmcneer Send Email
Jul 30, 2007
8:28 pm
I need to begin the process of internationalizing an application that uses qForms for validation. Some of the validation is basic isNumeric or isDate...
3880 Paul Hastings
paul@... Send Email
Jul 31, 2007
8:02 am
... unfortunately, depending on the locales you need to support, it's not that simple. spaces are also used as numeric delimiters. not to mention currency ...
3881 Tom McNeer
tmcneer Send Email
Aug 2, 2007
7:18 pm
Hi Paul, Thanks for replying. ... not that ... currency ... Yep. I know. But this is a closed, subscription-based application, and while we need to support as...
3882 frazier345 Send Email Aug 3, 2007
4:20 pm
Hello, In firefox this page does not highlight the checkboxes in red. https://www.bestmeetings.com/registration/cfobjective/CfObjective.cfm For the conference...
3883 Paul Hastings
paul@... Send Email
Aug 5, 2007
8:17 am
... well my point was *you* would have to know each formatting doohickey & keep changing these as you add/subtract locales. however you can tease most of what ...
3884 Matt Williams
summitsites Send Email
Aug 17, 2007
10:28 pm
The docs say this: obj.fieldName.checkIfLocked([boolean showMsg]) The checkIfLocked method is called each time a form field receives focus. If the field is ...
3885 cameronmcox Send Email Aug 19, 2007
10:19 pm
I have an application where one combo box depends on the first combo box selection. How do I do this for multiple line items without effecting the previous...
3886 Dean Lawrence
deanmlaw Send Email
Aug 20, 2007
4:07 pm
Hi Cameron, For each line item on your order, you would create your 10 fields (columns); naming them something like this: For the first line item: ...
3887 fatmuisgod Send Email Aug 24, 2007
12:12 pm
Hi all, I am using spring framework + velocity + QForm. Some input fields generated by spring binding are named as: <input name="map[1]" ... /> It works fine...
3888 Cameron Cox
cameronmcox Send Email
Aug 27, 2007
5:12 pm
But how do I get the second and third combo box values of each line to populate depending on the selection made on the previous combo box. This is for a window...
3889 vzverev78 Send Email Aug 31, 2007
2:09 am
Problem: if user types non-existing file name in <input type=file>, IE6 (I tested in IE6 only) prevents form submission. But qForms sets form status as already...
3890 Dean Lawrence
deanmlaw Send Email
Aug 31, 2007
1:25 pm
... Well, since 99% of people using the form would use the browse button and not try typing a filename into file field, I wouldn't see altering the core...
3891 Manaswinee
manaswineesurve@... Send Email
Sep 1, 2007
6:35 am
Manaswinee Manaswinee Surve wants you to join Yaari! Is Manaswinee your friend? Please respond or Manaswinee might think you said no :( To stop receiving...
Messages 3862 - 3891 of 3992   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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