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

link|improve this question
feedback

1 Answer

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.