Skip to main content
1-Visitor
June 9, 2017
Question

how to switch mashup dynamic

  • June 9, 2017
  • 3 replies
  • 2096 views

I have 3 mashups,how to switch them dynamic every 30 seconds.and I don't want to use menu or master.thanks

3 replies

20-Turquoise
June 9, 2017

You could try to use Navigation widget and involve some custom services to implement the timer.

csun-211-VisitorAuthor
1-Visitor
June 10, 2017

ths,I use Navigation and atuo refresh wiget solved the problem.I add a navigtion widget link the mashup you want to jump,and use auto refresh widget set the time.

5-Regular Member
June 12, 2017

Hi cyril sun​,

This can be done simply using Auto Refresh widget and Navigation widget. And bind the refresh event of Auto Refresh widget to navigate of navigation widget.

Auto Refresh widget: refresh interval as 30 seconds

navigation widget: target window as Replace

Set the visibility as false for both widgets.

Select the MashupName to which the Mashup should navigate after 30 seconds.

Repeat the steps for all 3 mashups.

I hope it helps.

csun-211-VisitorAuthor
1-Visitor
June 12, 2017

thanks