Sha256: 520192485affb7a19162cf39f5612b86e3a511e4cb0487a343c75dfa8b6ed05a

Contents?: true

Size: 935 Bytes

Versions: 62

Compression:

Stored size: 935 Bytes

Contents

RecordSelect
============

(c) 2007 - Lance Ivy

RecordSelect is a Rails widget to help you pick one record out of many. I designed it as a more usable and performant alternative to generating a massive dropdown list. It relies on AJAX for the cooler uses (all the provided view helpers rely on JavaScript?) but can also function in a pure-http fashion (although multi-select support is provided in a pure-JavaScript implementation).

Please see the ActionView::Helpers::RecordSelectHelpers for the most common API. More documentation (and HOWTOs) can be found online at http://code.google.com/p/recordselect, and a demo application is available at http://recordselect.googlecode.com/svn/demo.

= DEPENDENCIES
This depends on the excellent Paginator gem by Bruce Williams. This simple gem is available at paginator.rubyforge.org.


If you would like to use jquery:
uncomment line #RecordSelect::Config.js_framework = :jquery in init.rb

Version data entries

62 entries across 62 versions & 2 rubygems

Version Path
recordselect_vho-4.0.0 README
recordselect-3.5.0 README
recordselect-3.4.14 README
recordselect-3.4.13 README
recordselect-3.4.11 README
recordselect-3.4.10 README
recordselect-3.4.9 README
recordselect-3.4.8 README
recordselect-3.4.7 README
recordselect-3.4.6 README
recordselect-3.4.5 README
recordselect-3.4.4 README
recordselect-3.4.3 README
recordselect-3.4.2 README
recordselect-3.4.1 README
recordselect-3.4.0 README
recordselect-3.3.9 README
recordselect-3.3.8 README
recordselect_vho-3.1.104 README
recordselect-3.3.7 README