1. #1
    Sencha User
    Join Date
    May 2010
    Location
    Bogota
    Posts
    27
    Vote Rating
    0
    lord_of_php is on a distinguished road

      0  

    Question Unanswered: Reorder Items in Dataview(Ext.view.View)

    Unanswered: Reorder Items in Dataview(Ext.view.View)


    Hi,

    I'm using a Dataview (Ext.view.view) for displaying a gallery of images. It is possible to "reorder" via drag and drop the items in this Component? I have been looking for a example in the Sencha Example page, but I can't find something similar.

    Thanks by your help

  2. #2
    Sencha - Ext JS Dev Team Animal's Avatar
    Join Date
    Mar 2007
    Location
    Notts/Redwood City
    Posts
    30,458
    Vote Rating
    20
    Answers
    9
    Animal is a jewel in the rough Animal is a jewel in the rough Animal is a jewel in the rough

      0  

    Default


    Not out of the box.

    You will have to write a plugin which uses DragZone and DropZone.

    The DrpoZone will have to cleverly see whether the drop point is before or after the "over" element, and insert some kind of drop indicator.

    It's complex stuff.

  3. #3
    Sencha - Community Support Team jay@moduscreate.com's Avatar
    Join Date
    Mar 2007
    Location
    Frederick MD, NYC, DC
    Posts
    16,169
    Vote Rating
    28
    Answers
    83
    jay@moduscreate.com is a jewel in the rough jay@moduscreate.com is a jewel in the rough jay@moduscreate.com is a jewel in the rough jay@moduscreate.com is a jewel in the rough

      0  

    Default


    This example should be able to get you started.
    http://extjsinaction.com/examples/ch...ltiselect.html

    Jay Garcia @ModusJesus || Modus Create co-founder
    Ext JS in Action author
    Sencha Touch in Action author

    Get in touch for Ext JS & Sencha Touch Touch Training

    We are also working on Video-based Sencha Touch training: Check it out here.

  4. #4
    Sencha User skirtle's Avatar
    Join Date
    Oct 2010
    Location
    UK
    Posts
    3,081
    Vote Rating
    112
    Answers
    454
    skirtle is a splendid one to behold skirtle is a splendid one to behold skirtle is a splendid one to behold skirtle is a splendid one to behold skirtle is a splendid one to behold skirtle is a splendid one to behold skirtle is a splendid one to behold

      0  

    Default


    @jgarcia

    I'm getting a 404 for the JSON-P when I follow your link.

    Code:
    GET http://extjsinaction.com/examples/chapter12/getEmployees.php?_dc=1314438198875&callback=stcCallback1001 404 (Not Found)