Hi Eric, I don't think it should be difficult to implement this. We should be able to just replace the logic that outputs the current drag and drop initialization with something that produces the new initialization arrays.
I'll start coding up this piece of it, and once we have the mockup from Fluid, we can see if it works :) - Jen On Oct 5, 2007, at 12:18 PM, Eric Dalquist wrote: > I'll contact the Fluid devs to get the little mockup they had worked > out. The main idea is that at the end of the rendered markup, where > all > the dojo widgets are declared right now, we would call a javascript > api > like > > createReordere([json object of ids], [json object of where things > can be > moved]); > > What we need to figure out how to do on the uPortal side is to > generate > those two json objects that are detailed here: > http://wiki.fluidproject.org/display/fluid/Reorderer+in+uPortal I > don't > have enough layout generation experience to figure out the best > place to > inject that in the rendered layout. The code would have to be > accessible > from multiple locations since the callback servlet will need to return > the second object after each change made by the reorderer. > > -Eric --------------------------------- Jennifer Bourey Technology and Planning Yale University ITS 203.432.5718 -- You are currently subscribed to [email protected] as: [EMAIL PROTECTED] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-dev
