summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/widgets/expandable_text.xml
blob: d9b6387f0d9739af9cecb59e9b6cf8c6269f06f5 (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
  allow_html="true"
  allow_scroll="true"
  bg_visible="false"
  more_label="More" 
  follows="left|top|right"
  name="text"
  read_only="true"
  use_ellipses="true"
  word_wrap="true"
  tab_stop="true"
  v_pad="3"
  h_pad="4" >
 </textbox>
 <scroll
  name="scroll"
  follows="all"
 />
</expandable_text>