cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding CHIP fullscreen icon

0 Kudos

Hi Experts,

I'm developing a CSR CHIP.

Just wondering if it's possible to hide a CHIP fullscreen mode icon?

Thanks in advance.

Tim

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Tim,

maybe you can try to select via jQuery from your "Lane.view.js" the parent nodes via parent() method. Normally a chip consists of a vertical container, which divides the chip in header (title and fullscreen-icon) and content area. When you select the header-area, you can try to select the fullscreen-button via find('.sapLpbSuiteFullScreenIcon').

Then you can set an inline-style, e.g. "display:none". I would implement this coding in an  onAfterRendering method of the corresponding controller.

Regards

Michael

0 Kudos

Hi,

That was very helpful answer.

I guess there's no standard configuration for CHIP's fullscreen mode.

Thanks a lot Michael.

Tim

Former Member
0 Kudos

Hi Tim,

yeah, i've also found no option to hide the button via customizing.

Regards

Michael

Answers (0)