DHTMLX Docs & Samples Explorer

setCollapsedText(text)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxlayout.js

set the header text of a cell in a collapsed state

The methods takes 2 parameters:

  • id - cell id
  • text - header text
    dhxLayout.setCollapsedText("a","New Text");