<body id="content">
<div data-role="header">
<h3>header text</h3>
</div>
<div data-role="content" id="pagePort">
//here I am loading my integrating server generated pages sample application
</div>
<div data-role="footer">
<h3>simple footer</h3
</div>
</body>
これは私のメインの html ページです。そして、サーバーページのhtmlページに私が持っています
<div id="AppBody">
<div id="tabButtonsContainer">
</div>
id = "tabbuttonsContainer" のこの div は、js ファイルで次のように parentdiv として使用しています
WL.TabBar.setParentDivId("tabButtonsContainer"); それでもタブバーは上部にのみ来ています