PageRenderTime 15ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 84 lines | 84 code | 0 blank | 0 comment | 0 complexity | 670e5c923c41fae29df5e016cff6cde4 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="true"
  5. height="400"
  6. layout="topleft"
  7. name="floater_test_radiogroup"
  8. help_topic="floater_test_radiogroup"
  9. translate="false"
  10. width="400">
  11. <radio_group
  12. height="54"
  13. layout="topleft"
  14. left="10"
  15. name="parcel_voice_channel"
  16. top="46"
  17. width="219">
  18. <radio_item
  19. height="16"
  20. label="Use the Estate spatial channel"
  21. layout="topleft"
  22. left="3"
  23. name="Estate"
  24. top="3"
  25. width="463" />
  26. <radio_item
  27. height="16"
  28. label="Use a private spatial channel"
  29. layout="topleft"
  30. left_delta="0"
  31. name="Private"
  32. top_delta="16"
  33. width="463" />
  34. <radio_item
  35. height="16"
  36. label="Disable spatial audio on this parcel"
  37. layout="topleft"
  38. left_delta="0"
  39. name="Disabled"
  40. top_delta="16"
  41. width="463" />
  42. </radio_group>
  43. <radio_group
  44. height="50"
  45. layout="topleft"
  46. left_delta="0"
  47. name="simple_radio_group"
  48. top_pad="50"
  49. width="150">
  50. <radio_item
  51. bottom="20"
  52. height="16"
  53. label="Label in label attribute"
  54. layout="topleft"
  55. name="label_radio_item" />
  56. <radio_item
  57. bottom_delta="20"
  58. height="16"
  59. label="Label in text contents"
  60. layout="topleft"
  61. name="contents_radio_item" />
  62. </radio_group>
  63. <radio_group
  64. draw_border="false"
  65. height="50"
  66. layout="topleft"
  67. left_delta="0"
  68. name="no_border_radio_group"
  69. top_pad="50"
  70. width="150">
  71. <radio_item
  72. bottom="20"
  73. height="16"
  74. label="No Border Foo"
  75. layout="topleft"
  76. name="foo_radio_item" />
  77. <radio_item
  78. bottom_delta="20"
  79. height="16"
  80. label="No Border Bar"
  81. layout="topleft"
  82. name="bar_item" />
  83. </radio_group>
  84. </floater>