日期:2014-05-16 浏览次数:20476 次
<div id="tabframe"region="center" class="easyui-tabs" fit="true" border="false" >
<div id="tab1"title="主页" >
<iframe id="contentPage" style="width:100%;height:100%; " scrolling="yes" frameborder="0" marginheight="0"
marginwidth="0"></iframe>
</div>
</div>
onClick: function (node) {
$(this).tree('toggle', node.target);
$("#contentPage").attr("src", node.attributes);
{