Hello,
I have created a simple iView using Business Graphics, which shows details about 2 Series as Series1 and Series 2
(used the Business Graphics tutorial to create this application).
I want to know whether there is any code by which a left-mouse click and a right-mouse click can be differentiated?
I searched a lot in the SAP Portal tutorials and help pages but the only thing given is that we need to capture the event ID on mouse click(i.e when event generated) and pass it to the server to proceed the event.
The basic idea for which I need to do this is that a popup window/menu should appear as I right-click on a bar showing value (which is Business Graphics Chart).
I belive this can be done in Java (using Mouse-Events) but wanted to know whether it is possible any other way?
Please help.
Thanks and Warm Regards,
Milind
Hi Milind,
thinking of JS? Then looking for something like this http://www.milonic.com/menusample27.php ?
Hope it helps
Detlev
Add a comment