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