PageRenderTime 112ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/en/menu_url_objectim.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 44 lines | 44 code | 0 blank | 0 comment | 0 complexity | f0b404f4b529b4923cbef182842ca2ba MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <context_menu
  3. layout="topleft"
  4. name="Url Popup">
  5. <menu_item_call
  6. label="Show Object Information"
  7. layout="topleft"
  8. name="show_object">
  9. <menu_item_call.on_click
  10. function="Url.Execute" />
  11. </menu_item_call>
  12. <menu_item_separator
  13. layout="topleft" />
  14. <menu_item_call
  15. label="Show on Map"
  16. layout="topleft"
  17. name="show_on_map">
  18. <menu_item_call.on_click
  19. function="Url.ShowOnMap" />
  20. </menu_item_call>
  21. <menu_item_call
  22. label="Teleport to Object Location"
  23. layout="topleft"
  24. name="teleport_to_object">
  25. <menu_item_call.on_click
  26. function="Url.Teleport" />
  27. </menu_item_call>
  28. <menu_item_separator
  29. layout="topleft" />
  30. <menu_item_call
  31. label="Copy Object Name to clipboard"
  32. layout="topleft"
  33. name="url_copy_label">
  34. <menu_item_call.on_click
  35. function="Url.CopyLabel" />
  36. </menu_item_call>
  37. <menu_item_call
  38. label="Copy SLurl to clipboard"
  39. layout="topleft"
  40. name="url_copy">
  41. <menu_item_call.on_click
  42. function="Url.CopyUrl" />
  43. </menu_item_call>
  44. </context_menu>