summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_test_line_editor.xml
blob: 2894ad2a325d70964a2a80091a8b9007152d3e6c (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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 legacy_header_height="18"
 can_resize="true"
 height="500"
 layout="topleft"
 name="floater_test_line_editor"
 help_topic="floater_test_line_editor"
 translate="false"
 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
   height="20"
   layout="topleft"
   left_delta="0"
   name="ascii_line_editor"
   prevalidate_callback="ascii"
   tool_tip="ascii line editor"
   top_pad="10" 
   width="200">
    ASCII only 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>
  <line_editor
   height="20"
   left_delta="0"
   name="left_pad_editor"
   text_pad_left="25"
   top_pad="10"
   width="200">
    25 px left text padding
  </line_editor>
  <line_editor
   height="20"
   left_delta="0"
   name="left_pad_editor"
   text_pad_right="75"
   top_pad="10"
   width="200">
    75 px right text padding
  </line_editor>
  <line_editor
   height="20"
   left_delta="0"
   name="left_pad_editor"
   text_pad_left="25"
   text_pad_right="75"
   top_pad="10"
   width="200">
    25 px left 75 px right text padding
  </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>