Search the web
Sign In
New User? Sign Up
qformsapi · qForms API: qForums
? 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.

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 1666 - 1695 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1666
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the qformsapi group. File :...
qformsapi@yahoogroups...
Send Email
Feb 3, 2003
6:55 pm
1667
I've searched through the forum here, and have not found much related to the topic of pre-populating Containers. What little I did find, I could not get to...
cougacouga <amccollou...
cougacouga
Offline Send Email
Feb 3, 2003
9:37 pm
1668 Byron
byron@...
Send Email
Feb 3, 2003
9:49 pm
1669
<input type="checkbox" name="isMember" value="1" /> <script> // [insert where you init qForms] // this adds the an "onClick" event for each of the "isMember" ...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Feb 3, 2003
10:08 pm
1670
Explain in a little more detail what it is you're trying to do. I think you can probably accomplish your goal using transferFrom[To] method calls just after...
m.lesko@...
orangepips
Offline Send Email
Feb 3, 2003
10:14 pm
1671
From the checkbox's onClick event handler (use _getEventType to be sure you're using the right event handler), perform a setValue on the hidden field. ...
m.lesko@...
orangepips
Offline Send Email
Feb 3, 2003
10:17 pm
1672
I can tell you know what I'm trying to do; I tried in vain to get transferFrom / transferTo to work. And I'm sure its all in the syntax. Here is what I'm...
cougacouga <amccollou...
cougacouga
Offline Send Email
Feb 3, 2003
10:19 pm
1673
In that case I would use ColdFusion to prepopulate your select boxes and use qForms to perform any transferring back and forth. If you can get it that far and...
m.lesko@...
orangepips
Offline Send Email
Feb 3, 2003
10:25 pm
1674
Its a good thing the answer wasn't a snake, I'd have gotten bit! Thank you for pointing out what I should have done first. Without a lot of detail here is what...
cougacouga <amccollou...
cougacouga
Offline Send Email
Feb 3, 2003
11:36 pm
1675
http://www.pengoworks.com/qforms/docs/examples/containers.htm ... From: <amccollough@...> To: <qformsapi@yahoogroups.com> Sent: Monday, February 03, 2003...
Fred T. Sanders
sandersfred
Offline Send Email
Feb 4, 2003
12:04 am
1676
Well, rats! That didn't work. Well it -did-, but... So I've got two containers, and -visually-, they perform beautifully. However, upon submitting the form,...
cougacouga <amccollou...
cougacouga
Offline Send Email
Feb 4, 2003
8:51 pm
1677
No Fred, no no no... Looking at the example you URLd, I want to populate the container that currently is blank. ... related ... I ... qForms ... ...
cougacouga <amccollou...
cougacouga
Offline Send Email
Feb 4, 2003
8:52 pm
1678
sure you can. before you submit the form, reset container one to its intial values. you might need to make a function to fire off before the form submits, but...
Tangorre, Michael
tangormt
Offline Send Email
Feb 4, 2003
8:53 pm
1679
view source. :) ... From: <amccollough@...> To: <qformsapi@yahoogroups.com> Sent: Tuesday, February 04, 2003 3:52 PM Subject: [qformsapi] Re:...
Fred T. Sanders
sandersfred
Offline Send Email
Feb 4, 2003
10:25 pm
1680
Heh, where do you think I got the code from in the first place? I'm talkin about populating the 'target' container with default values, not merely loading up...
cougacouga <amccollou...
cougacouga
Offline Send Email
Feb 4, 2003
11:15 pm
1681
Here are parts of the code. <html> <head> <title>Application Solutions Paging System</title> <SCRIPT SRC="http://eman/OSS/lib/lib/qforms.js"></SCRIPT> <script...
Bobby Maxwell <wolver...
Wolverine110
Offline Send Email
Feb 5, 2003
12:30 am
1682
The API actually sets the selected attribute of every option in the container select box as "true" when the form submits. So options in there by default should...
Matthew Lesko
orangepips
Offline Send Email
Feb 5, 2003
12:50 am
1683
For someone to evaluate this I think you'll need to send the entire page. Or at the very lease all qForm JS & everything in the form tags. ... From: Bobby...
Matthew Lesko
orangepips
Offline Send Email
Feb 5, 2003
12:53 am
1684
Sorry, but this data is embedded into a perl application. The other items in use in this form are getfields, setfieds, and reset. Bobby ... page. Or ... v4.01...
Bobby Maxwell <wolver...
Wolverine110
Offline Send Email
Feb 5, 2003
8:04 pm
1685
Send a copy of the output which reaches the browser (e.g. do a view source and send that). ============================================================ From:...
m.lesko@...
orangepips
Offline Send Email
Feb 5, 2003
8:34 pm
1686
Okay, here is the sample code. What I want is, say a user has previously chosen "Cats". I would want to see the "chosenChoices" container hold the "Cats"...
cougacouga <amccollou...
cougacouga
Offline Send Email
Feb 6, 2003
1:10 am
1687
OK I fleshed out your code into a complete page, and when I click the dump button the value in the chosen field shows up, which means on a submit it will go to...
Matthew Lesko
orangepips
Offline Send Email
Feb 6, 2003
1:43 am
1688
You're going to want to build a javascript structure of your "already selected values from the database" down at the bottom with the other qForms code. After...
Cantrell, Adam
ad4mc
Offline Send Email
Feb 6, 2003
4:42 pm
1689
Folks, here is the solution I came up with. I'm using ColdFusion. ColdFusion, in case ya didn't know, offers built-in form field validation. It creates the JS...
cougacouga <amccollou...
cougacouga
Offline Send Email
Feb 6, 2003
5:12 pm
1690
CFFORM, CFINPUT, CFINSERT, CFUPDATE, CFSLIDER, and a number of others should be taken out of the language all together. Glad you got it working. Adam. ... ...
Cantrell, Adam
ad4mc
Offline Send Email
Feb 6, 2003
5:46 pm
1691
they should be taken out?? why, because you don;t like them? ... From: Cantrell, Adam [mailto:acantrell@...] Sent: Thursday, February 06, 2003 12:45 PM...
Tangorre, Michael
tangormt
Offline Send Email
Feb 6, 2003
6:08 pm
1692
I would get into this, but I want to point out these are of the topic of the list. I would be happy to take up with you off the list however. ...
m.lesko@...
orangepips
Offline Send Email
Feb 6, 2003
7:37 pm
1693
I am getting a strange problem when trying to check that the expiry month of a credit card is between 01 and 12 as follows: ...
logistica_au <phil@...>
logistica_au
Offline Send Email
Feb 7, 2003
12:06 am
1694
Phil, The built JavaScript parseInt() function used by validateRange takes "08" & "09" and turns them into "0". Run this script in your browser to see what I...
Matthew Lesko
orangepips
Offline Send Email
Feb 7, 2003
12:57 pm
1695
This works correctly: parseInt("09", 10); I’ll update the build. -Dan ... From: Matthew Lesko [mailto:m.lesko@...] Sent: Friday, February 07, 2003...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Feb 7, 2003
2:02 pm
Messages 1666 - 1695 of 3977   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