• <menu id="w2i4a"></menu>
  • logo jQuery EasyUI使用教程

    文檔首頁>>jQuery EasyUI使用教程>>jQuery EasyUI使用教程:創(chuàng)建XP風(fēng)格的左側(cè)面板

    jQuery EasyUI使用教程:創(chuàng)建XP風(fēng)格的左側(cè)面板


    Kendo UI for jQuery——創(chuàng)建現(xiàn)代Web應(yīng)用程序的最完整UI庫!查看詳情>>>

    <jQuery EasyUI最新版下載>

    通常情況下,在Windows XP的資源管理器文件夾中,左側(cè)的面板包含了一些常見的任務(wù)。本教程教你如何通過easyui的面板插件來創(chuàng)建XP風(fēng)格的左側(cè)面板。

    jQuery EasyUI使用教程:創(chuàng)建XP風(fēng)格的左側(cè)面板

    查看演示

    定義多個面板

    我們定義了多個面板來顯示一些任務(wù),每個面板至少應(yīng)該有折疊/展開工具按鈕。該代碼如下:

    <div style="width:200px;height:auto;background:#7190E0;padding:5px;">
    <div class="easyui-panel" title="Picture Tasks" collapsible="true" style="width:200px;height:auto;padding:10px;">
    View as a slide show<br/>
    Order prints online<br/>
    Print pictures
    </div>
    <br/>
    <div class="easyui-panel" title="File and Folder Tasks" collapsible="true" style="width:200px;height:auto;padding:10px;">
    Make a new folder<br/>
    Publish this folder to the Web<br/>
    Share this folder
    </div>
    <br/>
    <div class="easyui-panel" title="Other Places" collapsible="true" collapsed="true" style="width:200px;height:auto;padding:10px;">
    New York<br/>
    My Pictures<br/>
    My Computer<br/>
    My Network Places
    </div>
    <br/>
    <div class="easyui-panel" title="Details" collapsible="true" style="width:200px;height:auto;padding:10px;">
    My documents<br/>
    File folder<br/><br/>
    Date modified: Oct.3rd 2010
    </div>
    </div>

    自定義面板的外觀效果

    請注意,如果這個視圖的外觀效果不是我們想要的,那么我們必須更改面板頭部背景圖片和折疊/展開按鈕的圖標(biāo)。做到這一點并不是很難,我們應(yīng)該重新定義一些CSS。

    .panel-body{
    background:#f0f0f0;
    }
    .panel-header{
    background:#fff url('images/panel_header_bg.gif') no-repeat top right;
    }
    .panel-tool-collapse{
    background:url('images/arrow_up.gif') no-repeat 0px -3px;
    }
    .panel-tool-expand{
    background:url('images/arrow_down.gif') no-repeat 0px -3px;
    }

    由此可見,使用easyui定義用戶界面是非常簡單的。

    下載該EasyUI示例:easyui-panel-demo.zip

    購買最新正版授權(quán)!"咨詢在線客服"

    掃碼咨詢


    添加微信 立即咨詢

    電話咨詢

    客服熱線
    023-68661681

    TOP
    三级成人熟女影院,欧美午夜成人精品视频,亚洲国产成人乱色在线观看,色中色成人论坛 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();