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...
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...
<input type="checkbox" name="isMember" value="1" /> <script> // [insert where you init qForms] // this adds the an "onClick" event for each of the "isMember" ...
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...
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. ...
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...
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...
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...
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,...
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...
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...
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...
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...
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...
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...
Send a copy of the output which reaches the browser (e.g. do a view source and send that). ============================================================ From:...
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"...
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...
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...
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...
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. ... ...
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...
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...