Appends a copy email button that runs copyEmailToClipboard when clicked.
Name | Type | Description | |
---|---|---|---|
row |
HTMLElement
|
|
|
column |
number
|
|
Void
Appends a copy task button that copies task number
Name | Type | Description | |
---|---|---|---|
row |
HTMLElement
|
|
|
column |
number
|
|
Void
Appends a copy name button that copies the first and last name in order without the comma
Name | Type | Description | |
---|---|---|---|
row |
HTMLElement
|
|
|
column |
number
|
|
Void
Sets the color of the row based on the 12th child. When the 12th child contains my name "Cardosi, Alexander", the color will be marked green. Marks special cases yellow
Name | Type | Description | |
---|---|---|---|
row |
HTMLElement
|
|
Void
Returns descriptions from a nodelist of rows
Name | Type | Description | |
---|---|---|---|
rows |
nodelist
|
|
string
Array
Array of strings containing descriptions
Returns the description from a row
Name | Type | Description | |
---|---|---|---|
row |
HTMLElement
|
|
string
string containing descriptions
Sets each description in the array to their respective columns. The array has to be the same length as the number of rows
Name | Type | Description | |
---|---|---|---|
descriptions |
string
Array
|
|
|
rows |
HTMLElement
|
|
Void
Gets the device name from a description.
Name | Type | Description | |
---|---|---|---|
description |
string
|
string
Line containing device name, or null if not found
Gets the "requested user" name from a description.
Name | Type | Description | |
---|---|---|---|
description |
string
|
string
Line containing user name, or null if not found
Gets a result from a regex. Returns null if no match found
Name | Type | Description | |
---|---|---|---|
string |
string
|
|
|
regex |
string
|
|
string
Line containing regex, or null if not found