Project

General

Profile

Topicbox » History » Revision 2

Revision 1 (Per Amundsen, 02/14/2014 06:06 PM) → Revision 2/7 (Per Amundsen, 12/16/2016 12:39 PM)

_Added in 1.9.1_ 

 */topicbox [-dhostabNeNfNpvck] [-dhost] [window]* 

 Sets Topicbox topicbox visibility or visibility style. 

 If no window is defined, current window will be used. 

 *Switches* 

 -d - Use default visibility option. 
 -h - Show Topicbox topicbox as one line, expandable on click. 
 -o - Hide Topicbox topicbox 
 -s - Set current topicbox option as default for all Topicbox's. topicbox's. 
 -t - Show Topicbox topicbox multiline sticky. 
 -a - Use the Topicbox from the current active window. 
 -bN - Set selection start to position N. 
 -eN - Set selection end to position N. 
 -fN - If N = 1/[$null] sets focus to the Editbox and makes sure the window is not minimized and active. 
 -p - Append a white-space after the text. 
 -v - Prevents the Topicbox contents from being changed. 
 -c - Sets the Topicbox text color. 
 -k - Sets the Topicbox background color. 

  

 *Parameters* 

 [window] - Window to change the Topicbox. topicbox. 

 *Example* 

 <pre> 
 ; Show Topicbox ;Show topicbox as one line on #channel. 
 /topicbox -h #channel 

 ; Hide Topicbox 


 ;Hide topicbox on #channel. 
 /topicbox -o #channel 

 ; Set the Topicbox text for #channel. 
 /topicbox #channel Test Topic 
 </pre>