Class blade.util.TextConsole

Object
   |
   +--blade.util.TextConsole

class blade.util.TextConsole

A thin wrapper around an HTML object on the screen which makes it easier to append text.

Defined in util.js


Constructor Summary
blade.util.TextConsole (appender)
           
 
Method Summary
 function setLimit(size)
           Sets the size limit
 function write(str)
           Writes a string to the appender
 function writeln(str)
           Wites a line to the appender

Constructor Detail

blade.util.TextConsole

function blade.util.TextConsole(appender)
Method Detail

setLimit

function setLimit(size)

write

function write(str)

writeln

function writeln(str)