Rails (3) 拖放示例 +行内编辑
是否有人拥有或知道记录集拖放+内联编辑的良好概念证明?
我希望能够加载记录集并在页面本身上内联编辑它+能够拖放其中的内容。
实现此类功能的最佳方法是什么? 我已经找到了 Rails 的内联记录集编辑,但它只获取记录集并且内联使其可编辑。
任何建议都将受到热烈欢迎,谢谢
Does anyone has or known a good proof of concept for a drag and drop + inline editing of a recordset?
I want to be able to load a recordset and edit it inline on the page itself + be able to drag and drop the contents of it.
What would be the best approch for such functionality?
I already found inline recordset edit for rails but that only grabs a recordset and inline makes it editable.
Any recommendations would be higly welcome thx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将需要教程的组合
http://webtempest.com/sortable- list-in-ruby-on-rails-3-almost-unobtrusive-jquery/
http://railscasts.com/episodes/302-in-place-editing
本教程还可以帮助巩固您的知识
http://railscasts.com/episodes/196-nested-model-form -第1部分
干杯
You will need a combination of tutorials
http://webtempest.com/sortable-list-in-ruby-on-rails-3-almost-unobtrusive-jquery/
http://railscasts.com/episodes/302-in-place-editing
of this tutorial could also help solidify your knowledge
http://railscasts.com/episodes/196-nested-model-form-part-1
Cheers