实现选项卡布局的弹窗表单界面

提问 未结 4 6282
悬赏:60飞吻
我想弹窗显示如下的tab切换蓝栏,横向切换,但是发现不行
<div data-toggle="topjui-layout" data-options="fit:true">
<div data-options="region:'center',title:'',fit:true,border:false,bodyCls:'border_right_bottom'" >
<div data-toggle="topjui-tabs"
data-options="id:'eastTabs',
fit:true,
border:true,
bodyCls:'border_right_none'">
<div title="Panel面板1"
data-options="id:'eastTab0',iconCls:'fa fa-th',
href:'http://www.topjui.com?uuid1={uuid}'"></div>
<div title="Panel面板2"
data-options="id:'eastTab1',iconCls:'fa fa-th',
href:'http://www.topjui.com?uuid2={uuid}'"></div>
</div>
</div>
</div>
出现类似选项卡的功能,参考地址
http://ask.topjui.com/article/89cc2215a2192ae740d92bf13770999d.html

请问现在不能实现吗
回帖
回帖须知