Select to view content in your preferred language

Read another widgets config data

2373
2
Jump to solution
11-06-2015 12:27 AM
by Anonymous User
Not applicable

Hi,

I am creating a 'help' widget, where I would like to include data created in the Splash widget, together with my help data. I wonder if it is possible to show the config.splash.splashContent data in my help widget? I appreciate any code hints if someone has done this before.

Thanks,

Torill

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Torill,

   you will need to get the splash widget object from the widget manager using the getWidgetsByName function and then once you have that widget object then you can get access to it's config.

View solution in original post

2 Replies
RobertScheitlin__GISP
MVP Emeritus

Torill,

   you will need to get the splash widget object from the widget manager using the getWidgetsByName function and then once you have that widget object then you can get access to it's config.

by Anonymous User
Not applicable

Thanks! Your answer helped me out accessing it's config data

0 Kudos