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
Solved! Go to Solution.
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.
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.
Thanks! Your answer helped me out accessing it's config data