Clear Tabbar in Layout

Hi mi tabbar is attached to dhxLayout.cells(“c”). I have a function that returns the page to the initial state but the tabbar still remains. How do I reinitialize it (clear it)? Thanks in advance!

Next command will destroy existing content of a cell

layout.cells("c").detachObject(true)

Thanks Once again! Stanislav The Great!!! :smiley: