Select to view content in your preferred language

widget with no icon or UI

2139
3
Jump to solution
10-29-2015 12:56 PM
LefterisKoumis
Frequent Contributor

I created a off-panel widget that it has no UI and it opens at start-up. It performs some initial tasks, like reading the URL parameters and it acts accordingly.

I don't need the widget icon to be displayed anywhere on the map. Is there an easy way to do without an icon?

Thanks.

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Lefteris,

   Sure you can use the Splash or Scalebar widget as an example

View solution in original post

0 Kudos
3 Replies
RickeyFight
MVP Regular Contributor

Lefteris,

I believe the local layer widget does not have an icon. I would look at that code for tips on how to do this.

LocalLayerWidget and AccessifizrWidget

LefterisKoumis
Frequent Contributor

Thank you Ricky. I looked up at the LocalLayerWidget and it was not straightforward of how to do it. Then, I looked at the Splash Widget, per Robert's suggestion, and voila, it was right at the first block of the css code.

RobertScheitlin__GISP
MVP Emeritus

Lefteris,

   Sure you can use the Splash or Scalebar widget as an example

0 Kudos