Module: terminal

Methods


<static> log()

Concatenates a list of messages passed a arguments to a single message and calls writeLine for that message.
Source:

<static> writeLine(p_message [, p_tag], p_class)

Adds an paragraph to a HTML tag identified by id="terminal". This paragraph contains the message passed via p_message. If an CSS class name is passed via the optional parameter p_class, it is prepended by terminal_ and then added to the paragraph tag.
Parameters:
Name Type Argument Default Description
p_message string <nullable>
the message to be displayed
p_tag string <optional>
'p' the HTML tag that wraps the message
p_class string <nullable>
the name of a CSS class that is added to the tag
Source: