Editbox » History » Revision 4
Revision 3 (Per Amundsen, 03/20/2015 01:16 PM) → Revision 4/16 (Per Amundsen, 11/24/2016 12:37 PM)
_Added in 1.9.0_ */editbox [-abNeNfNnopqNsvcC] [-abNeNfNnopqNsv] [window] <text|color>* <text>* Fills the Editbox editbox of the current or specified window with the specified text. *Switches* -a - Use the Editbox editbox 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 editbox and makes sure the window is not minimized and active. -n - "press" enter on the Editbox editbox after the text is added. -o - TODO -p - Append a white-space whitespace after the text. -qN - TODO -s - Use the Editbox editbox from status/server window associated with current window. -v - Prevents the Editbox editbox contents from being changed. -c - Sets the Editbox text color. -C - Sets the Editbox background color. *Parameters* [window] - The window to edit. <text|color> <text> - The text to append/insert or the color to set. append/insert. *Example* <pre> ; Inserts ;Inserts 'Hello World!' into the Editbox editbox in current active window. /editbox -a Hello World! </pre>