Check documentation for the latest version of dhtmlxSuite attachList DHTMLX Docs

attachList

attaches dhtmlxList to a window

dhtmlXList attachList(object conf);
confobjectlist conf (please, check List docs for details)
dhtmlXListdhtmlXList instance

Example

var myList = myWins.window(id).attachList({...});

Back to top