search for: country_options_for_selects

Displaying 3 results from an estimated 3 matches for "country_options_for_selects".

2006 Jul 08
10
A rant about parameters
...pers/FormOptionsHelper.html#M000406> to generate the list of option tags. ---- How was I to know it should have been an array? Had I not been so tired, I would''ve probably infrerred it from the parameter''s pluralization. Additionally, after figuring out the problem, I noted country_options_for_selects doc does say priority_countries should be an array. Still, I feel beaten. How do you know, from looking at the api docs or method signature, what kind of variables the method takes? This is one instance where I miss static typing...if this were Java code I would''ve known in two seconds...
2006 Aug 09
3
select with country names
Hi, I need to create a list of coutries in a driop down. I''m aware of a function ''country_options_for_select'' however this jsut seems to output a string of all countires. How can I get this list in a drop down? Thanks scott -- Posted via http://www.ruby-forum.com/.
2005 Dec 07
4
Importing data for excel file or csv file
hey, i have this website (with ajax also) with lot of records of employee, and as an extra feature i want that the customer can import his employeelist (perhaps 100+ records), lot of work to do this manually. i would create a template like this Firstname Lastname Phone xxxx xxxxx xxxxx yyyy yyyyy yyyyy then they upload the excel file or save it as csv file