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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 137 lines | 133 code | 0 blank | 4 comment | 0 complexity | 2c4c1f74afa4c404a4af7e7390389350 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater
  3. legacy_header_height="18"
  4. can_resize="false"
  5. height="400"
  6. layout="topleft"
  7. name="floater_test_inspectors"
  8. help_topic="floater_test_inspectors"
  9. title="TEST INSPECTORS"
  10. translate="false"
  11. width="400">
  12. <text
  13. height="20"
  14. left="10"
  15. name="test_inspectors"
  16. top="30"
  17. width="300">
  18. Click to spawn an inspector:
  19. </text>
  20. <button
  21. name="avatar_2d_btn1"
  22. label="Avatar 2D"
  23. top="50"
  24. left="10"
  25. height="20"
  26. width="100"
  27. commit_callback.function="ShowAvatarInspector"
  28. commit_callback.parameter="22df1dcb-810a-4975-aab9-0159958fe155" />
  29. <!-- InspectorA Tester -->
  30. <button
  31. name="avatar_2d_btn5"
  32. label="Avatar 2D"
  33. top_pad="10"
  34. left="10"
  35. height="20"
  36. width="100"
  37. commit_callback.function="ShowAvatarInspector"
  38. commit_callback.parameter="927e68e0-e52d-4bb8-b1a9-add97a57c86a" />
  39. <!-- InspectorB Tester -->
  40. <button
  41. name="avatar_2d_btn2"
  42. label="Avatar 2D"
  43. top_pad="10"
  44. left="10"
  45. height="20"
  46. width="100"
  47. commit_callback.function="ShowAvatarInspector"
  48. commit_callback.parameter="9a2300ca-e251-45dd-bb61-e33139f6e4eb" />
  49. <!-- InspectorC Tester -->
  50. <button
  51. name="avatar_2d_btn3"
  52. label="Avatar 2D"
  53. top_pad="10"
  54. left="10"
  55. height="20"
  56. width="100"
  57. commit_callback.function="ShowAvatarInspector"
  58. commit_callback.parameter="8024f082-34cc-48a3-a42e-c42f345efd74" />
  59. <!-- jarvtest Bombastic 2009-10-3 -->
  60. <button
  61. name="avatar_2d_btn4"
  62. label="Avatar 2D"
  63. top_pad="10"
  64. left="10"
  65. height="20"
  66. width="100"
  67. commit_callback.function="ShowAvatarInspector"
  68. commit_callback.parameter="e7dc3c83-1e11-4fa7-beeb-4b18adfb4efa" />
  69. <button
  70. name="avatar_3d_btn"
  71. label="Avatar 3D"
  72. top="50"
  73. left="150"
  74. height="20"
  75. width="100"/>
  76. <button
  77. name="object_2d_btn"
  78. label="Object 2D"
  79. top_pad="10"
  80. left_delta="0"
  81. height="20"
  82. width="100"/>
  83. <button
  84. name="object_3d_btn"
  85. label="Object 3D"
  86. top_pad="10"
  87. left_delta="0"
  88. height="20"
  89. width="100"
  90. commit_callback.function="ShowObjectInspector"
  91. commit_callback.parameter="" />
  92. <button
  93. name="group_btn"
  94. label="Group"
  95. top_pad="10"
  96. left_delta="0"
  97. height="20"
  98. width="100"
  99. commit_callback.function="ShowGroupInspector"
  100. commit_callback.parameter="" />
  101. <button
  102. name="place_btn"
  103. label="Place"
  104. top_pad="10"
  105. left_delta="0"
  106. height="20"
  107. width="100"/>
  108. <button
  109. name="event_btn"
  110. label="Event"
  111. top_pad="10"
  112. left_delta="0"
  113. height="20"
  114. width="100"/>
  115. <text
  116. follows="left|top"
  117. font="SansSerif"
  118. height="20"
  119. left="10"
  120. max_length="65536"
  121. name="slurl"
  122. top_pad="20"
  123. width="150">
  124. secondlife:///app/agent/00000000-0000-0000-0000-000000000000/inspect
  125. </text>
  126. <text
  127. follows="left|top"
  128. font="SansSerif"
  129. height="20"
  130. left="10"
  131. max_length="65536"
  132. name="slurl_group"
  133. top_pad="20"
  134. width="150">
  135. secondlife:///app/group/00000000-0000-0000-0000-000000000000/inspect
  136. </text>
  137. </floater>