DHTMLX Docs & Samples Explorer

set (id, hash)

Required library edition: This method works with any edition of DHTMLX library

Required library file: dhtmlxdataview.js

Associates hash of data with some ID

  • id - if of item in question
  • hash - javascript object, which contains data
view.set(id,{
	property:value
});

Method was added as pair for “get”, but so far there is no any practical use-cases, which can be based on it.