I guess it depends on what you have to start with? You can edit a relationship 'inline'. The basic premise is to do something like
100: smartRelationship != null and task = 'edit' => componentName = ERDEditRelationship and substitute your editRelationshipEmbeddedConfigurationName if necessary. Then you can style your relationship edit box to look like a floating modal like ERModern does, or something else. It's all css. If you just have a list and no relationship, you can set up a master/detail interface rather easily using embedded D2W components. Example from WOWODC 2011: https://github.com/wocommunity/WOWODC-2011/tree/master/Dashboard You could easily make whatever you design into a reusable D2W page... Or perhaps you had something else in mind? Ramsey On Dec 25, 2011, at 4:58 AM, Theodore Petrosky wrote: > I have always disagreed with a HI that goes to another page the moment you > want to edit an entity. In my little apps, I would always use an > AjaxModalDialog to present the user with the editable fields. There never is > a question what will happen next. > > How do I do this in D2W? Did I miss this rule in the documentation? :-) > > Ted > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/ramseygurley%40gmail.com > > This email sent to [email protected]
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
