Check documentation for the latest version of dhtmlxSuite attachList DHTMLX Docs

attachList

attaches dhtmlxList to a tab

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

Example

var myList = myTabbar.tabs(id).attachList({...});

Back to top