2012年3月24日土曜日

Right Click popups OWA style

Hi.

I need to use atlas to allow me to display right click popups, the content of which depends on the item that was right clicked on.

Basically.. I have a repeater which lists usernames.

I want to be able to right click on the username which then displays a popup with a few options relating to the selected user.

I have figured out that the popup needs to be in a update panel, and right clicking on the username needs to fire of a webservice which returns the options.

What I am not sure of is how to code it and what Atals functions to use.

Anyone got any pointers?

Cheers

Amit

You might be able to modify the click behavior with a new click behavior that handles the right click, cancells it to disable the browser right click contxt menu, and pop a floating div with the contextual items that you require..
try this:
Handling the context menu with a custom Atlas Behavior

0 件のコメント:

コメントを投稿