是否有任何类似 http://layout.jquery-dev.net/samples/gispaho/layoutintab.htm的布局,它支持谷歌地图作为我使用上面的一个。我遇到了问题,拆分器拖动在谷歌地图上失败。
参考 https://stackoverflow.com/questions/15795815/jquery-dragable-fails-over-the-google-map
我尝试的是
<div id="layout" class="sun-layout" style="height: 600px;">
<div class="ui-layout-west sun-layout">
<div class="map1">
</div>
</div>
<div class="ui-layout-center sun-layout">
<div class="map2">
</div>
</div>
在 Dom 准备好了
var $layout = $("#layout"); $layout.layout({ west__size: 400 });