forked from bansalakhil/state_select
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
29 lines (21 loc) · 1.01 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
StateSelect
=============
state_select plugin allows you to easyly create dropdown list of states for a country provided as an option.
Default counrty is US.
Usage:
state_select(object, method, country='US', options = {}, html_options = {})
Currently it supports only INDIA, US, UK, CANADA, AUSTRALIA, SPAIN, FRANCE, UGANDA, GERMAN and NETHERLANDS
=============================================
Tested with Rails 2.3.* and Rails 3.0.0.beta
=============================================
*Thanks keith(http://rubygreenblue.com/) for Australia states
*Thanks Vicent (http://www.vicentgozalbes.com/) for Spain states
*Thanks Chuck Phillips for Uganda states
*Thanks Jonathan Tron for France states
*Thanks Gavin Morrice(http://handyrailstips.com/) for UK States
If you want to add other country plese send me the list of states and I will add them, or you can fork and make a pull request.
Author:
Akhil Bansal
http://webonrails.com
New Delhi, India