Search the web
Sign In
New User? Sign Up
forms-dev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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
I have my own linked select form using my own Javascript and HTML   Message List  
Reply | Forward Message #928 of 945 |
I have my own linked select form using my own Javascript and HTML. I use
static arrays for data. There is so much data that I would have to write
convert it to work with the data declarations that Manuels link- plugin
uses for example

$continents=array(
""=>"Select continent",
"na"=>"North America",
"eu"=>"Europe",
"sa"=>"South America",
"as"=>"Asia",
"oc"=>"Oceania"
);
$countries=array(
""=>array(
""=>"Select country",
),
"na"=>array(
""=>"Select country",
"us"=>"United States",
"ca"=>"Canada"
),

Is it relatively simple for me to write my own custom class so I could
use my own data?




Mon Dec 31, 2007 6:22 pm

nikos_101
Offline Offline
Send Email Send Email

Forward
Message #928 of 945 |
Expand Messages Author Sort by Date

I have my own linked select form using my own Javascript and HTML. I use static arrays for data. There is so much data that I would have to write convert it to...
nikos_101
Offline Send Email
Dec 31, 2007
6:54 pm

Hello, ... You can develop your own plug-ins to retrieve your data from wherever you want. The database variants do that. They just redefine a few functions of...
Manuel Lemos
mallemos
Offline Send Email
Jan 3, 2008
7:11 am

Thanks Manuel for that. One other thing, I noticed when you use the form_linked_select class there can parameters in the input like this: "AutoWidthLimit"=>0, ...
nikos_101
Offline Send Email
Jan 5, 2008
10:11 pm

... oh and I just wanted to add that I dont want to use AutoWidthLimit"=>0, ... when I have a lot of data, because the form expands drastically :)...
nikos_101
Offline Send Email
Jan 5, 2008
10:15 pm

Hello, ... That is explained in the documentation. It is to make the class adjust the width and height of the select input accroding to the number of entries...
Manuel Lemos
mallemos
Offline Send Email
Jan 11, 2008
6:52 pm

Thanks very much for that. I should have watched the videos twice :) ... -- Nikos Katsikanis MSci (Hons) EcommerceTotal.co.uk...
Nikos Katsikanis
nikos_101
Offline Send Email
Jan 11, 2008
9:04 pm
Advanced

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