PDA

View Full Version : Serialize



domluc
28 Jun 2007, 6:28 AM
Hi,

Ext have a method to serialize a list.

Basically is like this:
http://demo.script.aculo.us/ajax/sortable_elements.

In my app I'll have exactly functionality, one list of itens sortable and when change it, send to my app to register changes.

trbot
28 Jun 2007, 6:44 AM
Is this a question or a comment? That sure looks neat..

domluc
28 Jun 2007, 6:50 AM
sorry,
It's a question!

I'm making a application , where I had two lists that I can drag and drop itens one to another.
When user has finished, he click in a button and the app catch order of itens to send for server( php script)

basically, like this:
http://demo.script.aculo.us/ajax/sortable_elements

How Can I do this with Ext?