Re: ERModernLook and BottomActionBlock
Re: ERModernLook and BottomActionBlock
- Subject: Re: ERModernLook and BottomActionBlock
- From: Theodore Petrosky <email@hidden>
- Date: Sat, 08 Feb 2014 07:36:12 -0500
I never found a way for that kind of stuff. Generally I would clone the base component. So for instance, I would take the ERMDSimpleListPageRepetition, and clone it into TPMDSimpleListPageRepetition. I would add elements, usually with conditional wrappers so I could turn them on and off.
then create a rule like:
10 : (look = 'ERModernLook' and (task = 'list' or task = 'select' or (task = 'edit' and subTask = 'list'))) => repetitionComponentName = "TPMDSimpleListPageRepetition" [com.webobjects.directtoweb.Assignment]
In this case I wanted to have an instruction component show, but after the user was accustomed to seeing the instruction, I wanted them to be able to turn it off so they could set their preferences to turn it off.
Once I got used to this, it is very easy and I stopped looking for something 'easier'.
Ted
On Feb 8, 2014, at 6:23 AM, Jürgen Tabert <email@hidden> wrote:
> Is it possible to use a d2w rule to add an button to BottomActionBlock?
>
> _______________________________________________
> 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
_______________________________________________
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