Tabbar in form

Hi
I found way to add form in tabbar, but is possible to add tabbar in form on position and size which i want?

Hi
You can place tabbar in “container” item type:

tabObj = form.getContainer(containerName); tabbar = new dhtmlXTabBar("tabObj ", "top");

It’s work great.
Thank you :wink:

You are welcome!