the object of the grouplist
ktcGrouplist = new dhx.ui.grouplist({
…
…
});
how to call this object in dhx.ui
You may place an existent view into a layout. The new view can be added in a certain position or instead of a certain layout row or column:
dhx.ui(ktcGrouplist,$$(“layoutId”),0)
or
dhx.ui(ktcGrouplist,$$(“layoutId”),“someViewId”);
In this example “layoutId” is the Layout id, 0 - the index of the row/column where the ktcGrouplist list should be placed, “someViewId” - the id of the view that will be replaced with ktcGrouplist