0

I have an app where I want to position x and y values in a database using a visual control

how do I go about creating a control which reads the json array and positions boxes that can be resized and moved about.

When the resizing and moving is stopped i'd like to do a json request to update the positions of the x and y coordinates.

Is there a similar widget available or existing demos that i can combine to achieve that effect.

Joseph Le Brech
  • 6,541
  • 11
  • 49
  • 84

1 Answers1

0

You could check this article (uses windows). Although, it's ExtJS 3, I don't think it is difficult to implement the same for ExtJS 4.

This question addresses similar issue for ExtJS 4 Although, without saving to database, it could be added pretty easy.

Community
  • 1
  • 1
Li0liQ
  • 11,158
  • 35
  • 52