blob: ae199e7e388ff29bed782e38e8cb107ccf809eb7 (
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
|
<panel
height="430"
width="304"
name="panel_social_status">
<text
length="1"
follows="top|left|right"
font="SansSerif"
height="16"
left="9"
name="caption_label"
top_pad="18"
type="string">
What's on your mind?
</text>
<text_editor
follows="left|top"
height="80"
width="280"
left="9"
length="1"
max_length="700"
name="status_message"
type="string"
word_wrap="true">
</text_editor>
<button
layout="topleft"
follows="left|top"
height="23"
label="Post"
name="post_status_btn"
top_pad="18"
width="100">
<button.commit_callback
function="SocialSharing.SendStatus" />
</button>
<button
layout="topleft"
follows="left|top"
height="23"
label="Cancel"
name="cancel_btn"
left_pad="15"
top_delta="0"
width="100">
<button.commit_callback
function="SocialSharing.Cancel" />
</button>
</panel>
|