可订购的 z3c RelationList 小部件
z3c.form 是否有支持项目排序的 RelationList/RelationChoice 小部件?
Is there any RelationList/RelationChoice widget for z3c.form which supports items ordering?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
z3c.formwidget.query 从 0.7 版本开始支持有序关系:
http://pypi.python.org /pypi/z3c.formwidget.query
要更改现有关系的顺序,用户必须删除/重新添加项目。您可以使用 javascript 对项目进行更方便的重新排序(jQuery UI sortable 对我来说效果很好)。
z3c.formwidget.query supports ordered relations since version 0.7:
http://pypi.python.org/pypi/z3c.formwidget.query
To change the ordering of existing relations the user has to remove/re-add items though. You can use javascript for a more convinient reordering of the items (jQuery UI sortable worked for me pretty well).