Check documentation for the latest version of dhtmlxSuite attachPortal DHTMLX Docs

attachPortal

attaches dhtmlxPortal to a cell

dhtmlXPortal attachPortal(object conf);
confobjectportal config
dhtmlXPortaldhtmlXPortal instance

Example

var myPortal = dhxComponent.cells(id).attachPortal({ pattern:"3L" });

Back to top