Select to view content in your preferred language

WAB Dev. Edition 2.17 - how to hide first widget in launchpad theme icon group

1138
0
04-04-2021 05:19 AM
Labels (3)
MichaelLev
Frequent Contributor

I'm developing custom widgets for WAB (Develper Edtion) 2.17, Launchpad Theme, on 3D Scenes (ArcGIS API for javascript 4.17), on our compamy portal (version 10.7.1).

I am still a newbie...

My first item in the launchpad Teme icons group, is itself a group of 4 icons.

I want to "hide" it.

I succeeded to hide it in WidgetManager.js by 

let parent = document.querySelector(".iconList .iconGroup");

parent.removeChild(parent.firstElementChild);

BUT -

when I increase zoom till the launchpad icons "drawer" is not seen, and then I decrease zoom again in order to see again the drawer, than the icon is automatically seen again...

0 Kudos
0 Replies