Public Member Functions | |
string | escapeHTML (string html) |
Escapes the given string, essentially making any HTML it contains literal. More... | |
int | parseInt (string text) |
Parses the given text into a number. More... | |
void | clearInterval (UITimer timer) |
Clears intervals. More... | |
UITimer | setInterval (Nitro.DynamicMethod< Nitro.Void > method, int ms) |
Sets an interval. More... | |
UITimer | setTimeout (Nitro.DynamicMethod< Nitro.Void > method, int ms) |
Sets a timeout. More... | |
|
inline |
Clears intervals.
|
inline |
Escapes the given string, essentially making any HTML it contains literal.
|
inline |
Parses the given text into a number.
|
inline |
Sets an interval.
|
inline |
Sets a timeout.