Check documentation for the latest version of dhtmlxSuite next DHTMLX Docs

next

Returns the ID of the next item ( an item with the index == current + 1).

void next();

Example

var next_id = data.next(id);

Back to top