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

    文檔首頁>>jQuery EasyUI使用教程>>jQuery EasyUI使用教程:為數(shù)據(jù)網(wǎng)格創(chuàng)建復雜工具欄

    jQuery EasyUI使用教程:為數(shù)據(jù)網(wǎng)格創(chuàng)建復雜工具欄


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

    <jQuery EasyUI最新試用版免費下載>

    數(shù)據(jù)網(wǎng)格的工具欄不僅可以包含按鈕,還能包含任何其他組件。用戶可以通過已存在的div標簽輕松定義工具欄布局,該div標簽將成為數(shù)據(jù)網(wǎng)格工具欄的內(nèi)容。本教程將向您展示如何為數(shù)據(jù)網(wǎng)格組件創(chuàng)建復雜的工具欄。

    為數(shù)據(jù)網(wǎng)格創(chuàng)建復雜工具欄

    創(chuàng)建工具欄

    <div id="tb" style="padding:5px;height:auto">
    <div style="margin-bottom:5px">
    <a href="#" class="easyui-linkbutton" iconCls="icon-add" plain="true"></a>
    <a href="#" class="easyui-linkbutton" iconCls="icon-edit" plain="true"></a>
    <a href="#" class="easyui-linkbutton" iconCls="icon-save" plain="true"></a>
    <a href="#" class="easyui-linkbutton" iconCls="icon-cut" plain="true"></a>
    <a href="#" class="easyui-linkbutton" iconCls="icon-remove" plain="true"></a>
    </div>
    <div>
    Date From: <input class="easyui-datebox" style="width:80px">
    To: <input class="easyui-datebox" style="width:80px">
    Language:
    <input class="easyui-combobox" style="width:100px"
    url="data/combobox_data.json"
    valueField="id" textField="text">
    <a href="#" class="easyui-linkbutton" iconCls="icon-search">Search</a>
    </div>
    </div>

    創(chuàng)建數(shù)據(jù)網(wǎng)格

    <table class="easyui-datagrid" style="width:600px;height:250px"
    url="data/datagrid_data.json"
    title="DataGrid - Complex Toolbar" toolbar="#tb"
    singleSelect="true" fitColumns="true">
    <thead>
    <tr>
    <th field="itemid" width="60">Item ID</th>
    <th field="productid" width="80">Product ID</th>
    <th field="listprice" align="right" width="70">List Price</th>
    <th field="unitcost" align="right" width="70">Unit Cost</th>
    <th field="attr1" width="200">Address</th>
    <th field="status" width="50">Status</th>
    </tr>
    </thead>
    </table>

    正如您看到的那樣,數(shù)據(jù)網(wǎng)格的工具欄類似于對話框。我們無需編寫任何的JavaScript代碼,即可創(chuàng)建具有復雜工具欄的數(shù)據(jù)網(wǎng)格。

    下載該EasyUI示例:easyui-datagrid-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); })();