cancel
Showing results for 
Search instead for 
Did you mean: 

Is eventing in SAP Portal mouse click (left/right) sensitive?

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

detlev_beutner
Active Contributor
0 Kudos

Hi Milind,

thinking of JS? Then looking for something like this http://www.milonic.com/menusample27.php ?

Hope it helps

Detlev

Former Member
0 Kudos

Hi Detlev,

Yes, needed the same thing.

In the meantime, tried searching in Portal help pages whether I could use some code by which I can achieve this but failed.

Does this mean I will have to write a fresh new Java/DHTML code for this?

Also, needed to ask this.....

Is there a way I can customise the notifications on Portal such that I edit some text/message on the same.

Thanks and Warm Regards,

Milind

Former Member
0 Kudos

Hi,

Just discussed the same with my senior and learnt that

using DHTML would not be possible as BW objects are being used.

I would appreciate if you can kindly provide my ome other option by which this could be achieved?

Thanks and Warm Regards,

Milind