How do I attach a DHTMLXForm to a tabbar cell?
I see explicit attach methods for most other DHTMLX objects but not for DHTMLXform?
var myform=tabbar.cells("tab1").attachForm();
Thank you so much. I was going down the road of adding forms via the layout object.