このhttp://layout.jquery-dev.net/samples/gispaho/layoutintab.htmのようなレイアウトはありますか? 競合としてGoogleマップをサポートし、上記のものを使用します。問題が発生しました。Google マップでスプリッターのドラッグが失敗します。
参照 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>
ドム準備完了
var $layout = $("#layout"); $layout.layout({ west__size: 400 });