24
Views
2
Comments
Solved
click on warning feedback message disturbing the submenus css

Hi All,

On some functionality of submenu -showing warning message but ,when i click on warning message the submneus css is changing,

How to avoid the click event on feedback message or the on click of feedback message the submenus should be collapsed (I mean under main menu)

Ex 

Menu

  Submenu1

Submneu2

So on click on submneu2-Warning message comes ,so on click on warning message Above both menus should be hidden again under main menu.


Thank you

Solution

Hi @ujwala T 

If you want to hide the submenus when user click on warning feedback message you have to do following things:


1. In client Action where you are showing the warning feedback msg you have to add following javascript after feed back element:


2. Create one Client action on screen called CloseSubmenu, Which will look like this:

SubmenuClose action you can find it in outsystemsUI , You have pass widgetId of submenu as input.


Regards,

Pramod

Hello,

It would be so more helpful if you share some screenshots of the problem.

Solution

Hi @ujwala T 

If you want to hide the submenus when user click on warning feedback message you have to do following things:


1. In client Action where you are showing the warning feedback msg you have to add following javascript after feed back element:


2. Create one Client action on screen called CloseSubmenu, Which will look like this:

SubmenuClose action you can find it in outsystemsUI , You have pass widgetId of submenu as input.


Regards,

Pramod

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.