The top level Utils module. The Utils module is a set of common JavaScript functions that are useful for applications.
| Name | Description |
|---|---|
| addEventListener | add an event listener for the instance to receive view triggered events |
| base64decode | decode a Base64 string |
| base64encode | encode a string into Base64 |
| fireEvent | fire a synthesized event to the views listener |
| md5HexDigest | compute a MD5 hash algorithm against the input and return a hex-based string |
| removeEventListener | remove a previously added event listener |