Attach div on layout

const layout = new dhx.Layout(“layout”, {
type: “line”,
rows: [
{
id: “bodyLayoutA”,
html: “1”,
},
{
id: “bodyLayoutB”,
html: “2”,
},
]
});

<c:if test=“${sessionScope.roleCommCd eq ROLE_COMM_CD_IS_SUPERADMIN}”>

 html tag

I used JSTL
I want to attach this DIV tag to bodyLayoutA above, is it possible?

Unfortunately only the strict html content can be placed to the layout cell.