Places a text input box in the user console, allowing the user to type or modify a string of text.
If you respond to the user's input keystrokes in real time, note that by default ioL puts the console into 'busy' mode, greys out user interaction and changes the mouse cursor while processing events. This can cause undesirable behaviour while a user is typing if it happens after every keystroke! Set <console.busy false>
to disable this behaviour.
The input tag only handles a single line of text input. For multiline input, create a box tag, set the editable field to true and set the position, size and scroll field appropriately for your requirements.