Orderable z3c RelationList widget

230 views Asked by At

Is there any RelationList/RelationChoice widget for z3c.form which supports items ordering?

1

There are 1 answers

0
tisto On

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).