adds a layout object to the popup
width | number | layout width |
height | number | layout height |
pattern | string | layout pattern, "3L" by default |
dhtmlXLayoutObject | dhtmlXLayoutObject instance |
var myPop = new dhtmlXPopup(...);
var myLayout = myPop.attachLayout(350, 300, "2U");
Back to top