Contains modules that will be useful as part of a hyperaudio-lib.js library, used by developers to create applications.
The Address Utility is a URL parameter manager, that works with the History API to update the URL.
To enable the feature, you must initiate it:
// Init the Address utility
HA.Address.init();
Use the Address utility:
HA.Address.setParam(name, value);
HA.Address.getParam(name);
Examples:
HA.Address.setParam('id', '123456');
var id = HA.Address.getParam('id');
See also: HA.getURLParameter(name)
- find a clean area
- clone hyperaudio-lib.git (enter directory)
- npm install
- grunt build
- clone hyperaudio-pad.git (enter directory)
- npm install
- grunt build
- deploy webapps/htdocs/pad/dist/hyperaudio-pad.min.js