Re: drag & drop for admin-interface

2006-08-03 Thread Steven Armstrong
On 08/03/06 11:23, patrickk wrote: [...] > > Good idea. However, with using the change-list for reordering you > have to load all the dojo-stuff - even if you don´t want to reorder > anything. > Since loading Dojo is quite slow (at least in my experience) I´m not > sure about this. > If

Re: drag & drop for admin-interface

2006-08-03 Thread patrickk
thanks arthur, some additional notes below ... Am 03.08.2006 um 02:42 schrieb arthur debert: > > Hi Patrick. > > I've been planing to implement this, but haven't found the time to. I > know code speaks louder than words... but I've done some thought over > this and would like to share my

Re: drag & drop for admin-interface

2006-08-03 Thread patrickk
first, a usecase: say you have a website with lots of movies. then you have a table for "filmstarts of this week" - on the website the filmstarts are ordered by a column "position". basically, it´s for every table you want to order manually (not using "date" or whatever). Am 03.08.2006 um

Re: drag & drop for admin-interface

2006-08-02 Thread arthur debert
Hi Patrick. I've been planing to implement this, but haven't found the time to. I know code speaks louder than words... but I've done some thought over this and would like to share my opinions. > 1. right now, you can drag & drop table rows within the change-list. > NOT every action is stored

Re: drag & drop for admin-interface

2006-08-02 Thread David Robinson
patrickk wrote: > see http://demo.script.aculo.us/ajax/sortable_elements >> On Wed, 2006-08-02 at 19:50 +0200, patrickk wrote: >>> I´m just doing some dojo DnD-stuff for the django admin-interface. >>> ... >>> question: would you prefer instant saving? The thing that I wasn't clear about was

Re: drag & drop for admin-interface

2006-08-02 Thread Malcolm Tredinnick
Hey Patrick, On Thu, 2006-08-03 at 01:26 +0200, patrickk wrote: > see http://demo.script.aculo.us/ajax/sortable_elements I managed to work out that you were implementing some sort of sortable table. :-) Unfortunately, that doesn't fill in enough details to help me answer the questions you were

Re: drag & drop for admin-interface

2006-08-02 Thread patrickk
see http://demo.script.aculo.us/ajax/sortable_elements Am 03.08.2006 um 00:46 schrieb Malcolm Tredinnick: > > Hi Patrick, > > On Wed, 2006-08-02 at 19:50 +0200, patrickk wrote: >> I´m just doing some dojo DnD-stuff for the django admin-interface. >> so far, everything works fine ... I just have

Re: drag & drop for admin-interface

2006-08-02 Thread Malcolm Tredinnick
Hi Patrick, On Wed, 2006-08-02 at 19:50 +0200, patrickk wrote: > I´m just doing some dojo DnD-stuff for the django admin-interface. > so far, everything works fine ... I just have a couple of questions > concerning your preferences before I submit my code. > > 1. right now, you can drag &

drag & drop for admin-interface

2006-08-02 Thread patrickk
I´m just doing some dojo DnD-stuff for the django admin-interface. so far, everything works fine ... I just have a couple of questions concerning your preferences before I submit my code. 1. right now, you can drag & drop table rows within the change-list. NOT every action is stored