forked from jslag/us-state-select-plugin
-
Notifications
You must be signed in to change notification settings - Fork 4
just an update of technoweenie's us_states for rails 2.2
thincloud/us-state-select-plugin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
UsStates ======== From http://svn.techno-weenie.net/projects/plugins/us_states/, updated to run under rails 2.2. To select "priority" states that show up at the top of the list, call like so: <%= us_state_select 'child', 'state', :priority => %w(TX CA) %> To select the way states display option and value: this (default): <%= us_state_select 'child', 'state'%> will yield this: <option value="AK">Alaska</option> ______ this: <%= us_state_select 'child', 'state', :show => :full %> will yield this: <option value="Alaska">Alaska</option> ______ Options are: :full = <option value="Alaska">Alaska</option> :full_abb = <option value="AK">Alaska</option> :abbreviations = <option value="AK">AK</option> ::abb_full_abb = <option value="AK">AK - Alaska</option>
About
just an update of technoweenie's us_states for rails 2.2
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published