Skip to main content
1-Visitor
August 25, 2020
Solved

Generate event when leaving a mashup

  • August 25, 2020
  • 1 reply
  • 1003 views

does anyone know of a way to generate an event when leaving a mashup?

 

I have a UI mashup which allows a user to configure some settings. I wish to write those settings to a file without the user having to press a 'save' button. I was hoping that I could use the menu widget that drives the mashups but there doesn't seem to be any events emitted. I have a service that dynamically returns the data (menu items) for the menu and tried to use the 'selected row changed' event, but it doesn't seem like this is emitted when used with a menu widget.

 

Thanks in advance

K

 

    Best answer by PaiChung

    Not available out of the box, you'd probably have to code something custom.

    1 reply

    PaiChung22-Sapphire IAnswer
    22-Sapphire I
    August 25, 2020

    Not available out of the box, you'd probably have to code something custom.

    khayes11-VisitorAuthor
    1-Visitor
    August 25, 2020

    Thanks for the quick reply. I thought that might be the case.

    K