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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 33 lines | 33 code | 0 blank | 0 comment | 0 complexity | 2e24c380931c251394f8a0087e47ceb6 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="COF Body">
  5. <menu_item_call
  6. label="Replace"
  7. layout="topleft"
  8. name="replace">
  9. <on_click
  10. function="BodyPart.Replace"/>
  11. </menu_item_call>
  12. <menu_item_call
  13. label="Edit"
  14. layout="topleft"
  15. name="edit">
  16. <on_click
  17. function="BodyPart.Edit"/>
  18. <on_enable
  19. function="BodyPart.OnEnable"
  20. parameter="edit" />
  21. </menu_item_call>
  22. <menu_item_call
  23. label="Create New"
  24. layout="topleft"
  25. name="create_new"
  26. translate="false">
  27. <on_click
  28. function="BodyPart.Create"/>
  29. <on_enable
  30. function="BodyPart.OnEnable"
  31. parameter="create" />
  32. </menu_item_call>
  33. </context_menu>