The X Toolkit API

X.counter

This class has no public members.

/**
* The counter class, keeping track of instance ids.
*
* @constructor
*/
var c = new X.counter();
/**
* Get a unique id.
*
* @return {number} A unique id
*/
c.uniqueId = $UNIQUEID;


CONSTRUCTORS
X.counter

PROPERTIES
uniqueId

GETTERS/SETTERS

FUNCTIONS

STATIC



SOURCECODE