Project

General

Profile

Topicbox » History » Version 2

Per Amundsen, 12/16/2016 12:39 PM

1 1 Per Amundsen
_Added in 1.9.1_
2
3 2 Per Amundsen
*/topicbox [-dhostabNeNfNpvck] [window]*
4 1 Per Amundsen
5 2 Per Amundsen
Sets Topicbox visibility or visibility style.
6 1 Per Amundsen
7
*Switches*
8
9
-d - Use default visibility option.
10 2 Per Amundsen
-h - Show Topicbox as one line, expandable on click.
11
-o - Hide Topicbox
12
-s - Set current topicbox option as default for all Topicbox's.
13
-t - Show Topicbox multiline sticky.
14
-a - Use the Topicbox from the current active window.
15
-bN - Set selection start to position N.
16
-eN - Set selection end to position N.
17
-fN - If N = 1/[$null] sets focus to the Editbox and makes sure the window is not minimized and active.
18
-p - Append a white-space after the text.
19
-v - Prevents the Topicbox contents from being changed.
20
-c - Sets the Topicbox text color.
21
-k - Sets the Topicbox background color.
22 1 Per Amundsen
23
*Parameters*
24
25 2 Per Amundsen
[window] - Window to change the Topicbox.
26 1 Per Amundsen
27
*Example*
28
29
<pre>
30 2 Per Amundsen
; Show Topicbox as one line on #channel.
31 1 Per Amundsen
/topicbox -h #channel
32
33 2 Per Amundsen
; Hide Topicbox on #channel.
34 1 Per Amundsen
/topicbox -o #channel
35 2 Per Amundsen
36
; Set the Topicbox text for #channel.
37
/topicbox #channel Test Topic
38 1 Per Amundsen
</pre>