Check documentation for the latest version of dhtmlxSuite previous DHTMLX Docs

previous

Returns the ID of the previous item ( an item with the index == current - 1).

void previous();

Example

var prev_id = data.previous(id);

Back to top