Check documentation for the latest version of dhtmlxSuite attachList DHTMLX Docs

attachList

attaches dhtmlxList to a tab

dhtmlXList attachList(object conf);

Parameters

confobjectlist conf (please, check List docs for details)

Returns

dhtmlXListdhtmlXList instance

Example

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

Back to top