uid

returns a unique id

number uid();
numbera unique id

Example

var id = webix.uid();

Details

The generated id is unique per page but not globally.
So you can use the method in the on-page logic. It's not good enough for use as the DB id.

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.