cancel
Showing results for 
Search instead for 
Did you mean: 

Changing the TRAY UI control in Web Dynpro

Former Member
0 Kudos

Dear All,

I am using Tray UI control in my WebDynpro project.There are 2 customer requirements regarding Tray:

1. The Expand/Colapse box icon be changed to "+" (for expand) and "-" (for colapse) icons.

2. Move the Expand / Colapse icon from right to left.

Is there any way i can achieve this.

Could someone please help me and let me know how this can be done.

Warm Regards

Krishna

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Not that's not possible via Web Dynpro API. As a workaround you could

- use a LinkToAction / ToggleLink (if available) with corresponding icons

- control the visibility of a TransparentContainer from the action handler

Armin

Answers (0)