Class blade.util.TextConsoleFactory
Object
|
+--blade.util.TextConsoleFactory
- class
blade.util.TextConsoleFactory
Creates new TextConsoles
Defined in util.js
Method Summary |
function
|
newTextConsole(parent)
Creates a new TextConsole as a child of parent
|
blade.util.TextConsoleFactory
function blade.util.TextConsoleFactory()
newTextConsole
function newTextConsole(parent)
Creates a new TextConsole as a child of parent
Parameters:
parent
- DOM object to make the TextConsole a child of
Returns:
a reference to the new TextConsole