Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
I have 3 mashups,how to switch them dynamic every 30 seconds.and I don't want to use menu or master.thanks
You could try to use Navigation widget and involve some custom services to implement the timer.
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.
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.
thanks