Re: plugging along in D2W
Re: plugging along in D2W
- Subject: Re: plugging along in D2W
- From: Ramsey Gurley <email@hidden>
- Date: Sun, 25 Dec 2011 21:44:24 -0700
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@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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