Re: D2W
Re: D2W
- Subject: Re: D2W
- From: Theodore Petrosky <email@hidden>
- Date: Wed, 21 Mar 2018 12:11:22 -0400
Emre,
First, anything is possible!!!
In PW, a create page is ERMODWizardCreationPage. If you look in Project Wonder,
you will find the source for this page in ERModernLook. Examine this
carefully!! This is your documentation.
Look at this source!!! you will see how the buttons that are there are created!
You will see the different booleans that are used to turn the button on and off.
There have been times when I want to add something to a template that doesn’t
exist. I clone the template (in this case ERMODWizardCreationPage cloning it
into TPMODWizardCreationPage) and add what I want to this new page. Then create
a rule that uses my new page as the creation page for this situation.
100 : pageConfiguration = ‘<CreationEOThatNeedsNewButtons>' =>
templateNameForWizardCreationPage = "TPMODWizardCreationPage" [Assignment]
Use the source as a guide. I am not saying this is the only way, but it has
worked for me.
Ted
> On Mar 21, 2018, at 10:40 AM, email@hidden wrote:
>
> Yes I'm working with Project Wonder on a D2W Application. On the
> PageConfigurations Edit and Create
> there are 2 Buttons on the Bottom.
> I need to add some additional functionality to those Buttons. Do you know if
> this is possible?
>
> Am 21.03.2018 15:24, schrieb Theodore Petrosky:
>> are you using Project Wonder? The way you word your question makes me
>> think you are not using Wonder.
>> Ted
>>> On Mar 21, 2018, at 10:14 AM, email@hidden wrote:
>>> Hi Theodore
>>> For Example on a Create, on the Bottom of the Page there are 2 Buttons from
>>> D2W.
>>> Once the Cancel Button, and once the Save Button.
>>> I need to access those Buttons, to do my custom stuff.
>>> Emre
_______________________________________________
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
References: | |
| >Re: D2W (From: email@hidden) |