cancel
Showing results for 
Search instead for 
Did you mean: 

Menu controls in Web dynpro

Former Member
0 Kudos

Hi, I wanted to create menus for my web dynpro application.is it popssible to make Hover menu?? pls give some idea. Iam seeing some TreeNode control.how would i set values to it?pls help

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sujesh,

First create a menu. Add menu items and then bind the menu item events to view controller actions. Define an event parameter mapping if you need to determine the menu item that triggered the action, or use separate actions for the menu items.

For api see the link below:

https://media.sdn.sap.com/javadocs/NW04/SP9/webdynpro/index.html

Hope this helps.

Regards,

Pooja.

Former Member
0 Kudos

Hi,

You can attach menus to a Tray UILement.

Regards, Anilkumar

Former Member
0 Kudos

is there any hover manu kind of thing? How will i make tree menu and set values to it?????

Former Member
0 Kudos

<i>is there any hover manu kind of thing?</i>

NO

<i>How will i make tree menu and set values to it?????</i>

Write a letter to your manager, explain that there is no menu control in released version of NW04 attachable to arbitrary element and you have to wait till NW04<b>s</b> (aka 7.0) to have such kind of controls. Also ask him to escalate wireframes review in lights of this reality and use, say, Tree UI control to display hierarchical menu-like navigation.

VS

Former Member
0 Kudos

Any way to use Java script menus. Pls help