• 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
Re: Proper way to Pop a Modal Edit Form from a list?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Proper way to Pop a Modal Edit Form from a list?


  • Subject: Re: Proper way to Pop a Modal Edit Form from a list?
  • From: James Cicenia <email@hidden>
  • Date: Fri, 29 Jan 2010 17:59:17 -0600

OK -

Let's see.

1) I am successfully using an AjaxGrid to show my list of FestivalArtists
2) In that AjaxGrid I have a CellComponent that controls whether to remove the item (it works) or to popup and editor (that doesn't)

3) Following Component Nestings
EditFestival
AjaxModalDialog (the one I want to pop)
form to render
/AjaxModalDialog

FestivalArtistGrid
FestivalActionCell
AjaxModalDialogOpener (this references the above AjaxModalDialogID)


Cells's bindings:

EditFestivalArtistOpener: AjaxModalDialogOpener{
label = "View/Edit1"; 
dialogId = "AdminEditFestivalArtistDialog";
action = selectFestivalArtistToEdit;
title = "Edit Festival Artist";
}


AjaxModalDialog bindings:

FestivalArtistEditorDialog: AjaxModalDialog {
pageName = "AdminEditFestivalArtist";
id = "AdminEditFestivalArtistDialog";
showOpener = false;
transitions = false;
locked = true;


title = "Review Artist";
width = -1;
onClose = updatePage;
}

Does this make sense?

Thanks

 _______________________________________________
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: Proper way to Pop a Modal Edit Form from a list?
      • From: Chuck Hill <email@hidden>
References: 
 >Proper way to Pop a Modal Edit Form from a list? (From: James Cicenia <email@hidden>)
 >Re: Proper way to Pop a Modal Edit Form from a list? (From: Chuck Hill <email@hidden>)
 >Re: Proper way to Pop a Modal Edit Form from a list? (From: James Cicenia <email@hidden>)
 >Re: Proper way to Pop a Modal Edit Form from a list? (From: Chuck Hill <email@hidden>)
 >Re: Proper way to Pop a Modal Edit Form from a list? (From: James Cicenia <email@hidden>)
 >Re: Proper way to Pop a Modal Edit Form from a list? (From: Chuck Hill <email@hidden>)
 >Re: Proper way to Pop a Modal Edit Form from a list? (From: James Cicenia <email@hidden>)
 >Re: Proper way to Pop a Modal Edit Form from a list? (From: Chuck Hill <email@hidden>)

  • Prev by Date: Re: Proper way to Pop a Modal Edit Form from a list?
  • Next by Date: Re: Core services design patern
  • Previous by thread: Re: Proper way to Pop a Modal Edit Form from a list?
  • Next by thread: Re: Proper way to Pop a Modal Edit Form from a list?
  • Index(es):
    • Date
    • Thread