Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
How to set focus on WebMenu item from client-side?
posted
Is there a method to set the focus on WebMenu item when displaying the web menu?My webmenu is set as PopupMenu and is displayed from the following client-side function: igmenu_showMenu.

All I want is to set the focus on my WebMenu, i.e select the first Menu item so user could move focus via arrow key up and down.

I could not find any CSOM function to either set focus or to select a web menu item.Any help on this? Thanks.