没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
oss.trustie.net/open_source_projects | 主页 > 开源项目社区 > recordselect |
recordselect
|
0 | 0 | 74 |
贡献者 | 讨论 | 代码提交 |
概述
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).
Go ahead and check out the demo app to really see how it works! Or go straight to installing the plugin into your own app.
DEPENDENCIESThis depends on the excellent Paginator gem by Bruce Williams. This simple gem is available at http://paginator.rubyforge.org.
创建时间:2014-05-07 08:54