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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 3578 - 3610 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3578
Thanks Dan. V/R, Doug ... function....
stricklandd5
Offline Send Email
Jul 3, 2006
1:58 pm
3579
I know, I know... It's been a while. Where's v2 at? Good question. In the meantime, here's build 140. Basically bug fixes and a new property (that's been asked...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Jul 13, 2006
7:47 pm
3580
I am having difficulty getting qForms to work with my use of the Rico/Prototype engine. I have a div that gets dynamically populated with content returned via...
emadsenus
Online Now Send Email
Jul 17, 2006
6:00 am
3581
... What's your code look like?...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Jul 17, 2006
8:07 pm
3582
sorry I dodn't have time to clean this up more... <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">...
emadsenus
Online Now Send Email
Jul 18, 2006
3:42 am
3584
I thought this message had originally been posted on the message board, but when I searched I couldn't find it. I was pretty sure I had already answered this...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Jul 18, 2006
3:51 pm
3586
Hi all, I have inherited a site that uses frames and I want to integrate qForms to help with the validation. I have the following scenario, <frameset...
reggie_macca
Offline Send Email
Jul 20, 2006
12:04 pm
3587
OK, I seem to be getting somewhere, Using the following code; <script language=javascript> objForm = new top.top.qForm('frmExample',null,'top.middle'); ...
reggie_macca
Offline Send Email
Jul 20, 2006
3:01 pm
3588
Well I thought that I was getting somewhere but obviously not. Using the code below creates a javascript error on page load in IE. In firefox I get no...
reggie_macca
Offline Send Email
Jul 20, 2006
3:46 pm
3590
I would rename the frame currently known as "top" to something else as well, I believe it will confuse the browser otherwise. Fred...
Fred T. Sanders
sandersfred
Offline Send Email
Jul 20, 2006
4:22 pm
3591
Reggie, A long, long time ago in a galaxy far, far... Oh wait. Wrong story. Anyway, a long time ago I put some code that should allow you to do what you what....
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Jul 20, 2006
5:18 pm
3592
Hey, Has anyone here used Selenium for testing their qforms-enabled web app? I am struggling with steps that confirm that qforms required me to answer certain...
hofo
Offline Send Email
Jul 20, 2006
6:20 pm
3593
Hi, I've got a bunch of pages in a webapp that are template-generated. Each has 2 to 4 sets of radio buttons, each with values from 1 to 5. There is also a...
hofo
Offline Send Email
Jul 21, 2006
12:31 am
3594
Howard, As per the docs, you'll also need to call the enforceDependency() rule on any fields you're creating a dependency to when you originally initialize ...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Jul 21, 2006
12:07 pm
3595
Howard, Sorry, but I've never used Selenium. You might be better off trying to get help in the Selenium forum. -Dan...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Jul 21, 2006
12:10 pm
3596
I'd like to see if the user has entered a valid URL format (i.e., http://www.yahoo.com). How would I do this? I have a Regex expression to use, but I'm not...
jadymitchell
Offline Send Email
Jul 22, 2006
8:47 pm
3597
While I appreciate the nicely worded "RTFM", enforceDependency was only part of the answer. I could not get the code to work consistently with multiple...
hofo
Offline Send Email
Jul 24, 2006
1:55 am
3598
Also I noticed that when I use builtin functions for validating my text input fields the background of them turnes red when an error occurs but this doesn't...
hofo
Offline Send Email
Jul 24, 2006
10:54 am
3599
Howard, ... As long as your coding your validation methods per the docs, qForms should automatically handle changing the background color for you. However,...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Jul 24, 2006
2:30 pm
3600
... Creating custom validation methods is pretty easy. First, read the information here: http://www.pengoworks.com/qforms/docs/validation.htm#Creating The...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Jul 24, 2006
2:33 pm
3601
Right but as I said, I was interested in changing the color of the text input areas. After digging through the qforms source and the list archives I was able...
hofo
Offline Send Email
Jul 24, 2006
3:09 pm
3602
... Hmmm... That work, just make sure that you've got an enforceDependency() method for each field you're attaching a dependency event too. -Dan...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Jul 24, 2006
3:12 pm
3603
Is there an easy way I can add in a confirm box? Ultimately, I'd like it to run through the qform validation. If no errors are found, then show the confirm box...
Gary Houk
ghoukster
Offline Send Email
Jul 24, 2006
7:11 pm
3604
... If you use the qFormAPI.errorColor property, it should change the color for all validation errors. Sorry I misunderstood your question. It sounded like you...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Jul 24, 2006
7:25 pm
3605
Gary, Use a function: function confirmSave(){ if( objForm.validate() ){ var bResult = confirm("Do you wish to continue?"); if( bResult ) objForm.submit(); } } ...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Jul 24, 2006
8:05 pm
3606
Sorry if this is a repeat, but I don't think my original message got through to the YahooGroup... I was the other user from the cited exchange. I sent an...
caspianx67
Offline Send Email
Jul 25, 2006
10:34 am
3607
Dan, Thanks, that worked. The only thing that's odd is that it submits on both the Cancel and OK button. Do I have to add in some code to keep it from...
ghoukster
Offline Send Email
Jul 25, 2006
1:31 pm
3608
... How are you triggering the function? -Dan...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Jul 25, 2006
2:46 pm
3609
Through form onsubmit() is one way I tried it, then I tried objForm.onValidate. I have a feeling that it's bombing because of how I implemented it....
ghoukster
Offline Send Email
Jul 25, 2006
3:43 pm
3610
... Yes, I'd recommend just using a button's onclick to trigger the function: <input type="button" value="Save" onclick="confirmSave()" /> -Dan...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Jul 25, 2006
6:16 pm
Messages 3578 - 3610 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