• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
AjaxSortableList question: Edit after reorder?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AjaxSortableList question: Edit after reorder?


  • Subject: AjaxSortableList question: Edit after reorder?
  • From: James Cicenia <email@hidden>
  • Date: Tue, 17 Jul 2012 15:45:40 -0400

Hello -

I have an AjaxSortableList. After a user moves a row and then tries to edit it, it grabs the wrong item. Am I missing something obvious?

Sortable: AjaxSortableList {

list = theList;

item = theItem;

listItemIDKeyPath = "primaryKey";

id = "list-container-id";

listClass = "sortableList";

listItemClass = "sortableListItem";

ghosting = true;

action = sortList;

index = index;

handle = "sub-col-item drag";

}


ModalWindowEdit: AjaxModalDialogOpener {

dialogId = "ModalEditWindow";

title = "Edit Skill Set";

elementName = "a";

label="Edit";

action = giveItemToDialog;

}


public void giveItemToDialog(){

itemToEdit = theItem;

}



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: AjaxSortableList question: Edit after reorder?
      • From: David LeBer <email@hidden>
  • Prev by Date: Re: Deployment on Linux (jdbc driver pb)
  • Next by Date: Re: AjaxSortableList question: Edit after reorder?
  • Previous by thread: Re: Recommendation modify EO
  • Next by thread: Re: AjaxSortableList question: Edit after reorder?
  • Index(es):
    • Date
    • Thread