jquery中使用easyUI调用布局的时候,这两段代码有什么不同吗?复制的能显示,写的就不能,不知道错哪了。
//自己写的<divclass="easyui-layout"style="width600px;height:400px;"><divdata-options="reg...
//自己写的
<div class="easyui-layout" style="width 600px; height: 400px;">
<div data-options="region:'north',title:'North Title',split:true"style="height:100px;"></div>
<div data-options="region:'south',title:'South Title',split:true"style="height:100px;"></div>
<div data-options="region:'east',title:'East',split:ture"style="width:100px;"></div>
<div data-options="region:'west',title:'West',split:true"style="width:100px;"></div>
<div data-options="region:'center',title:'center title'"style="padding:5px;background:#eee;"></div>
</div>
//复制的
<div class="easyui-layout" style="width:600px;height:400px;">
<div data-options="region:'north',title:'North Title',split:true"style="height:100px;"></div>
<div data-options="region:'south',title:'South Title',split:true"style="height:100px;"></div>
<div data-options="region:'east',title:'East',split:true"style="width:100px;"></div>
<div data-options="region:'west',title:'West',split:true"style="width:100px;"></div>
<div data-options="region:'center',title:'center title'"style="padding:5px;background:#eee;"></div>
</div> 展开
<div class="easyui-layout" style="width 600px; height: 400px;">
<div data-options="region:'north',title:'North Title',split:true"style="height:100px;"></div>
<div data-options="region:'south',title:'South Title',split:true"style="height:100px;"></div>
<div data-options="region:'east',title:'East',split:ture"style="width:100px;"></div>
<div data-options="region:'west',title:'West',split:true"style="width:100px;"></div>
<div data-options="region:'center',title:'center title'"style="padding:5px;background:#eee;"></div>
</div>
//复制的
<div class="easyui-layout" style="width:600px;height:400px;">
<div data-options="region:'north',title:'North Title',split:true"style="height:100px;"></div>
<div data-options="region:'south',title:'South Title',split:true"style="height:100px;"></div>
<div data-options="region:'east',title:'East',split:true"style="width:100px;"></div>
<div data-options="region:'west',title:'West',split:true"style="width:100px;"></div>
<div data-options="region:'center',title:'center title'"style="padding:5px;background:#eee;"></div>
</div> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询