<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"); 但标签栏仍然只出现在顶部