Skip to main content
1-Visitor
November 16, 2017
Question

Pop If I click on one of the menu in menu widget.

  • November 16, 2017
  • 2 replies
  • 1561 views

Hi,

I have used a Menu Widget in my mashup.

I have created the Menu called "Student" and linked with the "menu" parameter on mashup.

In that Student Menu, I have added some student's name.

I want if I click on any student's name in the menu then pop up should come and say "No Records Found"

I have done everything but not able to make that pop up work on Menus.

Please help me with this.

2 replies

20-Turquoise
November 16, 2017

Is each of the student names a mashup?

It might make more sense to use the list widget or a grid with a textbox.

1-Visitor
November 17, 2017

Hi,

Thanks Polina,

Yeah I have implemented mashup for each student.

Its like I do have Menu on my mashup which has these below menu items.

     John

     Steve

     Carl

     Paul

     Mark

Now, For first four, I have used mashup to display their complete information.

But for the last one "Mark", I do not have any mashup so far and I do not want a mashup for that though.

Rather I want to display a POP-UP if I click on "Mark" which should show me a message that "Record Not Found" .

I need to use Menu Widget, it is final.So in Menu widget, how to implement this use-case.

Hope this time we have clear scenario.

Please suggest some way to implement it.

1-Visitor
November 17, 2017

For sure you can do it with expressions / validators. you just need to bind Mashup property from Menu to a validator, (which checks if you have to load a mashup or a pop-up ) if true(event) -> Load Mashup if false(event) -> Load PopUp. Then you can have an expression widget which acts just as a door for the mashup, and it's evaluated only when previous event es true, and the same applies for Load PopUp with another expression. Best Regards, Carles.