使用2U模式的dhtmlxLayout,当我调整窗口大小时,布局不会自动适合窗口大小。如何制作响应式布局,是否有任何API可用于在调整窗口大小时自动调整布局(无需浏览器刷新)?
<div id="container" style="width:100%;height:100%;"></div>
…
layout = new dhtmlXLayoutObject("container","2U");
答案 0 :(得分:1)
您需要在fullscreen init
中使用它答案 1 :(得分:0)
如果使用fixSize(false,false)方法,则可以水平和垂直调整项目的大小。 setAutosize(“b; c”,“a; c”)方法更改布局的项目以自动调整到布局的尺寸变化。