Check documentation for the latest version of dhtmlxSuite serialize DHTMLX Docs

serialize

serializes component back to json

object serialize();
objectdata from the list as json object

Example

var data = myList.serialize();

Back to top