cancel
Showing results for 
Search instead for 
Did you mean: 

Changing Mouse Click Behaviour

Amey-Mogare
Contributor
0 Kudos

Hi,

I have a requirement where I am displaying list of LinkToURL elements pointing to some URLs.

Now I want mouse left click to trigger action of "Save Target As" action. (Normally, this is present in "Right Click --> Save Target As")

Is there any way in Web Dynpro code (or rather any way) to achieve this?

Thanks and regards,

Amey Mogare

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If these URLs point to resources on the Web AS, you might use a FileDownload UI element. In NW >= 7.10 you could also use a context menu and the new resource API.

Armin

Amey-Mogare
Contributor
0 Kudos

Hi Armin,

Thank you for reply.

Yes, FileDownload UI element is the one which will be useful for me.

This URL which I am talking about is pointing to the file located on some other server on same network.

So I need to first read byte stream from URL and then convert it to IWDResource?

I was looking for any method that will help me to achieve this.

Any idea which code might work?

Thanks and regards,

Amey Mogare

Answers (0)