uid

webix.uid([see official doc])

webix.uid helper.

Please look into the linked official documentation.

External references

Official documentation page.

Code

1
2
3
4
5
6
webix.uid = function(){
    if (!this._seed) this._seed=(new Date()).valueOf();    //init seed with timestemp
    this._seed++;
    return this._seed;
};
//resolve ID as html object