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
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.