实例介绍
该bootStrapDemo包含两种样式的表格,封装的表格具有增删改查的功能。一种表格是Datatable,另外一个表格是StuPersonInfo2。前台主要采用的html5+Css3+bootstrap+MVC,希望我写的小demo为大家省一些力气。
【实例截图】
【核心代码】
7d7fb554-4fda-4360-9fbf-d402eaf2c874
└── DatatableDemo
├── DatatableDemo
│ ├── bin
│ │ ├── CustomAttributes.dll
│ │ ├── DatatableDemo.dll
│ │ ├── DatatableDemo.pdb
│ │ ├── DotNetCasClient.dll
│ │ ├── EntityFramework.dll
│ │ ├── Enyim.Caching.dll
│ │ ├── ICSharpCode.SharpZipLib.dll
│ │ ├── ITOO.AuthorityDoorLogon.Contracts.dll
│ │ ├── ITOO.AuthorityRoleManage.Contracts.dll
│ │ ├── ITOO.Authority.ViewModel.dll
│ │ ├── ITOO.FreshNewReport.Contracts.dll
│ │ ├── ITOO.FreshNewReport.ViewModel.dll
│ │ ├── ITOO.Library.Core.dll
│ │ ├── log4net.dll
│ │ ├── Memcached.ClientLibrary.dll
│ │ ├── Microsoft.Web.Infrastructure.dll
│ │ ├── System.Web.Helpers.dll
│ │ ├── System.Web.Helpers.xml
│ │ ├── System.Web.Mvc.dll
│ │ ├── System.Web.Mvc.xml
│ │ ├── System.Web.Providers.dll
│ │ ├── System.Web.Razor.dll
│ │ ├── System.Web.Razor.xml
│ │ ├── System.Web.WebPages.Deployment.dll
│ │ ├── System.Web.WebPages.Deployment.xml
│ │ ├── System.Web.WebPages.dll
│ │ ├── System.Web.WebPages.Razor.dll
│ │ ├── System.Web.WebPages.Razor.xml
│ │ ├── System.Web.WebPages.xml
│ │ └── zh-Hans
│ │ └── System.Web.Providers.resources.dll
│ ├── BootStrap
│ │ ├── bootstrap-3.3.5-dist
│ │ │ ├── css
│ │ │ │ ├── bootstrap.css
│ │ │ │ ├── bootstrap.css.map
│ │ │ │ ├── bootstrap.min.css
│ │ │ │ ├── bootstrap-theme.css
│ │ │ │ ├── bootstrap-theme.css.map
│ │ │ │ └── bootstrap-theme.min.css
│ │ │ ├── fonts
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ └── glyphicons-halflings-regular.woff2
│ │ │ └── js
│ │ │ ├── bootstrap-dropdown.js
│ │ │ ├── bootstrap.js
│ │ │ ├── bootstrap.min.js
│ │ │ ├── npm.js
│ │ │ └── Tab.js
│ │ ├── datagrid
│ │ │ ├── css
│ │ │ │ ├── bootstrap.min.css
│ │ │ │ └── bootstrap-table.min.css
│ │ │ ├── data
│ │ │ │ └── data1.json
│ │ │ ├── fonts
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ └── glyphicons-halflings-regular.woff
│ │ │ └── js
│ │ │ ├── bootstrap.min.js
│ │ │ ├── bootstrap-table-export.js
│ │ │ ├── bootstrap-table.js
│ │ │ ├── deljquery.min.js
│ │ │ ├── jquery.base64.js
│ │ │ ├── jquery.min.js
│ │ │ └── tableExport.js
│ │ ├── FamilyJS.js
│ │ ├── image
│ │ │ ├── convention-star.jpg
│ │ │ ├── floatimage.css
│ │ │ ├── gril.jpg
│ │ │ ├── StuHomePage-picture.jpg
│ │ │ └── success.jpg
│ │ ├── jquery.bdt.css
│ │ ├── jquery-easyui-1.3.2
│ │ │ ├── api
│ │ │ │ ├── accordion.html
│ │ │ │ ├── api
│ │ │ │ │ ├── Base
│ │ │ │ │ │ ├── Documentation.html
│ │ │ │ │ │ ├── draggable.html
│ │ │ │ │ │ ├── droppable.html
│ │ │ │ │ │ ├── easyloader.html
│ │ │ │ │ │ ├── pagination.html
│ │ │ │ │ │ ├── parser.html
│ │ │ │ │ │ ├── progressbar.html
│ │ │ │ │ │ ├── resizable.html
│ │ │ │ │ │ └── searchbox.html
│ │ │ │ │ ├── DataGrid and Tree
│ │ │ │ │ │ ├── datagrid.html
│ │ │ │ │ │ ├── propertygrid.html
│ │ │ │ │ │ ├── treegrid.html
│ │ │ │ │ │ └── tree.html
│ │ │ │ │ ├── Form
│ │ │ │ │ │ ├── calendar.html
│ │ │ │ │ │ ├── combobox.html
│ │ │ │ │ │ ├── combogrid.html
│ │ │ │ │ │ ├── combo.html
│ │ │ │ │ │ ├── combotree.html
│ │ │ │ │ │ ├── datebox.html
│ │ │ │ │ │ ├── datetimebox.html
│ │ │ │ │ │ ├── form.html
│ │ │ │ │ │ ├── numberbox.html
│ │ │ │ │ │ ├── numberspinner.html
│ │ │ │ │ │ ├── slider.html
│ │ │ │ │ │ ├── spinner.html
│ │ │ │ │ │ ├── timespinner.html
│ │ │ │ │ │ └── validatebox.html
│ │ │ │ │ ├── Layout
│ │ │ │ │ │ ├── accordion.html
│ │ │ │ │ │ ├── layout.html
│ │ │ │ │ │ ├── panel.html
│ │ │ │ │ │ └── tabs.html
│ │ │ │ │ ├── Menu and Button
│ │ │ │ │ │ ├── linkbutton.html
│ │ │ │ │ │ ├── menubutton.html
│ │ │ │ │ │ ├── menu.html
│ │ │ │ │ │ └── splitbutton.html
│ │ │ │ │ └── Window
│ │ │ │ │ ├── dialog.html
│ │ │ │ │ ├── messager.html
│ │ │ │ │ └── window.html
│ │ │ │ ├── calendar.html
│ │ │ │ ├── combobox.html
│ │ │ │ ├── combogrid.html
│ │ │ │ ├── combo.html
│ │ │ │ ├── combotree.html
│ │ │ │ ├── css
│ │ │ │ │ ├── main.css
│ │ │ │ │ └── SyntaxHighlighter.css
│ │ │ │ ├── datagrid.html
│ │ │ │ ├── datebox.html
│ │ │ │ ├── datetimebox.html
│ │ │ │ ├── demo.html
│ │ │ │ ├── dialog.html
│ │ │ │ ├── documentation.html
│ │ │ │ ├── draggable.html
│ │ │ │ ├── droppable.html
│ │ │ │ ├── easyloader.html
│ │ │ │ ├── form.html
│ │ │ │ ├── images
│ │ │ │ │ ├── accordion.png
│ │ │ │ │ ├── calendar.png
│ │ │ │ │ ├── combobox.png
│ │ │ │ │ ├── combogrid.png
│ │ │ │ │ ├── combo.png
│ │ │ │ │ ├── combotree.png
│ │ │ │ │ ├── datagrid.png
│ │ │ │ │ ├── datebox.png
│ │ │ │ │ ├── datetimebox.png
│ │ │ │ │ ├── dialog.png
│ │ │ │ │ ├── jquery-tabs-error2.jpg
│ │ │ │ │ ├── jquery-tabs-error.jpg
│ │ │ │ │ ├── layout.png
│ │ │ │ │ ├── linkbutton.png
│ │ │ │ │ ├── menubutton.png
│ │ │ │ │ ├── menu.png
│ │ │ │ │ ├── messager.png
│ │ │ │ │ ├── numberbox.png
│ │ │ │ │ ├── numberspinner.png
│ │ │ │ │ ├── pagination.png
│ │ │ │ │ ├── panel.png
│ │ │ │ │ ├── progressbar.png
│ │ │ │ │ ├── propertygrid.png
│ │ │ │ │ ├── searchbox.png
│ │ │ │ │ ├── slider.png
│ │ │ │ │ ├── splitbutton.png
│ │ │ │ │ ├── tabs.png
│ │ │ │ │ ├── timespinner.png
│ │ │ │ │ ├── treegrid2.png
│ │ │ │ │ ├── tree.png
│ │ │ │ │ ├── validatebox.png
│ │ │ │ │ └── window.png
│ │ │ │ ├── index.html
│ │ │ │ ├── js
│ │ │ │ │ ├── shBrushJScript.js
│ │ │ │ │ ├── shBrushXml.js
│ │ │ │ │ └── shCore.js
│ │ │ │ ├── layout.html
│ │ │ │ ├── linkbutton.html
│ │ │ │ ├── menubutton.html
│ │ │ │ ├── menu.html
│ │ │ │ ├── messager.html
│ │ │ │ ├── numberbox.html
│ │ │ │ ├── numberspinner.html
│ │ │ │ ├── pagination.html
│ │ │ │ ├── panel.html
│ │ │ │ ├── parser.html
│ │ │ │ ├── progressbar.html
│ │ │ │ ├── propertygrid.html
│ │ │ │ ├── resizable.html
│ │ │ │ ├── searchbox.html
│ │ │ │ ├── slider.html
│ │ │ │ ├── spinner.html
│ │ │ │ ├── splitbutton.html
│ │ │ │ ├── tabs.html
│ │ │ │ ├── themes
│ │ │ │ │ ├── default
│ │ │ │ │ │ ├── accordion.css
│ │ │ │ │ │ ├── calendar.css
│ │ │ │ │ │ ├── combobox.css
│ │ │ │ │ │ ├── combo.css
│ │ │ │ │ │ ├── datagrid.css
│ │ │ │ │ │ ├── datebox.css
│ │ │ │ │ │ ├── dialog.css
│ │ │ │ │ │ ├── easyui.css
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ ├── accordion_collapse.png
│ │ │ │ │ │ │ ├── accordion_expand.png
│ │ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ │ ├── button_a_bg.gif
│ │ │ │ │ │ │ ├── button_plain_hover.png
│ │ │ │ │ │ │ ├── button_span_bg.gif
│ │ │ │ │ │ │ ├── calendar_nextmonth.gif
│ │ │ │ │ │ │ ├── calendar_nextyear.gif
│ │ │ │ │ │ │ ├── calendar_prevmonth.gif
│ │ │ │ │ │ │ ├── calendar_prevyear.gif
│ │ │ │ │ │ │ ├── combo_arrow.gif
│ │ │ │ │ │ │ ├── datagrid_header_bg.gif
│ │ │ │ │ │ │ ├── datagrid_row_collapse.gif
│ │ │ │ │ │ │ ├── datagrid_row_expand.gif
│ │ │ │ │ │ │ ├── datagrid_sort_asc.gif
│ │ │ │ │ │ │ ├── datagrid_sort_desc.gif
│ │ │ │ │ │ │ ├── datagrid_title_bg.png
│ │ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ │ ├── layout_button_down.gif
│ │ │ │ │ │ │ ├── layout_button_left.gif
│ │ │ │ │ │ │ ├── layout_button_right.gif
│ │ │ │ │ │ │ ├── layout_button_up.gif
│ │ │ │ │ │ │ ├── menu_downarrow.png
│ │ │ │ │ │ │ ├── menu.gif
│ │ │ │ │ │ │ ├── menu_rightarrow.png
│ │ │ │ │ │ │ ├── menu_sep.png
│ │ │ │ │ │ │ ├── menu_split_downarrow.png
│ │ │ │ │ │ │ ├── messager_error.gif
│ │ │ │ │ │ │ ├── messager_info.gif
│ │ │ │ │ │ │ ├── messager_question.gif
│ │ │ │ │ │ │ ├── messager_warning.gif
│ │ │ │ │ │ │ ├── pagination_first.gif
│ │ │ │ │ │ │ ├── pagination_last.gif
│ │ │ │ │ │ │ ├── pagination_loading.gif
│ │ │ │ │ │ │ ├── pagination_load.png
│ │ │ │ │ │ │ ├── pagination_next.gif
│ │ │ │ │ │ │ ├── pagination_prev.gif
│ │ │ │ │ │ │ ├── panel_loading.gif
│ │ │ │ │ │ │ ├── panel_title.png
│ │ │ │ │ │ │ ├── panel_tool_collapse.gif
│ │ │ │ │ │ │ ├── panel_tool_expand.gif
│ │ │ │ │ │ │ ├── panel_tools.gif
│ │ │ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ │ ├── spinner_arrow_down.gif
│ │ │ │ │ │ │ ├── spinner_arrow_up.gif
│ │ │ │ │ │ │ ├── tabs_active.png
│ │ │ │ │ │ │ ├── tabs_close.gif
│ │ │ │ │ │ │ ├── tabs_enabled.png
│ │ │ │ │ │ │ ├── tabs_leftarrow.png
│ │ │ │ │ │ │ ├── tabs_rightarrow.png
│ │ │ │ │ │ │ ├── tree_arrows.gif
│ │ │ │ │ │ │ ├── tree_checkbox_0.gif
│ │ │ │ │ │ │ ├── tree_checkbox_1.gif
│ │ │ │ │ │ │ ├── tree_checkbox_2.gif
│ │ │ │ │ │ │ ├── tree_dnd_no.png
│ │ │ │ │ │ │ ├── tree_dnd_yes.png
│ │ │ │ │ │ │ ├── tree_elbow.png
│ │ │ │ │ │ │ ├── tree_file.gif
│ │ │ │ │ │ │ ├── tree_folder.gif
│ │ │ │ │ │ │ ├── tree_folder_open.gif
│ │ │ │ │ │ │ ├── tree_loading.gif
│ │ │ │ │ │ │ ├── validatebox_pointer.gif
│ │ │ │ │ │ │ └── validatebox_warning.png
│ │ │ │ │ │ ├── layout.css
│ │ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ │ ├── menubutton.css
│ │ │ │ │ │ ├── menu.css
│ │ │ │ │ │ ├── messager.css
│ │ │ │ │ │ ├── pagination.css
│ │ │ │ │ │ ├── panel.css
│ │ │ │ │ │ ├── progressbar.css
│ │ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ │ ├── searchbox.css
│ │ │ │ │ │ ├── slider.css
│ │ │ │ │ │ ├── spinner.css
│ │ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ │ ├── tabs.css
│ │ │ │ │ │ ├── tree.css
│ │ │ │ │ │ ├── validatebox.css
│ │ │ │ │ │ └── window.css
│ │ │ │ │ ├── gray
│ │ │ │ │ │ ├── accordion.css
│ │ │ │ │ │ ├── calendar.css
│ │ │ │ │ │ ├── combobox.css
│ │ │ │ │ │ ├── combo.css
│ │ │ │ │ │ ├── datagrid.css
│ │ │ │ │ │ ├── datebox.css
│ │ │ │ │ │ ├── dialog.css
│ │ │ │ │ │ ├── easyui.css
│ │ │ │ │ │ ├── easyui.css.bak
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ ├── accordion_collapse.png
│ │ │ │ │ │ │ ├── accordion_expand.png
│ │ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ │ ├── button_a_bg.gif
│ │ │ │ │ │ │ ├── button_plain_hover.png
│ │ │ │ │ │ │ ├── button_span_bg.gif
│ │ │ │ │ │ │ ├── calendar_nextmonth.gif
│ │ │ │ │ │ │ ├── calendar_nextyear.gif
│ │ │ │ │ │ │ ├── calendar_prevmonth.gif
│ │ │ │ │ │ │ ├── calendar_prevyear.gif
│ │ │ │ │ │ │ ├── combo_arrow.gif
│ │ │ │ │ │ │ ├── datagrid_header_bg.gif
│ │ │ │ │ │ │ ├── datagrid_row_collapse.gif
│ │ │ │ │ │ │ ├── datagrid_row_expand.gif
│ │ │ │ │ │ │ ├── datagrid_sort_asc.gif
│ │ │ │ │ │ │ ├── datagrid_sort_desc.gif
│ │ │ │ │ │ │ ├── datagrid_title_bg.gif
│ │ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ │ ├── header_bg.png
│ │ │ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ │ │ ├── layout_button_down.gif
│ │ │ │ │ │ │ ├── layout_button_left.gif
│ │ │ │ │ │ │ ├── layout_button_right.gif
│ │ │ │ │ │ │ ├── layout_button_up.gif
│ │ │ │ │ │ │ ├── menu_downarrow.png
│ │ │ │ │ │ │ ├── menu.gif
│ │ │ │ │ │ │ ├── menu_rightarrow.png
│ │ │ │ │ │ │ ├── menu_sep.png
│ │ │ │ │ │ │ ├── menu_split_downarrow.png
│ │ │ │ │ │ │ ├── messager_error.gif
│ │ │ │ │ │ │ ├── messager_info.gif
│ │ │ │ │ │ │ ├── messager_question.gif
│ │ │ │ │ │ │ ├── messager_warning.gif
│ │ │ │ │ │ │ ├── pagination_first.gif
│ │ │ │ │ │ │ ├── pagination_last.gif
│ │ │ │ │ │ │ ├── pagination_loading.gif
│ │ │ │ │ │ │ ├── pagination_load.png
│ │ │ │ │ │ │ ├── pagination_next.gif
│ │ │ │ │ │ │ ├── pagination_prev.gif
│ │ │ │ │ │ │ ├── panel_loading.gif
│ │ │ │ │ │ │ ├── panel_title.gif
│ │ │ │ │ │ │ ├── panel_tool_collapse.gif
│ │ │ │ │ │ │ ├── panel_tool_expand.gif
│ │ │ │ │ │ │ ├── panel_tools.gif
│ │ │ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ │ ├── spinner_arrow_down.gif
│ │ │ │ │ │ │ ├── spinner_arrow_up.gif
│ │ │ │ │ │ │ ├── tabs_close.gif
│ │ │ │ │ │ │ ├── tabs_enabled.gif
│ │ │ │ │ │ │ ├── tabs_leftarrow.png
│ │ │ │ │ │ │ ├── tabs_rightarrow.png
│ │ │ │ │ │ │ ├── tree_arrows.gif
│ │ │ │ │ │ │ ├── tree_checkbox_0.gif
│ │ │ │ │ │ │ ├── tree_checkbox_1.gif
│ │ │ │ │ │ │ ├── tree_checkbox_2.gif
│ │ │ │ │ │ │ ├── tree_dnd_no.png
│ │ │ │ │ │ │ ├── tree_dnd_yes.png
│ │ │ │ │ │ │ ├── tree_elbow.png
│ │ │ │ │ │ │ ├── tree_file.gif
│ │ │ │ │ │ │ ├── tree_folder.gif
│ │ │ │ │ │ │ ├── tree_folder_open.gif
│ │ │ │ │ │ │ ├── tree_loading.gif
│ │ │ │ │ │ │ ├── validatebox_pointer.gif
│ │ │ │ │ │ │ └── validatebox_warning.png
│ │ │ │ │ │ ├── layout.css
│ │ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ │ ├── menubutton.css
│ │ │ │ │ │ ├── menu.css
│ │ │ │ │ │ ├── messager.css
│ │ │ │ │ │ ├── pagination.css
│ │ │ │ │ │ ├── panel.css
│ │ │ │ │ │ ├── progressbar.css
│ │ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ │ ├── searchbox.css
│ │ │ │ │ │ ├── slider.css
│ │ │ │ │ │ ├── spinner.css
│ │ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ │ ├── tabs.css
│ │ │ │ │ │ ├── tree.css
│ │ │ │ │ │ ├── validatebox.css
│ │ │ │ │ │ └── window.css
│ │ │ │ │ ├── icon.css
│ │ │ │ │ └── icons
│ │ │ │ │ ├── back.png
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── cancel.png
│ │ │ │ │ ├── cut.png
│ │ │ │ │ ├── edit_add.png
│ │ │ │ │ ├── edit_remove.png
│ │ │ │ │ ├── export.png
│ │ │ │ │ ├── filesave.png
│ │ │ │ │ ├── help.png
│ │ │ │ │ ├── import.png
│ │ │ │ │ ├── mini_add.png
│ │ │ │ │ ├── mini_edit.png
│ │ │ │ │ ├── mini_refresh.png
│ │ │ │ │ ├── no.png
│ │ │ │ │ ├── ok.png
│ │ │ │ │ ├── pencil.png
│ │ │ │ │ ├── print.png
│ │ │ │ │ ├── redo.png
│ │ │ │ │ ├── reload.png
│ │ │ │ │ ├── search.png
│ │ │ │ │ ├── sum.png
│ │ │ │ │ ├── tip.png
│ │ │ │ │ └── undo.png
│ │ │ │ ├── timespinner.html
│ │ │ │ ├── treegrid.html
│ │ │ │ ├── tree.html
│ │ │ │ ├── validatebox.html
│ │ │ │ └── window.html
│ │ │ ├── changelog.txt
│ │ │ ├── demo
│ │ │ │ ├── accordion
│ │ │ │ │ ├── actions.html
│ │ │ │ │ ├── ajax.html
│ │ │ │ │ ├── basic.html
│ │ │ │ │ ├── _content.html
│ │ │ │ │ ├── datagrid_data1.json
│ │ │ │ │ └── tools.html
│ │ │ │ ├── calendar
│ │ │ │ │ ├── basic.html
│ │ │ │ │ └── firstday.html
│ │ │ │ ├── combo
│ │ │ │ │ └── basic.html
│ │ │ │ ├── combobox
│ │ │ │ │ ├── actions.html
│ │ │ │ │ ├── basic.html
│ │ │ │ │ ├── combobox_data1.json
│ │ │ │ │ ├── customformat.html
│ │ │ │ │ ├── dynamicdata.html
│ │ │ │ │ ├── multiple.html
│ │ │ │ │ ├── remotedata.html
│ │ │ │ │ └── remotejsonp.html
│ │ │ │ ├── combogrid
│ │ │ │ │ ├── actions.html
│ │ │ │ │ ├── basic.html
│ │ │ │ │ ├── datagrid_data1.json
│ │ │ │ │ ├── initvalue.html
│ │ │ │ │ └── multiple.html
│ │ │ │ ├── combotree
│ │ │ │ │ ├── actions.html
│ │ │ │ │ ├── basic.html
│ │ │ │ │ ├── initvalue.html
│ │ │ │ │ ├── multiple.html
│ │ │ │ │ └── tree_data1.json
│ │ │ │ ├── datagrid
│ │ │ │ │ ├── basic.html
│ │ │ │ │ ├── cellstyle.html
│ │ │ │ │ ├── checkbox.html
│ │ │ │ │ ├── clientpagination.html
│ │ │ │ │ ├── columngroup.html
│ │ │ │ │ ├── complextoolbar.html
│ │ │ │ │ ├── contextmenu.html
│ │ │ │ │ ├── custompager.html
│ │ │ │ │ ├── datagrid_data1.json
│ │ │ │ │ ├── datagrid_data2.json
│ │ │ │ │ ├── footer.html
│ │ │ │ │ ├── formatcolumns.html
│ │ │ │ │ ├── frozencolumns.html
│ │ │ │ │ ├── frozenrows.html
│ │ │ │ │ ├── mergecells.html
│ │ │ │ │ ├── products.json
│ │ │ │ │ ├── rowborder.html
│ │ │ │ │ ├── rowediting.html
│ │ │ │ │ ├── rowstyle.html
│ │ │ │ │ ├── selection.html
│ │ │ │ │ ├── simpletoolbar.html
│ │ │ │ │ └── transform.html
│ │ │ │ ├── datebox
│ │ │ │ │ ├── basic.html
│ │ │ │ │ ├── dateformat.html
│ │ │ │ │ ├── events.html
│ │ │ │ │ └── validate.html
│ │ │ │ ├── datetimebox
│ │ │ │ │ ├── basic.html
│ │ │ │ │ ├── initvalue.html
│ │ │ │ │ └── showseconds.html
│ │ │ │ ├── demo.css
│ │ │ │ ├── dialog
│ │ │ │ │ ├── basic.html
│ │ │ │ │ ├── complextoolbar.html
│ │ │ │ │ └── toolbarbuttons.html
│ │ │ │ ├── draggable
│ │ │ │ │ ├── basic.html
│ │ │ │ │ ├── constain.html
│ │ │ │ │ └── snap.html
│ │ │ │ ├── droppable
│ │ │ │ │ ├── accept.html
│ │ │ │ │ ├── basic.html
│ │ │ │ │ └── sort.html
│ │ │ │ ├── easyloader
│ │ │ │ │ └── basic.html
│ │ │ │ ├── form
│ │ │ │ │ ├── basic.html
│ │ │ │ │ ├── form_data1.json
│ │ │ │ │ └── load.html
│ │ │ │ ├── layout
│ │ │ │ │ ├── addremove.html
│ │ │ │ │ ├── basic.html
│ │ │ │ │ ├── complex.html
│ │ │ │ │ ├── _content.html
│ │ │ │ │ ├── datagrid_data1.json
│ │ │ │ │ ├── full.html
│ │ │ │ │ ├── nestedlayout.html
│ │ │ │ │ ├── nocollapsible.html
│ │ │ │ │ ├── propertygrid_data1.json
│ │ │ │ │ └── tree_data1.json
│ │ │ │ ├── linkbutton
│ │ │ │ │ ├── basic.html
│ │ │ │ │ ├── iconalign.html
│ │ │ │ │ └── plain.html
│ │ │ │ ├── menu
│ │ │ │ │ ├── basic.html
│ │ │ │ │ ├── customitem.html
│ │ │ │ │ └── events.html
│ │ │ │ ├── menubutton
│ │ │ │ │ ├── actions.html
│ │ │ │ │ └── basic.html
│ │ │ │ ├── messager
│ │ │ │ │ ├── alert.html
│ │ │ │ │ ├── basic.html
│ │ │ │ │ ├── interactive.html
│ │ │ │ │ └── position.html
│ │ │ │ ├── numberbox
│ │ │ │ │ ├── basic.html
│ │ │ │ │ ├── format.html
│ │ │ │ │ └── range.html
│ │ │ │ ├── numberspinner
│ │ │ │ │ ├── basic.html
│ │ │ │ │ ├── increment.html
│ │ │ │ │ └── range.html
│ │ │ │ ├── pagination
│ │ │ │ │ ├── basic.html
│ │ │ │ │ ├── custombuttons.html
│ │ │ │ │ └── simple.html
│ │ │ │ ├── panel
│ │ │ │ │ ├── basic.html
│ │ │ │ │ ├── _content.html
│ │ │ │ │ ├── customtools.html
│ │ │ │ │ ├── loadcontent.html
│ │ │ │ │ ├── nestedpanel.html
│ │ │ │ │ └── paneltools.html
│ │ │ │ ├── progressbar
│ │ │ │ │ └── basic.html
│ │ │ │ ├── propertygrid
│ │ │ │ │ ├── basic.html
│ │ │ │ │ ├── customcolumns.html
│ │ │ │ │ ├── groupformat.html
│ │ │ │ │ └── propertygrid_data1.json
│ │ │ │ ├── resizable
│ │ │ │ │ └── basic.html
│ │ │ │ ├── searchbox
│ │ │ │ │ ├── basic.html
│ │ │ │ │ └── category.html
│ │ │ │ ├── slider
│ │ │ │ │ ├── basic.html
│ │ │ │ │ ├── formattip.html
│ │ │ │ │ ├── rule.html
│ │ │ │ │ └── vertical.html
│ │ │ │ ├── splitbutton
│ │ │ │ │ ├── actions.html
│ │ │ │ │ └── basic.html
│ │ │ │ ├── tabs
│ │ │ │ │ ├── autoheight.html
│ │ │ │ │ ├── basic.html
│ │ │ │ │ ├── _content.html
│ │ │ │ │ ├── hover.html
│ │ │ │ │ ├── nestedtabs.html
│ │ │ │ │ ├── striptools.html
│ │ │ │ │ ├── tabposition.html
│ │ │ │ │ ├── tabstools.html
│ │ │ │ │ └── tree_data1.json
│ │ │ │ ├── timespinner
│ │ │ │ │ ├── actions.html
│ │ │ │ │ ├── basic.html
│ │ │ │ │ └── range.html
│ │ │ │ ├── tree
│ │ │ │ │ ├── actions.html
│ │ │ │ │ ├── animation.html
│ │ │ │ │ ├── basic.html
│ │ │ │ │ ├── checkbox.html
│ │ │ │ │ ├── contextmenu.html
│ │ │ │ │ ├── dnd.html
│ │ │ │ │ ├── editable.html
│ │ │ │ │ ├── icons.html
│ │ │ │ │ ├── tree_data1.json
│ │ │ │ │ └── tree_data2.json
│ │ │ │ ├── treegrid
│ │ │ │ │ ├── actions.html
│ │ │ │ │ ├── basic.html
│ │ │ │ │ ├── contextmenu.html
│ │ │ │ │ ├── editable.html
│ │ │ │ │ ├── footer.html
│ │ │ │ │ ├── reports.html
│ │ │ │ │ ├── treegrid_data1.json
│ │ │ │ │ ├── treegrid_data2.json
│ │ │ │ │ └── treegrid_data3.json
│ │ │ │ ├── validatebox
│ │ │ │ │ └── basic.html
│ │ │ │ └── window
│ │ │ │ ├── basic.html
│ │ │ │ ├── customtools.html
│ │ │ │ ├── inlinewindow.html
│ │ │ │ ├── modalwindow.html
│ │ │ │ └── windowlayout.html
│ │ │ ├── easyloader.js
│ │ │ ├── index-api.html
│ │ │ ├── index-demo.html
│ │ │ ├── jquery-1.8.0.min.js
│ │ │ ├── jquery.easyui.min.js
│ │ │ ├── jquery.edatagrid.js
│ │ │ ├── licence_gpl.txt
│ │ │ ├── license_commercial.txt
│ │ │ ├── locale
│ │ │ │ ├── easyui-lang-af.js
│ │ │ │ ├── easyui-lang-ar.js
│ │ │ │ ├── easyui-lang-bg.js
│ │ │ │ ├── easyui-lang-ca.js
│ │ │ │ ├── easyui-lang-cs.js
│ │ │ │ ├── easyui-lang-cz.js
│ │ │ │ ├── easyui-lang-da.js
│ │ │ │ ├── easyui-lang-de.js
│ │ │ │ ├── easyui-lang-el.js
│ │ │ │ ├── easyui-lang-en.js
│ │ │ │ ├── easyui-lang-es.js
│ │ │ │ ├── easyui-lang-fr.js
│ │ │ │ ├── easyui-lang-it.js
│ │ │ │ ├── easyui-lang-jp.js
│ │ │ │ ├── easyui-lang-nl.js
│ │ │ │ ├── easyui-lang-pt_BR.js
│ │ │ │ ├── easyui-lang-ru.js
│ │ │ │ ├── easyui-lang-tr.js
│ │ │ │ ├── easyui-lang-zh_CN.js
│ │ │ │ └── easyui-lang-zh_TW.js
│ │ │ ├── plugins
│ │ │ │ ├── jquery.accordion.js
│ │ │ │ ├── jquery.calendar.js
│ │ │ │ ├── jquery.combobox.js
│ │ │ │ ├── jquery.combogrid.js
│ │ │ │ ├── jquery.combo.js
│ │ │ │ ├── jquery.combotree.js
│ │ │ │ ├── jquery.datagrid.js
│ │ │ │ ├── jquery.datebox.js
│ │ │ │ ├── jquery.datetimebox.js
│ │ │ │ ├── jquery.dialog.js
│ │ │ │ ├── jquery.draggable.js
│ │ │ │ ├── jquery.droppable.js
│ │ │ │ ├── jquery.form.js
│ │ │ │ ├── jquery.layout.js
│ │ │ │ ├── jquery.linkbutton.js
│ │ │ │ ├── jquery.menubutton.js
│ │ │ │ ├── jquery.menu.js
│ │ │ │ ├── jquery.messager.js
│ │ │ │ ├── jquery.numberbox.js
│ │ │ │ ├── jquery.numberspinner.js
│ │ │ │ ├── jquery.pagination.js
│ │ │ │ ├── jquery.panel.js
│ │ │ │ ├── jquery.parser.js
│ │ │ │ ├── jquery.progressbar.js
│ │ │ │ ├── jquery.propertygrid.js
│ │ │ │ ├── jquery.resizable.js
│ │ │ │ ├── jquery.searchbox.js
│ │ │ │ ├── jquery.slider.js
│ │ │ │ ├── jquery.spinner.js
│ │ │ │ ├── jquery.splitbutton.js
│ │ │ │ ├── jquery.tabs.js
│ │ │ │ ├── jquery.timespinner.js
│ │ │ │ ├── jquery.treegrid.js
│ │ │ │ ├── jquery.tree.js
│ │ │ │ ├── jquery.validatebox.js
│ │ │ │ └── jquery.window.js
│ │ │ ├── readme.txt
│ │ │ ├── src
│ │ │ │ ├── easyloader.js
│ │ │ │ ├── jquery.accordion.js
│ │ │ │ ├── jquery.calendar.js
│ │ │ │ ├── jquery.combobox.js
│ │ │ │ ├── jquery.datebox.js
│ │ │ │ ├── jquery.draggable.js
│ │ │ │ ├── jquery.droppable.js
│ │ │ │ ├── jquery.form.js
│ │ │ │ ├── jquery.linkbutton.js
│ │ │ │ ├── jquery.menu.js
│ │ │ │ ├── jquery.parser.js
│ │ │ │ ├── jquery.progressbar.js
│ │ │ │ ├── jquery.propertygrid.js
│ │ │ │ ├── jquery.resizable.js
│ │ │ │ ├── jquery.slider.js
│ │ │ │ ├── jquery.tabs.js
│ │ │ │ └── jquery.window.js
│ │ │ ├── themes
│ │ │ │ ├── black
│ │ │ │ │ ├── accordion.css
│ │ │ │ │ ├── calendar.css
│ │ │ │ │ ├── combobox.css
│ │ │ │ │ ├── combo.css
│ │ │ │ │ ├── datagrid.css
│ │ │ │ │ ├── datebox.css
│ │ │ │ │ ├── dialog.css
│ │ │ │ │ ├── easyui.css
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ │ ├── validatebox_arrows.png
│ │ │ │ │ │ └── validatebox_warning.png
│ │ │ │ │ ├── layout.css
│ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ ├── menubutton.css
│ │ │ │ │ ├── menu.css
│ │ │ │ │ ├── messager.css
│ │ │ │ │ ├── pagination.css
│ │ │ │ │ ├── panel.css
│ │ │ │ │ ├── progressbar.css
│ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ ├── searchbox.css
│ │ │ │ │ ├── slider.css
│ │ │ │ │ ├── spinner.css
│ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ ├── tabs.css
│ │ │ │ │ ├── tree.css
│ │ │ │ │ ├── validatebox.css
│ │ │ │ │ └── window.css
│ │ │ │ ├── bootstrap
│ │ │ │ │ ├── accordion.css
│ │ │ │ │ ├── calendar.css
│ │ │ │ │ ├── combobox.css
│ │ │ │ │ ├── combo.css
│ │ │ │ │ ├── datagrid.css
│ │ │ │ │ ├── datebox.css
│ │ │ │ │ ├── dialog.css
│ │ │ │ │ ├── easyui.css
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ │ ├── validatebox_arrows.png
│ │ │ │ │ │ └── validatebox_warning.png
│ │ │ │ │ ├── layout.css
│ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ ├── menubutton.css
│ │ │ │ │ ├── menu.css
│ │ │ │ │ ├── messager.css
│ │ │ │ │ ├── pagination.css
│ │ │ │ │ ├── panel.css
│ │ │ │ │ ├── progressbar.css
│ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ ├── searchbox.css
│ │ │ │ │ ├── slider.css
│ │ │ │ │ ├── spinner.css
│ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ ├── tabs.css
│ │ │ │ │ ├── tree.css
│ │ │ │ │ ├── validatebox.css
│ │ │ │ │ └── window.css
│ │ │ │ ├── cupertino
│ │ │ │ │ ├── accordion.css
│ │ │ │ │ ├── calendar.css
│ │ │ │ │ ├── combobox.css
│ │ │ │ │ ├── combo.css
│ │ │ │ │ ├── datagrid.css
│ │ │ │ │ ├── datebox.css
│ │ │ │ │ ├── dialog.css
│ │ │ │ │ ├── easyui.css
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ ├── calendar_nextmonth.gif
│ │ │ │ │ │ ├── calendar_nextyear.gif
│ │ │ │ │ │ ├── calendar_prevmonth.gif
│ │ │ │ │ │ ├── calendar_prevyear.gif
│ │ │ │ │ │ ├── datagrid_row_collapse.gif
│ │ │ │ │ │ ├── datagrid_row_expand.gif
│ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ ├── menu_downarrow.png
│ │ │ │ │ │ ├── menu.gif
│ │ │ │ │ │ ├── menu_rightarrow.png
│ │ │ │ │ │ ├── menu_sep.png
│ │ │ │ │ │ ├── menu_split_downarrow.png
│ │ │ │ │ │ ├── messager_error.gif
│ │ │ │ │ │ ├── messager_info.gif
│ │ │ │ │ │ ├── messager_question.gif
│ │ │ │ │ │ ├── messager_warning.gif
│ │ │ │ │ │ ├── pagination_loading.gif
│ │ │ │ │ │ ├── panel_loading.gif
│ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ ├── tabs_close.gif
│ │ │ │ │ │ ├── tree_arrows.gif
│ │ │ │ │ │ ├── tree_checkbox_0.gif
│ │ │ │ │ │ ├── tree_checkbox_1.gif
│ │ │ │ │ │ ├── tree_checkbox_2.gif
│ │ │ │ │ │ ├── tree_dnd_no.png
│ │ │ │ │ │ ├── tree_dnd_yes.png
│ │ │ │ │ │ ├── tree_elbow.png
│ │ │ │ │ │ ├── tree_file.gif
│ │ │ │ │ │ ├── tree_folder.gif
│ │ │ │ │ │ ├── tree_folder_open.gif
│ │ │ │ │ │ ├── tree_loading.gif
│ │ │ │ │ │ ├── ui-bg_diagonals-thick_90_eeeeee_40x40.png
│ │ │ │ │ │ ├── ui-bg_flat_15_cd0a0a_40x100.png
│ │ │ │ │ │ ├── ui-bg_glass_100_e4f1fb_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_50_3baae3_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_80_d7ebf9_1x400.png
│ │ │ │ │ │ ├── ui-bg_highlight-hard_100_f2f5f7_1x100.png
│ │ │ │ │ │ ├── ui-bg_highlight-hard_70_000000_1x100.png
│ │ │ │ │ │ ├── ui-bg_highlight-soft_100_deedf7_1x100.png
│ │ │ │ │ │ ├── ui-bg_highlight-soft_25_ffef8f_1x100.png
│ │ │ │ │ │ ├── ui-icons_2694e8_256x240.png
│ │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ │ ├── ui-icons_3d80b3_256x240.png
│ │ │ │ │ │ ├── ui-icons_72a7cf_256x240.png
│ │ │ │ │ │ ├── ui-icons_ffffff_256x240.png
│ │ │ │ │ │ ├── validatebox_pointer.gif
│ │ │ │ │ │ └── validatebox_warning.png
│ │ │ │ │ ├── layout.css
│ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ ├── menubutton.css
│ │ │ │ │ ├── menu.css
│ │ │ │ │ ├── messager.css
│ │ │ │ │ ├── pagination.css
│ │ │ │ │ ├── panel.css
│ │ │ │ │ ├── progressbar.css
│ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ ├── searchbox.css
│ │ │ │ │ ├── slider.css
│ │ │ │ │ ├── spinner.css
│ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ ├── tabs.css
│ │ │ │ │ ├── tree.css
│ │ │ │ │ ├── validatebox.css
│ │ │ │ │ └── window.css
│ │ │ │ ├── dark-hive
│ │ │ │ │ ├── accordion.css
│ │ │ │ │ ├── calendar.css
│ │ │ │ │ ├── combobox.css
│ │ │ │ │ ├── combo.css
│ │ │ │ │ ├── datagrid.css
│ │ │ │ │ ├── datebox.css
│ │ │ │ │ ├── dialog.css
│ │ │ │ │ ├── easyui.css
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ ├── calendar_nextmonth.gif
│ │ │ │ │ │ ├── calendar_nextyear.gif
│ │ │ │ │ │ ├── calendar_prevmonth.gif
│ │ │ │ │ │ ├── calendar_prevyear.gif
│ │ │ │ │ │ ├── datagrid_row_collapse.gif
│ │ │ │ │ │ ├── datagrid_row_expand.gif
│ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ ├── menu_downarrow.png
│ │ │ │ │ │ ├── menu.gif
│ │ │ │ │ │ ├── menu_rightarrow.png
│ │ │ │ │ │ ├── menu_sep.png
│ │ │ │ │ │ ├── menu_split_downarrow.png
│ │ │ │ │ │ ├── messager_error.gif
│ │ │ │ │ │ ├── messager_info.gif
│ │ │ │ │ │ ├── messager_question.gif
│ │ │ │ │ │ ├── messager_warning.gif
│ │ │ │ │ │ ├── pagination_loading.gif
│ │ │ │ │ │ ├── panel_loading.gif
│ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ ├── tabs_close.gif
│ │ │ │ │ │ ├── tree_arrows.gif
│ │ │ │ │ │ ├── tree_checkbox_0.gif
│ │ │ │ │ │ ├── tree_checkbox_1.gif
│ │ │ │ │ │ ├── tree_checkbox_2.gif
│ │ │ │ │ │ ├── tree_dnd_no.png
│ │ │ │ │ │ ├── tree_dnd_yes.png
│ │ │ │ │ │ ├── tree_elbow.png
│ │ │ │ │ │ ├── tree_file.gif
│ │ │ │ │ │ ├── tree_folder.gif
│ │ │ │ │ │ ├── tree_folder_open.gif
│ │ │ │ │ │ ├── tree_loading.gif
│ │ │ │ │ │ ├── ui-bg_flat_30_cccccc_40x100.png
│ │ │ │ │ │ ├── ui-bg_flat_50_5c5c5c_40x100.png
│ │ │ │ │ │ ├── ui-bg_glass_40_ffc73d_1x400.png
│ │ │ │ │ │ ├── ui-bg_highlight-hard_20_0972a5_1x100.png
│ │ │ │ │ │ ├── ui-bg_highlight-soft_33_003147_1x100.png
│ │ │ │ │ │ ├── ui-bg_highlight-soft_35_222222_1x100.png
│ │ │ │ │ │ ├── ui-bg_highlight-soft_44_444444_1x100.png
│ │ │ │ │ │ ├── ui-bg_highlight-soft_80_eeeeee_1x100.png
│ │ │ │ │ │ ├── ui-bg_loop_25_000000_21x21.png
│ │ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ │ ├── ui-icons_4b8e0b_256x240.png
│ │ │ │ │ │ ├── ui-icons_a83300_256x240.png
│ │ │ │ │ │ ├── ui-icons_cccccc_256x240.png
│ │ │ │ │ │ ├── ui-icons_ffffff_256x240.png
│ │ │ │ │ │ ├── validatebox_pointer.gif
│ │ │ │ │ │ └── validatebox_warning.png
│ │ │ │ │ ├── layout.css
│ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ ├── menubutton.css
│ │ │ │ │ ├── menu.css
│ │ │ │ │ ├── messager.css
│ │ │ │ │ ├── pagination.css
│ │ │ │ │ ├── panel.css
│ │ │ │ │ ├── progressbar.css
│ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ ├── searchbox.css
│ │ │ │ │ ├── slider.css
│ │ │ │ │ ├── spinner.css
│ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ ├── tabs.css
│ │ │ │ │ ├── tree.css
│ │ │ │ │ ├── validatebox.css
│ │ │ │ │ └── window.css
│ │ │ │ ├── default
│ │ │ │ │ ├── accordion.css
│ │ │ │ │ ├── calendar.css
│ │ │ │ │ ├── combobox.css
│ │ │ │ │ ├── combo.css
│ │ │ │ │ ├── datagrid.css
│ │ │ │ │ ├── datebox.css
│ │ │ │ │ ├── dialog.css
│ │ │ │ │ ├── easyui.css
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ │ ├── validatebox_arrows.png
│ │ │ │ │ │ └── validatebox_warning.png
│ │ │ │ │ ├── layout.css
│ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ ├── menubutton.css
│ │ │ │ │ ├── menu.css
│ │ │ │ │ ├── messager.css
│ │ │ │ │ ├── pagination.css
│ │ │ │ │ ├── panel.css
│ │ │ │ │ ├── progressbar.css
│ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ ├── searchbox.css
│ │ │ │ │ ├── slider.css
│ │ │ │ │ ├── spinner.css
│ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ ├── tabs.css
│ │ │ │ │ ├── tree.css
│ │ │ │ │ ├── validatebox.css
│ │ │ │ │ └── window.css
│ │ │ │ ├── gray
│ │ │ │ │ ├── accordion.css
│ │ │ │ │ ├── calendar.css
│ │ │ │ │ ├── combobox.css
│ │ │ │ │ ├── combo.css
│ │ │ │ │ ├── datagrid.css
│ │ │ │ │ ├── datebox.css
│ │ │ │ │ ├── dialog.css
│ │ │ │ │ ├── easyui.css
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ │ ├── validatebox_arrows.png
│ │ │ │ │ │ └── validatebox_warning.png
│ │ │ │ │ ├── layout.css
│ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ ├── menubutton.css
│ │ │ │ │ ├── menu.css
│ │ │ │ │ ├── messager.css
│ │ │ │ │ ├── pagination.css
│ │ │ │ │ ├── panel.css
│ │ │ │ │ ├── progressbar.css
│ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ ├── searchbox.css
│ │ │ │ │ ├── slider.css
│ │ │ │ │ ├── spinner.css
│ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ ├── tabs.css
│ │ │ │ │ ├── tree.css
│ │ │ │ │ ├── validatebox.css
│ │ │ │ │ └── window.css
│ │ │ │ ├── icon.css
│ │ │ │ ├── icons
│ │ │ │ │ ├── back.png
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── cancel.png
│ │ │ │ │ ├── cut.png
│ │ │ │ │ ├── edit_add.png
│ │ │ │ │ ├── edit_remove.png
│ │ │ │ │ ├── export.png
│ │ │ │ │ ├── filesave.png
│ │ │ │ │ ├── help.png
│ │ │ │ │ ├── import.png
│ │ │ │ │ ├── mini_add.png
│ │ │ │ │ ├── mini_edit.png
│ │ │ │ │ ├── mini_refresh.png
│ │ │ │ │ ├── no.png
│ │ │ │ │ ├── ok.png
│ │ │ │ │ ├── pencil.png
│ │ │ │ │ ├── print.png
│ │ │ │ │ ├── redo.png
│ │ │ │ │ ├── reload.png
│ │ │ │ │ ├── search.png
│ │ │ │ │ ├── sum.png
│ │ │ │ │ ├── tip.png
│ │ │ │ │ └── undo.png
│ │ │ │ ├── metro
│ │ │ │ │ ├── accordion.css
│ │ │ │ │ ├── calendar.css
│ │ │ │ │ ├── combobox.css
│ │ │ │ │ ├── combo.css
│ │ │ │ │ ├── datagrid.css
│ │ │ │ │ ├── datebox.css
│ │ │ │ │ ├── dialog.css
│ │ │ │ │ ├── easyui.css
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ │ ├── validatebox_arrows.png
│ │ │ │ │ │ └── validatebox_warning.png
│ │ │ │ │ ├── layout.css
│ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ ├── menubutton.css
│ │ │ │ │ ├── menu.css
│ │ │ │ │ ├── messager.css
│ │ │ │ │ ├── pagination.css
│ │ │ │ │ ├── panel.css
│ │ │ │ │ ├── progressbar.css
│ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ ├── searchbox.css
│ │ │ │ │ ├── slider.css
│ │ │ │ │ ├── spinner.css
│ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ ├── tabs.css
│ │ │ │ │ ├── tree.css
│ │ │ │ │ ├── validatebox.css
│ │ │ │ │ └── window.css
│ │ │ │ ├── pepper-grinder
│ │ │ │ │ ├── accordion.css
│ │ │ │ │ ├── calendar.css
│ │ │ │ │ ├── combobox.css
│ │ │ │ │ ├── combo.css
│ │ │ │ │ ├── datagrid.css
│ │ │ │ │ ├── datebox.css
│ │ │ │ │ ├── dialog.css
│ │ │ │ │ ├── easyui.css
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ ├── calendar_nextmonth.gif
│ │ │ │ │ │ ├── calendar_nextyear.gif
│ │ │ │ │ │ ├── calendar_prevmonth.gif
│ │ │ │ │ │ ├── calendar_prevyear.gif
│ │ │ │ │ │ ├── datagrid_row_collapse.gif
│ │ │ │ │ │ ├── datagrid_row_expand.gif
│ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ ├── menu_downarrow.png
│ │ │ │ │ │ ├── menu.gif
│ │ │ │ │ │ ├── menu_rightarrow.png
│ │ │ │ │ │ ├── menu_sep.png
│ │ │ │ │ │ ├── menu_split_downarrow.png
│ │ │ │ │ │ ├── messager_error.gif
│ │ │ │ │ │ ├── messager_info.gif
│ │ │ │ │ │ ├── messager_question.gif
│ │ │ │ │ │ ├── messager_warning.gif
│ │ │ │ │ │ ├── pagination_loading.gif
│ │ │ │ │ │ ├── panel_loading.gif
│ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ ├── tabs_close.gif
│ │ │ │ │ │ ├── tree_arrows.gif
│ │ │ │ │ │ ├── tree_checkbox_0.gif
│ │ │ │ │ │ ├── tree_checkbox_1.gif
│ │ │ │ │ │ ├── tree_checkbox_2.gif
│ │ │ │ │ │ ├── tree_dnd_no.png
│ │ │ │ │ │ ├── tree_dnd_yes.png
│ │ │ │ │ │ ├── tree_elbow.png
│ │ │ │ │ │ ├── tree_file.gif
│ │ │ │ │ │ ├── tree_folder.gif
│ │ │ │ │ │ ├── tree_folder_open.gif
│ │ │ │ │ │ ├── tree_loading.gif
│ │ │ │ │ │ ├── ui-bg_diagonal-maze_20_6e4f1c_10x10.png
│ │ │ │ │ │ ├── ui-bg_diagonal-maze_40_000000_10x10.png
│ │ │ │ │ │ ├── ui-bg_fine-grain_10_eceadf_60x60.png
│ │ │ │ │ │ ├── ui-bg_fine-grain_10_f8f7f6_60x60.png
│ │ │ │ │ │ ├── ui-bg_fine-grain_15_eceadf_60x60.png
│ │ │ │ │ │ ├── ui-bg_fine-grain_15_f7f3de_60x60.png
│ │ │ │ │ │ ├── ui-bg_fine-grain_15_ffffff_60x60.png
│ │ │ │ │ │ ├── ui-bg_fine-grain_65_654b24_60x60.png
│ │ │ │ │ │ ├── ui-bg_fine-grain_68_b83400_60x60.png
│ │ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ │ ├── ui-icons_3572ac_256x240.png
│ │ │ │ │ │ ├── ui-icons_8c291d_256x240.png
│ │ │ │ │ │ ├── ui-icons_b83400_256x240.png
│ │ │ │ │ │ ├── ui-icons_fbdb93_256x240.png
│ │ │ │ │ │ ├── ui-icons_ffffff_256x240.png
│ │ │ │ │ │ ├── validatebox_pointer.gif
│ │ │ │ │ │ └── validatebox_warning.png
│ │ │ │ │ ├── layout.css
│ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ ├── menubutton.css
│ │ │ │ │ ├── menu.css
│ │ │ │ │ ├── messager.css
│ │ │ │ │ ├── pagination.css
│ │ │ │ │ ├── panel.css
│ │ │ │ │ ├── progressbar.css
│ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ ├── searchbox.css
│ │ │ │ │ ├── slider.css
│ │ │ │ │ ├── spinner.css
│ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ ├── tabs.css
│ │ │ │ │ ├── tree.css
│ │ │ │ │ ├── validatebox.css
│ │ │ │ │ └── window.css
│ │ │ │ └── sunny
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datebox.css
│ │ │ │ ├── dialog.css
│ │ │ │ ├── easyui.css
│ │ │ │ ├── images
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── calendar_nextmonth.gif
│ │ │ │ │ ├── calendar_nextyear.gif
│ │ │ │ │ ├── calendar_prevmonth.gif
│ │ │ │ │ ├── calendar_prevyear.gif
│ │ │ │ │ ├── datagrid_row_collapse.gif
│ │ │ │ │ ├── datagrid_row_expand.gif
│ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ ├── menu_downarrow.png
│ │ │ │ │ ├── menu.gif
│ │ │ │ │ ├── menu_rightarrow.png
│ │ │ │ │ ├── menu_sep.png
│ │ │ │ │ ├── menu_split_downarrow.png
│ │ │ │ │ ├── messager_error.gif
│ │ │ │ │ ├── messager_info.gif
│ │ │ │ │ ├── messager_question.gif
│ │ │ │ │ ├── messager_warning.gif
│ │ │ │ │ ├── pagination_loading.gif
│ │ │ │ │ ├── panel_loading.gif
│ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ ├── tabs_close.gif
│ │ │ │ │ ├── tree_arrows.gif
│ │ │ │ │ ├── tree_checkbox_0.gif
│ │ │ │ │ ├── tree_checkbox_1.gif
│ │ │ │ │ ├── tree_checkbox_2.gif
│ │ │ │ │ ├── tree_dnd_no.png
│ │ │ │ │ ├── tree_dnd_yes.png
│ │ │ │ │ ├── tree_elbow.png
│ │ │ │ │ ├── tree_file.gif
│ │ │ │ │ ├── tree_folder.gif
│ │ │ │ │ ├── tree_folder_open.gif
│ │ │ │ │ ├── tree_loading.gif
│ │ │ │ │ ├── ui-bg_diagonals-medium_20_d34d17_40x40.png
│ │ │ │ │ ├── ui-bg_flat_30_cccccc_40x100.png
│ │ │ │ │ ├── ui-bg_flat_50_5c5c5c_40x100.png
│ │ │ │ │ ├── ui-bg_gloss-wave_45_817865_500x100.png
│ │ │ │ │ ├── ui-bg_gloss-wave_60_fece2f_500x100.png
│ │ │ │ │ ├── ui-bg_gloss-wave_70_ffdd57_500x100.png
│ │ │ │ │ ├── ui-bg_gloss-wave_90_fff9e5_500x100.png
│ │ │ │ │ ├── ui-bg_highlight-soft_100_feeebd_1x100.png
│ │ │ │ │ ├── ui-bg_inset-soft_30_ffffff_1x100.png
│ │ │ │ │ ├── ui-icons_3d3d3d_256x240.png
│ │ │ │ │ ├── ui-icons_bd7b00_256x240.png
│ │ │ │ │ ├── ui-icons_d19405_256x240.png
│ │ │ │ │ ├── ui-icons_eb990f_256x240.png
│ │ │ │ │ ├── ui-icons_ed9f26_256x240.png
│ │ │ │ │ ├── ui-icons_fadc7a_256x240.png
│ │ │ │ │ ├── ui-icons_ffe180_256x240.png
│ │ │ │ │ ├── validatebox_pointer.gif
│ │ │ │ │ └── validatebox_warning.png
│ │ │ │ ├── layout.css
│ │ │ │ ├── linkbutton.css
│ │ │ │ ├── menubutton.css
│ │ │ │ ├── menu.css
│ │ │ │ ├── messager.css
│ │ │ │ ├── pagination.css
│ │ │ │ ├── panel.css
│ │ │ │ ├── progressbar.css
│ │ │ │ ├── propertygrid.css
│ │ │ │ ├── searchbox.css
│ │ │ │ ├── slider.css
│ │ │ │ ├── spinner.css
│ │ │ │ ├── splitbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── window.css
│ │ │ └── 查看说明.docx
│ │ ├── JqueryTable
│ │ │ ├── jFixed.min.js
│ │ │ ├── jquery-1.4.4.min.js
│ │ │ └── superTables.css
│ │ ├── se7ven
│ │ │ ├── font
│ │ │ │ ├── fontawesome-webfontd41d.eot
│ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ ├── fontawesome-webfont.svg
│ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ ├── glyphicons-halflings-regulard41d.eot
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ ├── se7end41d.eot
│ │ │ │ ├── se7en.eot
│ │ │ │ ├── se7en.svg
│ │ │ │ ├── se7en.ttf
│ │ │ │ └── se7en.woff
│ │ │ ├── images
│ │ │ │ ├── alpha.png
│ │ │ │ ├── avatar-female2.png
│ │ │ │ ├── avatar-female.jpg
│ │ │ │ ├── avatar-female.png
│ │ │ │ ├── avatar-male2.png
│ │ │ │ ├── avatar-male.jpg
│ │ │ │ ├── chat-left@2x.png
│ │ │ │ ├── chat-left.png
│ │ │ │ ├── chat-right@2x.png
│ │ │ │ ├── chat-right.png
│ │ │ │ ├── checkmark@2x.png
│ │ │ │ ├── checkmark.png
│ │ │ │ ├── fancybox_overlay.png
│ │ │ │ ├── hue.png
│ │ │ │ ├── icon-search@2x.png
│ │ │ │ ├── icon-search.png
│ │ │ │ ├── image5.jpg
│ │ │ │ ├── image6.png
│ │ │ │ ├── image7.png
│ │ │ │ ├── image-iso2.jpg
│ │ │ │ ├── image-iso3.png
│ │ │ │ ├── image-iso4.png
│ │ │ │ ├── image-iso5.png
│ │ │ │ ├── image-iso6.png
│ │ │ │ ├── image-iso7.png
│ │ │ │ ├── image-iso8.png
│ │ │ │ ├── image-iso9.png
│ │ │ │ ├── image-iso.png
│ │ │ │ ├── img-coast.jpg
│ │ │ │ ├── info-data-sprite@2x.png
│ │ │ │ ├── info-data-sprite.png
│ │ │ │ ├── login-blurry-bg.jpg
│ │ │ │ ├── logo-login@2x.png
│ │ │ │ ├── nature1.jpg
│ │ │ │ ├── nature2.jpg
│ │ │ │ ├── nature3.jpg
│ │ │ │ ├── nature4.jpg
│ │ │ │ ├── saturation.png
│ │ │ │ ├── se7en-logo@2x.png
│ │ │ │ ├── se7en-logo.png
│ │ │ │ ├── select2.png
│ │ │ │ ├── select2-spinner.gif
│ │ │ │ ├── select2x2.png
│ │ │ │ ├── sn-logo@2x.png
│ │ │ │ ├── social-image.jpg
│ │ │ │ └── Thumbs.db
│ │ │ ├── javascripts
│ │ │ │ ├── application.js
│ │ │ │ ├── bootstrap-colorpicker.js
│ │ │ │ ├── bootstrap-datepicker.js
│ │ │ │ ├── bootstrap-fileupload.js
│ │ │ │ ├── bootstrap.min.js
│ │ │ │ ├── bootstrap-switch.min.js
│ │ │ │ ├── bootstrap-timepicker.js
│ │ │ │ ├── datatable-editable.js
│ │ │ │ ├── date.js
│ │ │ │ ├── daterange-picker.js
│ │ │ │ ├── excanvas.min.js
│ │ │ │ ├── fitvids.js
│ │ │ │ ├── fullcalendar.min.js
│ │ │ │ ├── gcal.js
│ │ │ │ ├── isotope_extras.js
│ │ │ │ ├── jquery.bootstrap.wizard.js
│ │ │ │ ├── jquery.dataTables.min.js
│ │ │ │ ├── jquery.easy-pie-chart.js
│ │ │ │ ├── jquery.fancybox.pack.js
│ │ │ │ ├── jquery.inputmask.min.js
│ │ │ │ ├── jquery.isotope.min.js
│ │ │ │ ├── jquery.min.js
│ │ │ │ ├── jquery.mousewheel.js
│ │ │ │ ├── jquery.sparkline.min.js
│ │ │ │ ├── jquery-ui.js
│ │ │ │ ├── jquery.validate.js
│ │ │ │ ├── jquery.vmap.min.js
│ │ │ │ ├── jquery.vmap.sampledata.js
│ │ │ │ ├── jquery.vmap.world.js
│ │ │ │ ├── main.js
│ │ │ │ ├── masonry.min.js
│ │ │ │ ├── modernizr.custom.js
│ │ │ │ ├── morris.min.js
│ │ │ │ ├── raphael.min.js
│ │ │ │ ├── respond.js
│ │ │ │ ├── select2.js
│ │ │ │ ├── selectivizr-min.js
│ │ │ │ ├── skycons.js
│ │ │ │ ├── styleswitcher.js
│ │ │ │ ├── summernote.min.js
│ │ │ │ ├── typeahead.js
│ │ │ │ └── wysiwyg.js
│ │ │ └── stylesheets
│ │ │ ├── bootstrap.min.css
│ │ │ ├── bootstrap-switch.css
│ │ │ ├── color
│ │ │ │ ├── gray.css
│ │ │ │ ├── green.css
│ │ │ │ ├── magenta.css
│ │ │ │ └── orange.css
│ │ │ ├── colorpicker.css
│ │ │ ├── datatables.css
│ │ │ ├── datepicker.css
│ │ │ ├── daterange-picker.css
│ │ │ ├── font-awesome.css
│ │ │ ├── fullcalendar.css
│ │ │ ├── isotope.css
│ │ │ ├── jquery.fancybox.css
│ │ │ ├── morris.css
│ │ │ ├── pygments.css
│ │ │ ├── se7en-font.css
│ │ │ ├── select2.css
│ │ │ ├── style.css
│ │ │ ├── summernote.css
│ │ │ ├── timepicker.css
│ │ │ ├── typeahead.css
│ │ │ └── wizard.css
│ │ └── StuPersonInfo
│ │ ├── bootstrap.min.css
│ │ ├── bootstrap.min.js
│ │ ├── font
│ │ │ ├── fontawesome-webfontd41d.eot
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.svg
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ ├── fontawesome-webfont.woff
│ │ │ ├── glyphicons-halflings-regulard41d.eot
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ ├── se7end41d.eot
│ │ │ ├── se7en.eot
│ │ │ ├── se7en.svg
│ │ │ ├── se7en.ttf
│ │ │ └── se7en.woff
│ │ ├── images
│ │ │ ├── alpha.png
│ │ │ ├── avatar-female2.png
│ │ │ ├── avatar-female.jpg
│ │ │ ├── avatar-female.png
│ │ │ ├── avatar-male2.png
│ │ │ ├── avatar-male.jpg
│ │ │ ├── chat-left@2x.png
│ │ │ ├── chat-left.png
│ │ │ ├── chat-right@2x.png
│ │ │ ├── chat-right.png
│ │ │ ├── checkmark@2x.png
│ │ │ ├── checkmark.png
│ │ │ ├── fancybox_overlay.png
│ │ │ ├── hue.png
│ │ │ ├── icon-search@2x.png
│ │ │ ├── icon-search.png
│ │ │ ├── image5.jpg
│ │ │ ├── image6.png
│ │ │ ├── image7.png
│ │ │ ├── image-iso2.jpg
│ │ │ ├── image-iso3.png
│ │ │ ├── image-iso4.png
│ │ │ ├── image-iso5.png
│ │ │ ├── image-iso6.png
│ │ │ ├── image-iso7.png
│ │ │ ├── image-iso8.png
│ │ │ ├── image-iso9.png
│ │ │ ├── image-iso.png
│ │ │ ├── img-coast.jpg
│ │ │ ├── info-data-sprite@2x.png
│ │ │ ├── info-data-sprite.png
│ │ │ ├── login-blurry-bg.jpg
│ │ │ ├── logo-login@2x.png
│ │ │ ├── nature1.jpg
│ │ │ ├── nature2.jpg
│ │ │ ├── nature3.jpg
│ │ │ ├── nature4.jpg
│ │ │ ├── saturation.png
│ │ │ ├── se7en-logo@2x.png
│ │ │ ├── se7en-logo.png
│ │ │ ├── select2.png
│ │ │ ├── select2-spinner.gif
│ │ │ ├── select2x2.png
│ │ │ ├── sn-logo@2x.png
│ │ │ ├── social-image.jpg
│ │ │ └── Thumbs.db
│ │ ├── javascripts
│ │ │ ├── application.js
│ │ │ ├── bootstrap-colorpicker.js
│ │ │ ├── bootstrap-datepicker.js
│ │ │ ├── bootstrap-fileupload.js
│ │ │ ├── bootstrap.min.js
│ │ │ ├── bootstrap-switch.min.js
│ │ │ ├── bootstrap-timepicker.js
│ │ │ ├── datatable-editable.js
│ │ │ ├── date.js
│ │ │ ├── daterange-picker.js
│ │ │ ├── excanvas.min.js
│ │ │ ├── fitvids.js
│ │ │ ├── fullcalendar.min.js
│ │ │ ├── gcal.js
│ │ │ ├── isotope_extras.js
│ │ │ ├── jquery.bootstrap.wizard.js
│ │ │ ├── jquery.dataTables.min.js
│ │ │ ├── jquery.easy-pie-chart.js
│ │ │ ├── jquery.fancybox.pack.js
│ │ │ ├── jquery.inputmask.min.js
│ │ │ ├── jquery.isotope.min.js
│ │ │ ├── jquery.min.js
│ │ │ ├── jquery.mousewheel.js
│ │ │ ├── jquery.sparkline.min.js
│ │ │ ├── jquery-ui.js
│ │ │ ├── jquery.validate.js
│ │ │ ├── jquery.vmap.min.js
│ │ │ ├── jquery.vmap.sampledata.js
│ │ │ ├── jquery.vmap.world.js
│ │ │ ├── main.js
│ │ │ ├── masonry.min.js
│ │ │ ├── modernizr.custom.js
│ │ │ ├── morris.min.js
│ │ │ ├── raphael.min.js
│ │ │ ├── respond.js
│ │ │ ├── select2.js
│ │ │ ├── selectivizr-min.js
│ │ │ ├── skycons.js
│ │ │ ├── styleswitcher.js
│ │ │ ├── summernote.min.js
│ │ │ ├── typeahead.js
│ │ │ └── wysiwyg.js
│ │ ├── jquery.min.js
│ │ └── stylesheets
│ │ ├── bootstrap.min.css
│ │ ├── bootstrap-switch.css
│ │ ├── color
│ │ │ ├── gray.css
│ │ │ ├── green.css
│ │ │ ├── magenta.css
│ │ │ └── orange.css
│ │ ├── colorpicker.css
│ │ ├── datatables.css
│ │ ├── datepicker.css
│ │ ├── daterange-picker.css
│ │ ├── font-awesome.css
│ │ ├── fullcalendar.css
│ │ ├── isotope.css
│ │ ├── jquery.fancybox.css
│ │ ├── morris.css
│ │ ├── pygments.css
│ │ ├── se7en-font.css
│ │ ├── select2.css
│ │ ├── style.css
│ │ ├── summernote.css
│ │ ├── timepicker.css
│ │ ├── typeahead.css
│ │ └── wizard.css
│ ├── Content
│ │ ├── Site.css
│ │ └── themes
│ │ └── base
│ │ ├── images
│ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ ├── ui-icons_222222_256x240.png
│ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ ├── ui-icons_454545_256x240.png
│ │ │ ├── ui-icons_888888_256x240.png
│ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ ├── jquery.ui.accordion.css
│ │ ├── jquery.ui.all.css
│ │ ├── jquery.ui.autocomplete.css
│ │ ├── jquery.ui.base.css
│ │ ├── jquery.ui.button.css
│ │ ├── jquery.ui.core.css
│ │ ├── jquery-ui.css
│ │ ├── jquery.ui.datepicker.css
│ │ ├── jquery.ui.dialog.css
│ │ ├── jquery.ui.progressbar.css
│ │ ├── jquery.ui.resizable.css
│ │ ├── jquery.ui.selectable.css
│ │ ├── jquery.ui.slider.css
│ │ ├── jquery.ui.tabs.css
│ │ ├── jquery.ui.theme.css
│ │ └── minified
│ │ ├── images
│ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ ├── ui-icons_222222_256x240.png
│ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ ├── ui-icons_454545_256x240.png
│ │ │ ├── ui-icons_888888_256x240.png
│ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ ├── jquery.ui.accordion.min.css
│ │ ├── jquery.ui.autocomplete.min.css
│ │ ├── jquery.ui.button.min.css
│ │ ├── jquery.ui.core.min.css
│ │ ├── jquery.ui.datepicker.min.css
│ │ ├── jquery.ui.dialog.min.css
│ │ ├── jquery-ui.min.css
│ │ ├── jquery.ui.progressbar.min.css
│ │ ├── jquery.ui.resizable.min.css
│ │ ├── jquery.ui.selectable.min.css
│ │ ├── jquery.ui.slider.min.css
│ │ ├── jquery.ui.tabs.min.css
│ │ └── jquery.ui.theme.min.css
│ ├── Controllers
│ │ ├── DatatableController.cs
│ │ ├── DatatableGoodController.cs
│ │ ├── JqueryDatatableController.cs
│ │ ├── StuPersonInfo2Controller.cs
│ │ └── StuPersonInfoController.cs
│ ├── DatatableDemo.csproj
│ ├── DatatableDemo.csproj.user
│ ├── Global.asax
│ ├── Global.asax.cs
│ ├── Models
│ │ └── StuFamEntity.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DatatableDemo.csproj.FileListAbsolute.txt
│ │ ├── DatatableDemo.csprojResolveAssemblyReference.cache
│ │ ├── DatatableDemo.dll
│ │ ├── DatatableDemo.pdb
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ ├── package
│ │ ├── CustomAttributes.dll
│ │ ├── DotNetCasClient.dll
│ │ ├── EntityFramework.dll
│ │ ├── Enyim.Caching.dll
│ │ ├── ICSharpCode.SharpZipLib.dll
│ │ ├── ITOO.AuthorityDoorLogon.Contracts.dll
│ │ ├── ITOO.AuthorityRoleManage.Contracts.dll
│ │ ├── ITOO.Authority.ViewModel.dll
│ │ ├── ITOO.FreshNewReport.Contracts.dll
│ │ ├── ITOO.FreshNewReport.ViewModel.dll
│ │ ├── ITOO.Library.Core.dll
│ │ ├── log4net.dll
│ │ └── Memcached.ClientLibrary.dll
│ ├── packages.config
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Scripts
│ │ ├── jquery-1.7.1.intellisense.js
│ │ ├── jquery-1.7.1.js
│ │ ├── jquery-1.7.1.min.js
│ │ ├── jquery-ui-1.8.20.js
│ │ ├── jquery-ui-1.8.20.min.js
│ │ ├── jquery.unobtrusive-ajax.js
│ │ ├── jquery.unobtrusive-ajax.min.js
│ │ ├── jquery.validate.js
│ │ ├── jquery.validate.min.js
│ │ ├── jquery.validate.unobtrusive.js
│ │ ├── jquery.validate.unobtrusive.min.js
│ │ ├── jquery.validate-vsdoc.js
│ │ ├── MicrosoftAjax.debug.js
│ │ ├── MicrosoftAjax.js
│ │ ├── MicrosoftMvcAjax.debug.js
│ │ ├── MicrosoftMvcAjax.js
│ │ ├── MicrosoftMvcValidation.debug.js
│ │ ├── MicrosoftMvcValidation.js
│ │ ├── modernizr-2.5.3.js
│ │ └── myScript
│ │ ├── bootstrap.css
│ │ ├── bootstrap-modal.js
│ │ ├── bootstrap-table.js
│ │ ├── bootstrap-transition.js
│ │ ├── datatable.js
│ │ └── jquery1.83.js
│ ├── Views
│ │ ├── Datatable
│ │ │ ├── Datatable.cshtml
│ │ │ └── DelWarnBoxPartial.cshtml
│ │ ├── DatatableGood
│ │ │ └── DatatableGood.cshtml
│ │ ├── JqueryDatatable
│ │ │ └── JqueryDatatable.cshtml
│ │ ├── Shared
│ │ │ ├── Error.cshtml
│ │ │ └── _Layout.cshtml
│ │ ├── StuPersonInfo
│ │ │ ├── StuPersonInfo2.cshtml
│ │ │ └── StuPersonInfo.cshtml
│ │ ├── StuPersonInfo2
│ │ │ └── StuPersonInfo2.cshtml
│ │ ├── _ViewStart.cshtml
│ │ └── Web.config
│ ├── Web.config
│ ├── Web.Debug.config
│ └── Web.Release.config
├── DatatableDemo.sln
├── DatatableDemo.v11.suo
└── packages
├── EntityFramework.5.0.0
│ ├── Content
│ │ ├── App.config.transform
│ │ └── Web.config.transform
│ ├── EntityFramework.5.0.0.nupkg
│ ├── lib
│ │ ├── net40
│ │ │ ├── EntityFramework.dll
│ │ │ ├── EntityFramework.xml
│ │ │ └── zh-Hans
│ │ │ ├── EntityFramework.resources.dll
│ │ │ └── EntityFramework.xml
│ │ └── net45
│ │ ├── EntityFramework.dll
│ │ ├── EntityFramework.xml
│ │ └── zh-Hans
│ │ ├── EntityFramework.resources.dll
│ │ └── EntityFramework.xml
│ └── tools
│ ├── about_EntityFramework.help.txt
│ ├── EntityFramework.PowerShell.dll
│ ├── EntityFramework.PowerShell.Utility.dll
│ ├── EntityFramework.PS3.psd1
│ ├── EntityFramework.psd1
│ ├── EntityFramework.psm1
│ ├── init.ps1
│ ├── install.ps1
│ ├── migrate.exe
│ ├── Redirect.config
│ └── Redirect.VS11.config
├── EntityFramework.zh-Hans.5.0.0
│ ├── EntityFramework.zh-Hans.5.0.0.nupkg
│ └── lib
│ ├── net40
│ │ └── zh-Hans
│ │ ├── EntityFramework.resources.dll
│ │ └── EntityFramework.xml
│ └── net45
│ └── zh-Hans
│ ├── EntityFramework.resources.dll
│ └── EntityFramework.xml
├── jQuery.1.7.1.1
│ ├── Content
│ │ └── Scripts
│ │ ├── jquery-1.7.1.js
│ │ ├── jquery-1.7.1.min.js
│ │ └── jquery-1.7.1-vsdoc.js
│ ├── jQuery.1.7.1.1.nupkg
│ └── Tools
│ ├── common.ps1
│ ├── install.ps1
│ ├── jquery-1.7.1.intellisense.js
│ └── uninstall.ps1
├── jQuery.UI.Combined.1.8.20.1
│ ├── Content
│ │ ├── Content
│ │ │ └── themes
│ │ │ └── base
│ │ │ ├── images
│ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ │ ├── jquery.ui.accordion.css
│ │ │ ├── jquery.ui.all.css
│ │ │ ├── jquery.ui.autocomplete.css
│ │ │ ├── jquery.ui.base.css
│ │ │ ├── jquery.ui.button.css
│ │ │ ├── jquery.ui.core.css
│ │ │ ├── jquery-ui.css
│ │ │ ├── jquery.ui.datepicker.css
│ │ │ ├── jquery.ui.dialog.css
│ │ │ ├── jquery.ui.progressbar.css
│ │ │ ├── jquery.ui.resizable.css
│ │ │ ├── jquery.ui.selectable.css
│ │ │ ├── jquery.ui.slider.css
│ │ │ ├── jquery.ui.tabs.css
│ │ │ ├── jquery.ui.theme.css
│ │ │ └── minified
│ │ │ ├── images
│ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ │ ├── jquery.ui.accordion.min.css
│ │ │ ├── jquery.ui.autocomplete.min.css
│ │ │ ├── jquery.ui.button.min.css
│ │ │ ├── jquery.ui.core.min.css
│ │ │ ├── jquery.ui.datepicker.min.css
│ │ │ ├── jquery.ui.dialog.min.css
│ │ │ ├── jquery-ui.min.css
│ │ │ ├── jquery.ui.progressbar.min.css
│ │ │ ├── jquery.ui.resizable.min.css
│ │ │ ├── jquery.ui.selectable.min.css
│ │ │ ├── jquery.ui.slider.min.css
│ │ │ ├── jquery.ui.tabs.min.css
│ │ │ └── jquery.ui.theme.min.css
│ │ └── Scripts
│ │ ├── jquery-ui-1.8.20.js
│ │ └── jquery-ui-1.8.20.min.js
│ └── jQuery.UI.Combined.1.8.20.1.nupkg
├── jQuery.Validation.1.9.0.1
│ ├── Content
│ │ └── Scripts
│ │ ├── jquery.validate.js
│ │ ├── jquery.validate.min.js
│ │ └── jquery.validate-vsdoc.js
│ └── jQuery.Validation.1.9.0.1.nupkg
├── Microsoft.AspNet.Mvc.3.0.20105.1
│ ├── lib
│ │ └── net40
│ │ ├── System.Web.Mvc.dll
│ │ └── System.Web.Mvc.xml
│ └── Microsoft.AspNet.Mvc.3.0.20105.1.nupkg
├── Microsoft.AspNet.Mvc.zh-Hans.3.0.20105.1
│ ├── lib
│ │ └── net40
│ │ └── zh-Hans
│ │ ├── System.Web.Mvc.resources.dll
│ │ └── System.Web.Mvc.xml
│ └── Microsoft.AspNet.Mvc.zh-Hans.3.0.20105.1.nupkg
├── Microsoft.AspNet.Providers.Core.1.1
│ ├── lib
│ │ └── net40
│ │ ├── System.Web.Providers.dll
│ │ └── zh-Hans
│ │ └── System.Web.Providers.resources.dll
│ ├── Microsoft.AspNet.Providers.Core.1.1.nupkg
│ └── readme.html
├── Microsoft.AspNet.Providers.Core.zh-Hans.1.1
│ ├── lib
│ │ └── net40
│ │ └── zh-Hans
│ │ └── System.Web.Providers.resources.dll
│ └── Microsoft.AspNet.Providers.Core.zh-Hans.1.1.nupkg
├── Microsoft.AspNet.Providers.LocalDB.1.1
│ ├── content
│ │ └── web.config.transform
│ ├── Microsoft.AspNet.Providers.LocalDB.1.1.nupkg
│ └── tools
│ └── Install.ps1
├── Microsoft.AspNet.Razor.1.0.20105.408
│ ├── lib
│ │ └── net40
│ │ ├── System.Web.Razor.dll
│ │ └── System.Web.Razor.xml
│ └── Microsoft.AspNet.Razor.1.0.20105.408.nupkg
├── Microsoft.AspNet.Razor.zh-Hans.1.0.20105.408
│ ├── lib
│ │ └── net40
│ │ └── zh-Hans
│ │ ├── System.Web.Razor.resources.dll
│ │ └── system.web.razor.xml
│ └── Microsoft.AspNet.Razor.zh-Hans.1.0.20105.408.nupkg
├── Microsoft.AspNet.WebPages.1.0.20105.408
│ ├── lib
│ │ └── net40
│ │ ├── System.Web.Helpers.dll
│ │ ├── System.Web.Helpers.xml
│ │ ├── System.Web.WebPages.Deployment.dll
│ │ ├── System.Web.WebPages.Deployment.xml
│ │ ├── System.Web.WebPages.dll
│ │ ├── System.Web.WebPages.Razor.dll
│ │ ├── System.Web.WebPages.Razor.xml
│ │ └── System.Web.WebPages.xml
│ └── Microsoft.AspNet.WebPages.1.0.20105.408.nupkg
├── Microsoft.AspNet.WebPages.zh-Hans.1.0.20105.408
│ ├── lib
│ │ └── net40
│ │ ├── System.Web.Helpers.resources.dll
│ │ ├── system.web.helpers.xml
│ │ ├── System.Web.WebPages.Deployment.resources.dll
│ │ ├── system.web.webpages.deployment.xml
│ │ ├── System.Web.WebPages.Razor.resources.dll
│ │ ├── system.web.webpages.razor.xml
│ │ ├── System.Web.WebPages.resources.dll
│ │ └── system.web.webpages.xml
│ └── Microsoft.AspNet.WebPages.zh-Hans.1.0.20105.408.nupkg
├── Microsoft.Web.Infrastructure.1.0.0.0
│ ├── lib
│ │ └── net40
│ │ └── Microsoft.Web.Infrastructure.dll
│ └── Microsoft.Web.Infrastructure.1.0.0.0.nupkg
├── Modernizr.2.5.3
│ ├── Content
│ │ └── Scripts
│ │ └── modernizr-2.5.3.js
│ └── Modernizr.2.5.3.nupkg
└── repositories.config
194 directories, 1705 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论