Folks,
I am trying to dynamically add various content to a layout. I have tried using layout.cells(‘a’).attachObject(div) but it always seems to take over the whole layout. Is there a method to append to the layout?
Thanks,
Daryl
Folks,
I am trying to dynamically add various content to a layout. I have tried using layout.cells(‘a’).attachObject(div) but it always seems to take over the whole layout. Is there a method to append to the layout?
Thanks,
Daryl
layout.cells(‘a’).attachObject(mainDiv) will be your main div, and you need to attach content to it, not to layout cell.