Constructor
new DebugMessage(messagebox, message)
- Source:
Parameters:
Name | Type | Description |
---|---|---|
messagebox |
ClubCrawler.DOMUserInterface.DebugMessageBox | The creating message box. |
message |
string | The message to display. |
Members
deleteButton :HTMLSpanElement
- Source:
The button for deleting this message.
Type:
- HTMLSpanElement
element :HTMLElement
- Source:
The div which displays the message.
Type:
- HTMLElement
messageText :string
- Source:
The message.
Type:
- string
parentBox :ClubCrawler.DOMUserInterface.DebugMessageBox
- Source:
The creating message box.
Type:
Methods
delete()
- Source:
Called when the "X" is clicked on a debug message.
Tells DebugMessageBox to delete this message from the debugLines.
Also deletes the html element.