W3Cschool
恭喜您成為首批注冊(cè)用戶
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
使用jQuery EasyUI布局中的面板(Panel)可以創(chuàng)建復(fù)雜的多用途的自定義布局。
在本節(jié)的實(shí)例中,我們使用面板(panel)和布局(layout)插件來創(chuàng)建一個(gè)MSN消息框。
我們?cè)趨^(qū)域面板中使用多個(gè)布局(layout)。在消息框的頂部我們放置一個(gè)查詢輸入框,同時(shí)在右邊放置一個(gè)人物圖片。在中間的區(qū)域我們通過設(shè)置split屬性為true,把這部分切割為兩部分,允許用戶改變區(qū)域面板的尺寸大小。
以下就是所有代碼:
<div class="easyui-panel" title="Complex Panel Layout" iconCls="icon-search" collapsible="true" style="padding:5px;width:500px;height:250px;">
<div class="easyui-layout" fit="true">
<div region="north" border="false" class="p-search">
<label>Search:</label><input></input>
</div>
<div region="center" border="false">
<div class="easyui-layout" fit="true">
<div region="east" border="false" class="p-right">
<img src="images/msn.gif"/>
</div>
<div region="center" border="false" style="border:1px solid #ccc;">
<div class="easyui-layout" fit="true">
<div region="south" split="true" border="false" style="height:60px;">
<textarea style="border:0;width:100%;height:100%;resize:none">Hi,I am easyui.</textarea>
</div>
<div region="center" border="false">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
我們不需要寫任何的javascript代碼,它自己有非常強(qiáng)大的設(shè)計(jì)用戶界面的功能。
Copyright©2021 w3cschool編程獅|閩ICP備15016281號(hào)-3|閩公網(wǎng)安備35020302033924號(hào)
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號(hào)
聯(lián)系方式:
更多建議: