cancel
Showing results for 
Search instead for 
Did you mean: 

Implementing a Custom Flavor

Former Member
0 Kudos

Does anyone know how to implement a custom flavor?

I assume it is defined in the User Interface --> Mapping --> Flavors area of System Administration.

Once a new flavor is created, how can you use that new flavor in a custom layout?

My assumption is you have to assign the new flavor to a given renderer (say collection renderer), then reference the flavor in your layout controller.

Is this correct? How do you reference it in your Layout Controller?

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

It seems I was correct... I just had a bad setting somewhere along the way.

To reference a given Flavor in your layout you can use something similiar to.

MyControl control = new MyControl(this.getProxy(),"FLAVOR NAME HERE");