util

concrete. util

Source:

Methods

(static) generateUUID() → {UUID}

Source:

Generate a Concrete UUID

Returns:
Type
UUID

(static) generateUUIDString() → {String}

Source:

Generate a UUID string Code based on the uuid.core.js script from MIT licensed project 'UUID.js': https://github.com/LiosK/UUID.js

Returns:
Type
String

(static) getURLParameter(sParam) → {String}

Source:

Retrieve HTTP GET parameters by name

Adapted from: http://stackoverflow.com/questions/19491336/get-url-parameter-jquery-or-how-to-get-query-string-values-in-js

Parameters:
Name Type Description
sParam String

Name of HTTP GET parameter to retrieve

Returns:
Type
String