适用于 Plone、z3c.form 和 Dexterity 的可重新排序的多选小部件
克隆人 4.1b。设法使 schema.List 与 CheckBoxFieldWidget 一起正常工作。
现在我希望我可以以某种方式重新排序 schema.List 的内容。
z3c.form / Plone / Dexterity 是否存在类似“可订购多选小部件”的东西?
Plone 4.1b. Managed to get schema.List work correctly with CheckBoxFieldWidget.
Now I hope I could reorder the contents of the schema.List somehow.
Does there exist anything like "orderable multi-selection widget" for z3c.form / Plone / Dexterity?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
呃哦。看起来 schema.List 的默认小部件允许排序,完全按照我的要求进行。
Uh oh. Looks like the default widget for schema.List allows ordering, doing exactly what I was asking.