util/ Console.jsThis is libraries for an interactive console tied to a div. To use this will require more info than what I have time to type at the minute :( Copyright2004 Rob Rohan (robr@gmai l.com) All rights reserved ohan Relatedutil/Output.js Summary
|
the library version
var CONSOLE_VERSION
command used when in widget mode to do system calls
var current_command
default console prompt
var PROMPT
can be either “javascript” or “system”.
var TERMINAL_TYPE
var _command_buffer
not an API call.
function __con__help()
shows the current environment
function env()
Used mostly by the console, this runs a command and writes the output to standard out
function neuro_Runner( str )
Used when in a widget ...
function handler_EndSystemCall()
Used when in a widget ...
function handler_OutputHandler( currentStringOnStdout )
Used when in a widget ...
function stopCurrentSystemCommand()