summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/widgets/expandable_text.xml
blob: 15c7a4064747e9b503535341b446a6993b52a8eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<expandable_text
 max_height="300" >
 <textbox
  parse_urls="true"
  allow_scroll="true"
  bg_visible="false"
  follows="left|top|right"
  name="text"
  read_only="true"
  use_ellipses="true"
  word_wrap="true"
  show_context_menu="true"
  tab_stop="true"
  v_pad="3"
  h_pad="4" >
 </textbox>
 <scroll
  name="scroll"
  follows="all"
 />
</expandable_text>