blob: bcfc2f6472a0c0d64722469e34f690cce2120a85 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<expandable_text
max_height="300" >
<textbox
follows="left|top"
name="text"
use_ellipses="true"
word_wrap="true"
tab_stop="true"
v_pad="2"
h_pad="3" >
<expand_textbox
name="expand"
follows="bottom|right"
visible="false"
bg_visible="false"
tab_stop="false"
v_pad="0"
h_pad="0"
text="[http://www.DUMMY.com More]"
tool_tip="Click to expand text"/>
</textbox>
<scroll
name="scroll"
follows="all"
/>
</expandable_text>
|