Class Index | File Index

Classes


Function Namespace setUserVar

taoApi
Defined in: api.js.

Function Namespace Summary
Constructor Attributes Constructor Name and Description
 
setUserVar(key, the)
This function enables you to create and edit custom variables: the user's variables The variable is identified by a key you have chosen.
Function Namespace Detail
setUserVar(key, the)
This function enables you to create and edit custom variables: the user's variables The variable is identified by a key you have chosen. This variable will be saved temporarly into the taoApi. When you call the push() function, the user's variables are sent to the server. It's a way to record some data other than the results and the events.
Parameters:
{String} key
to identify of the variable
{String|number|boolean} the
value of the variable

Documentation generated by JsDoc Toolkit 2.3.2 on Tue Feb 22 2011 09:54:54 GMT+0100 (CET)