PageRenderTime 34ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 45 lines | 44 code | 1 blank | 0 comment | 0 complexity | ee599c8ed1a8d5af483e91903ec280ce 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="600"
  6. layout="topleft"
  7. name="floater_test_text_editor"
  8. translate="false"
  9. width="800">
  10. <text_editor
  11. height="50"
  12. follows="top|left|bottom"
  13. left="10"
  14. name="test_text_editor"
  15. tool_tip="text editor"
  16. top="25"
  17. word_wrap="true"
  18. width="200">
  19. Text Editor
  20. </text_editor>
  21. <text_editor
  22. height="50"
  23. follows="top|left|bottom"
  24. font="SansSerif"
  25. left="10"
  26. name="test_text_editor"
  27. tool_tip="text editor"
  28. top_pad="10"
  29. width="200">
  30. This contains long text and should scroll horizontally to the right
  31. </text_editor>
  32. <text_editor
  33. height="50"
  34. follows="top|left|bottom"
  35. font="SansSerif"
  36. left="10"
  37. name="numeric_text_editor"
  38. tool_tip="text editor for numeric text entry only"
  39. top_pad="10"
  40. text_type="int"
  41. width="200">
  42. This is text that is NOT a number, so shouldn't appear
  43. </text_editor>
  44. </floater>