Skip to main content
June 18, 2017
Solved

is it possible have in three different mashup the widget Timeselector with the same start and end time

  • June 18, 2017
  • 1 reply
  • 1070 views

Hi All,

I need to have for different mashup the same time period (I'm using a TimeSelector).  If I will change the period inside one Mashup the same change will be do in the other mashups.

Is is possible This ?

I have tryed with Session parameters but it does not work.

Any suggestion ?

Best answer by liliu

Hi Bologna,

I am not sure how do these three mashup display for you? Are they contained mashup? Or do you use naviation widget to open the other three mashup?

I did a sample for naviation mashup to transfer the timeselector data to another mashup.

1. Create the naviation mashup named s2, in this mashup, create two session parameter, and bind it to a time selector widget for start and end time.

2. Create another mashup named s1, add timeselector and naviation widget for this mashup

     Please set the Navigation attribute:

     Visible: false

     MashupName: S2

3. Bind TimeSelector's StartDatTime and EndDateTime to Navigatgion.

4. Bind TimeSelector's update event to Navigation.

Should you have any further concern, please let use know. 

Best Regards,

Lily

1 reply

liliu5-Regular MemberAnswer
5-Regular Member
June 19, 2017

Hi Bologna,

I am not sure how do these three mashup display for you? Are they contained mashup? Or do you use naviation widget to open the other three mashup?

I did a sample for naviation mashup to transfer the timeselector data to another mashup.

1. Create the naviation mashup named s2, in this mashup, create two session parameter, and bind it to a time selector widget for start and end time.

2. Create another mashup named s1, add timeselector and naviation widget for this mashup

     Please set the Navigation attribute:

     Visible: false

     MashupName: S2

3. Bind TimeSelector's StartDatTime and EndDateTime to Navigatgion.

4. Bind TimeSelector's update event to Navigation.

Should you have any further concern, please let use know. 

Best Regards,

Lily