DHX Layout: Every cell naming convention

Hi there,

The naming of every cell in the layout is by default “a”, “b”,… or we can customize them ???

Hello,

No you can’t. But you can access layout’s cells by index:
dhtmlx.com/docs/products/dhtmlxL … 5443788000

Hi there,
             Suppose I dont wanna give names like a, b, c … to the cell or item then is it possible to do so ?

Layout’s cells have names “a”, “b”, “c”,… You can’t change them whitout edition source code.
Attached objects can have any ids.

Hi there,
             This can be done with following. Just wanted to share. :slight_smile:
 
             dhxLayout.cells(“a”).setText(“DHX Tree”);

Hello,

:slight_smile: Param you changed is a cells’ text.