欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

jqeury-easyui-layout問題解決方法

 更新時(shí)間:2014年03月24日 15:43:12   作者:  
jqeury-easyui-layout問題:當(dāng)把class=“easyui-layout”寫在一個(gè)獨(dú)立的div中時(shí),layout的樣式無法顯示,具體示例如下
今天在用easyui做布局時(shí),碰到了一個(gè)疑惑的問題。

問題:當(dāng)把class=“easyui-layout”寫在一個(gè)獨(dú)立的div中時(shí),layout的樣式無法顯示,也不報(bào)錯(cuò)。

例如:
復(fù)制代碼 代碼如下:

<span style="font-size:14px;"><body >
<div class="easyui-layout">
<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',iconCls:'icon-reload',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'" href="CenterPage.html" style="background: #eee; overflow: hidden;">
</div>
</div>
</body></span>

顯示:
 
解決:把class=“easyui-layout”寫在body中時(shí),問題就迎刃而解了。且region屬性不能被其他無關(guān)的div所包含。

代碼:
復(fù)制代碼 代碼如下:

<span style="font-size:14px;"><body class="easyui-layout">

<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',iconCls:'icon-reload',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'" href="CenterPage.html" style="background: #eee; overflow: hidden;">
</div>

</body></span>

 
一直在想這是為什么?

相關(guān)文章

  • jQuery基于Ajax實(shí)現(xiàn)讀取XML數(shù)據(jù)功能示例

    jQuery基于Ajax實(shí)現(xiàn)讀取XML數(shù)據(jù)功能示例

    這篇文章主要介紹了jQuery基于Ajax實(shí)現(xiàn)讀取XML數(shù)據(jù)功能,結(jié)合實(shí)例形式分析了jQuery基于ajax的get方式獲取xml文件數(shù)據(jù)并輸出顯示相關(guān)操作技巧,需要的朋友可以參考下
    2018-05-05
  • jQuery實(shí)現(xiàn)仿路邊燈箱廣告圖片輪播效果

    jQuery實(shí)現(xiàn)仿路邊燈箱廣告圖片輪播效果

    本文給大家介紹的是使用jQuery實(shí)現(xiàn)仿路邊燈箱廣告圖片輪播切換特效,效果非常棒,有需要的小伙伴可以參考下。
    2015-04-04
  • 最新評(píng)論