summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_test_line_editor.xml
blob: a17e3ea9495c518974645cf59a2d9b5833927e99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 can_resize="true"
 height="400"
 layout="topleft"
 name="floater_test_line_editor"
 width="400">
  <line_editor
   height="20"
   layout="topleft"
   left="10"
   name="enabled_line_editor"
   top="40"
   tool_tip="enabled line editor"
   width="200">
    Enabled line editor
  </line_editor>
  <line_editor
    enabled="false"
   height="20"
   layout="topleft"
   left_delta="0"
   name="disabled_line_editor"
   top_pad="10"
   tool_tip="disabled line editor"
   width="200">
    Disabled line editor
  </line_editor>
  <line_editor
   height="20"
   layout="topleft"
   left_delta="0"
   name="enabled_colored_line_editor"
   text_color="1 0 0 1" 
   top_pad="10"
   tool_tip="enabled colored line editor"
   width="200">
    Enabled red-text line editor
  </line_editor>
  <line_editor
    enabled="false"
   height="20"
   layout="topleft"
   left_delta="0"
   name="disabled_colored_line_editor"
    text_readonly_color="1 0 0 1" 
   top_pad="10"
   tool_tip="disabled colored line editor"
   width="200">
    Disabled red-text line editor
  </line_editor>
  <!-- "search_editor" is a specialized line_editor that shows read-only
       help text until the user clicks in the widget. -->
  <search_editor
   follows="left|top|right"
   height="20"
   label="Type here to search"
   layout="topleft"
   left_delta="0"
   name="search editor"
   tool_tip="search editor"
   top_pad="10"
   width="200" />
</floater>