原創(chuàng)|使用教程|編輯:龔雪|2015-12-17 09:17:32.000|閱讀 846 次
概述:數(shù)據(jù)網(wǎng)格的工具欄不僅可以包含按鈕,還能包含任何其他組件。本教程將向您展示如何為數(shù)據(jù)網(wǎng)格組件創(chuàng)建復(fù)雜的工具欄。
# 界面/圖表報(bào)表/文檔/IDE等千款熱門軟控件火熱銷售中 >>
相關(guān)鏈接:
Kendo UI for jQuery——?jiǎng)?chuàng)建現(xiàn)代Web應(yīng)用程序的最完整UI庫(kù)!查看詳情>>>
數(shù)據(jù)網(wǎng)格的工具欄不僅可以包含按鈕,還能包含任何其他組件。用戶可以通過(guò)已存在的div標(biāo)簽輕松定義工具欄布局,該div標(biāo)簽將成為數(shù)據(jù)網(wǎng)格工具欄的內(nèi)容。本教程將向您展示如何為數(shù)據(jù)網(wǎng)格組件創(chuàng)建復(fù)雜的工具欄。
<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>
<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)格的工具欄類似于對(duì)話框。我們無(wú)需編寫任何的JavaScript代碼,即可創(chuàng)建具有復(fù)雜工具欄的數(shù)據(jù)網(wǎng)格。
下載該EasyUI示例:
購(gòu)買最新正版授權(quán)!""
本站文章除注明轉(zhuǎn)載外,均為本站原創(chuàng)或翻譯。歡迎任何形式的轉(zhuǎn)載,但請(qǐng)務(wù)必注明出處、不得修改原文相關(guān)鏈接,如果存在內(nèi)容上的異議請(qǐng)郵件反饋至chenjj@fc6vip.cn
文章轉(zhuǎn)載自:慧都控件網(wǎng)