54 lines
1.5 KiB
XML
54 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<context_menu
|
|
layout="topleft"
|
|
label="User"
|
|
name="Url Popup">
|
|
<menu_item_call
|
|
label="View Profile"
|
|
layout="topleft"
|
|
name="show_agent">
|
|
<menu_item_call.on_click
|
|
function="Text.Url" userdata="ShowProfile" />
|
|
</menu_item_call>
|
|
<menu_item_call
|
|
label="Send IM..."
|
|
layout="topleft"
|
|
name="send_im">
|
|
<menu_item_call.on_click
|
|
function="Text.Url" userdata="SendIM" />
|
|
</menu_item_call>
|
|
<menu_item_call
|
|
label="Add Friend..."
|
|
layout="topleft"
|
|
name="add_friend">
|
|
<menu_item_call.on_click
|
|
function="Text.Url" userdata="AddFriend" />
|
|
</menu_item_call>
|
|
<menu_item_call
|
|
label="Remove Friend..."
|
|
layout="topleft"
|
|
name="remove_friend">
|
|
<menu_item_call.on_click
|
|
function="Text.Url" userdata="RemoveFriend" />
|
|
</menu_item_call>
|
|
<menu_item_separator
|
|
layout="topleft" />
|
|
<menu_item_call
|
|
label="Copy Name to clipboard"
|
|
layout="topleft"
|
|
name="url_copy_label">
|
|
<menu_item_call.on_click
|
|
function="Text.Url" userdata="CopyLabel" />
|
|
</menu_item_call>
|
|
<menu_item_call
|
|
label="Copy SLURL to clipboard"
|
|
layout="topleft"
|
|
name="url_copy">
|
|
<menu_item_call.on_click
|
|
function="Text.Url" userdata="CopyUrl" />
|
|
</menu_item_call>
|
|
<menu_item_call label="Select All" name="Select All">
|
|
<on_click function="Text" userdata="SelectAll"/>
|
|
</menu_item_call>
|
|
</context_menu>
|