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 1862 - 1891 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1862
hello, I have a select box called objForm.Users with several items in it. I want to be able to reorder the elements in it . I should be able to select one or...
eoghan
eoghan@...
Send Email
Apr 4, 2003
11:14 am
1863
... The fields.js extension library already includes moveUp() and moveDown() methods. You can use these a basis for creating moveTop() and moveBottom() ...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Apr 4, 2003
1:37 pm
1864
Here's a nice short article on correctly utilizing CSS to layout your forms. This would be a correct XHTML implementation--and as you can see, it drastically...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Apr 8, 2003
12:54 pm
1865
Dan, Very interesting, thanks for the link. -t ... From: Dan G. Switzer, II [mailto:dswitzer@...] Sent: Tuesday, April 08, 2003 8:54 AM To:...
Troy Murray
troymurray
Offline Send Email
Apr 8, 2003
1:00 pm
1866
nice link, thanks Dan. ... From: Dan G. Switzer, II [mailto:dswitzer@...] Sent: Tuesday, April 08, 2003 8:54 AM To: qformsapi@yahoogroups.com ...
Tangorre, Michael
tangormt
Offline Send Email
Apr 8, 2003
1:00 pm
1867
FYI - Although it adds a little more code, you can get the <label> tags to trigger elements by changing the following line: <label><input type="radio"...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Apr 8, 2003
1:05 pm
1868
Dan, I have always put a space before the trailing slash... Is this incorrect? ... From: Dan G. Switzer, II [mailto:dswitzer@...] Sent: Tuesday,...
Tangorre, Michael
tangormt
Offline Send Email
Apr 8, 2003
1:13 pm
1869
While the XHTML doesn't specify (and it's not necessary for XHTML compatibility) the space is necessary for NS4 to correct render the document--so you're...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Apr 8, 2003
1:17 pm
1870
hi was wondering if its possible to have 3 selects... the first one changing the values in the other 2?, thanks - eoghan....
eoghan
eoghan@...
Send Email
Apr 8, 2003
3:10 pm
1871
sure is. I actually got help here a week or so ago with this. let me see if i can pull up the emails and code for you... ... From: eoghan...
Tangorre, Michael
tangormt
Offline Send Email
Apr 8, 2003
3:13 pm
1872
thanks michael......
eoghan
eoghan@...
Send Email
Apr 8, 2003
3:25 pm
1873
Hi guys, I need some help please for the following scenario. I have a form which is created on the fly with identical field names. And I need to make sure that...
mrwirri
Offline Send Email
Apr 10, 2003
8:40 am
1874
Wirri, ... I would not recommend using the same fieldname for separate data collections--keep the fieldnames unique for each collection. It's too easy for data...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Apr 10, 2003
12:55 pm
1875
Hi after getting a lighting fast response yesterday from Dan, thanks a bunch mate, :-) I need to ask again for some assistance. I populate two related select...
mrwirri
Offline Send Email
Apr 11, 2003
12:30 pm
1876
... I'm unclear as to what the value of the "OpDays" variable is supposed to be equal to. Is it supposed to be equal to the value of all of the items in the ...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Apr 11, 2003
12:42 pm
1877
... docs for ... w/exactly ... more. Thanks for your help Dan. Let me try to explain this better. I've got the following fields in the Database ITourID, TTour,...
mrwirri
Offline Send Email
Apr 12, 2003
12:42 am
1878
Wirri, Ok, I understand you know. It's actually not that hard and you're pretty close to what you want to do. Here's what you need to do: 1) Create another...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Apr 12, 2003
1:41 pm
1879
Hi Dan, Somehow I've hit the ground and I'm sure it's something trivial. I've put an alert box after var OpDays to find out what's happening. and I get "Object...
mrwirri
Offline Send Email
Apr 12, 2003
5:32 pm
1880
Wirri, The "stcTOperatingDays.I1" (I2, I3) keys don't need to be structures (i.e. new Object())--just make them key/value pairs. You don't need to use a ...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Apr 13, 2003
3:25 am
1881
Thanking you kindly Sir. I didn't see the forest before the trees! This worked perfectly. ...and just in case no-one has mentioned it before. Your API rocks!!!...
mrwirri
Offline Send Email
Apr 13, 2003
5:26 am
1882
I am leaving for Dallas Tuesday Morning threw the Grey Hound... and will be there on the 17th but need time to get internet connection/settled before I can...
SID
water_muse
Offline Send Email
Apr 13, 2003
12:55 pm
1883
Hi guys, can anyone help me "...once again". I have a set of idividually named checkboxes. If checked the corresponding text field needs to be required. I had...
mrwirri
Offline Send Email
Apr 15, 2003
7:55 pm
1884
Wirri, The required() method does not globally reset the status of all the fields' "required" property. That means you'll manually need to toggle the value ...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Apr 15, 2003
8:59 pm
1885
hi is it possible using qforms to get the currently selected text from a select box? thanks...
eoghan
eoghan@...
Send Email
Apr 16, 2003
12:20 pm
1886
hi, is there way of doing this: x = document.forms[0].s1; x.options[x.selectedIndex].text; <!--- this is what u need using qforms. something like: ...
eoghan
eoghan@...
Send Email
Apr 16, 2003
3:55 pm
1887
... There's not a built-in method (but you could write one.) Using the API: objForm.s1.obj.options[objForm.s1.obj.selectedIndex].text; Here's a custom method...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Apr 16, 2003
4:13 pm
1888
I am using the obj.required method and I am not getting results I desire. I am using it with a whole bunch of fields that I want info entered. Such as...
rculver0621
Offline Send Email
Apr 21, 2003
7:16 pm
1889
Roger, The required() method simply loops through the list of field names and sets the "required" property to "true". This means it won't overwrite previous ...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Apr 21, 2003
7:32 pm
1890
hello, Is there any regular expression testing functions in QForms? e.g.: var pattern = new RegExp(regEx, "i"); pattern.test(stringToTest); thanks....
eoghan
eoghan@...
Send Email
Apr 22, 2003
4:22 pm
1891
Just what's native to the JavaScript spec available to the browser. NS3 doesn't support RegExp--which is why qForms doesn't use any RegExp support by default. ...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Apr 22, 2003
4:58 pm
Messages 1862 - 1891 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