-
Notifications
You must be signed in to change notification settings - Fork 13
/
clipboardAction.xml
55 lines (55 loc) · 1.85 KB
/
clipboardAction.xml
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
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8"?>
<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/6.0/clipboardAction.xsd">
<import>
<!-- conversation -->
<action name="assignLabel">
<actionclassname>wcf\system\clipboard\action\ConversationClipboardAction</actionclassname>
<showorder>1</showorder>
<pages>
<page>wcf\page\ConversationListPage</page>
</pages>
</action>
<action name="markAsRead">
<actionclassname>wcf\system\clipboard\action\ConversationClipboardAction</actionclassname>
<showorder>2</showorder>
<pages>
<page>wcf\page\ConversationListPage</page>
</pages>
</action>
<action name="restore">
<actionclassname>wcf\system\clipboard\action\ConversationClipboardAction</actionclassname>
<showorder>3</showorder>
<pages>
<page>wcf\page\ConversationListPage</page>
</pages>
</action>
<action name="leave">
<actionclassname>wcf\system\clipboard\action\ConversationClipboardAction</actionclassname>
<showorder>4</showorder>
<pages>
<page>wcf\page\ConversationListPage</page>
</pages>
</action>
<action name="leavePermanently">
<actionclassname>wcf\system\clipboard\action\ConversationClipboardAction</actionclassname>
<showorder>5</showorder>
<pages>
<page>wcf\page\ConversationListPage</page>
</pages>
</action>
<action name="open">
<actionclassname>wcf\system\clipboard\action\ConversationClipboardAction</actionclassname>
<showorder>6</showorder>
<pages>
<page>wcf\page\ConversationListPage</page>
</pages>
</action>
<action name="close">
<actionclassname>wcf\system\clipboard\action\ConversationClipboardAction</actionclassname>
<showorder>7</showorder>
<pages>
<page>wcf\page\ConversationListPage</page>
</pages>
</action>
</import>
</data>