Select to view content in your preferred language

Recalling Splash Scrreen without refreshing the page

451
1
04-17-2013 05:37 AM
MehrshadNourani
Regular Contributor
Does anyone know if there is a way to recall the Splash Screen widget without refreshing the page? I would like for the user to be able to see the information on the Splash Screen when needed. I would appreciate any thoughts on this.

Mehrshad
Census Bureau
DC
Tags (2)
0 Kudos
1 Reply
omega_cancer
Frequent Contributor
Splash widget is a normal widget that can be fired according to your will.

SiteContainer.dispatchEvent(new AppEvent(AppEvent.WIDGET_MENU_CLICKED, false, false, WidgetId));


More detail: http://forums.esri.com/Thread.asp?c=158&f=2421&t=277136

where WidgetId is ID of your splash screen widget assigned by viewer.

You have not specified what version you use.

Next is how to get widgetID

Try this :

ViewerContainer.getInstance().widgetManager.getWidgetId("SplshScreenWidgetLabel")


and even more detail:
http://forums.arcgis.com/threads/56516-Get-quot-UI-quot-Widget-by-Id-Label

Google is your friend use it.
0 Kudos