Files
SingularityViewer/indra/newview/skins/default/xui/en-us/menu_url_group.xml

36 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<context_menu
layout="topleft"
label="Group"
name="Url Popup">
<menu_item_call
label="Show Group Information"
layout="topleft"
name="show_group">
<menu_item_call.on_click
function="Text.Url" userdata="ShowProfile" />
</menu_item_call>
<menu_item_separator
layout="topleft" />
<menu_item_call
label="Copy Group 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="Copy Key to clipboard" name="key_copy">
<menu_item_call.on_click function="Text.Url.CopyUUID" />
</menu_item_call>
<menu_item_call label="Select All" name="Select All">
<on_click function="Text" userdata="SelectAll"/>
</menu_item_call>
</context_menu>