element.
- * combo: Add 'selectOnNavigation' and 'readonly' options.
- * combobox: Add 'loadFilter' option to allow users to change data format before loading into combobox.
- * tree: Add 'onBeforeDrop' callback event.
- * validatebox: Dependent on tooltip plugin now, add 'deltaX' property.
- * numberbox: The 'filter' options can be used to determine if the key pressed was accepted.
- * linkbutton: The group button is available.
- * layout: The 'minWidth','maxWidth','minHeight','maxHeight' and 'collapsible' properties are available for region panel.
-* New Plugins
- * tooltip: Display a popup message when moving mouse over an element.
-
-Version 1.3.2
--------------
-* Bug
- * datagrid: The loading message window can not be centered when changing the width of datagrid. fixed.
- * treegrid: The 'mergeCells' method can not work normally. fixed.
- * propertygrid: Calling 'endEdit' method to stop editing a row will cause errors. fixed.
- * tree: Can not load empty data when 'lines' property set to true. fixed.
-* Improvement
- * RTL feature is supported now.
- * tabs: Add 'scrollBy' method to scroll the tab header by the specified amount of pixels
- * tabs: Add 'toolPosition' property to set tab tools to left or right.
- * tabs: Add 'tabPosition' property to define the tab position, possible values are: 'top','bottom','left','right'.
- * datagrid: Add a column level property 'order' that allows users to define different default sort order per column.
- * datagrid: Add a column level property 'halign' that allows users to define how to align the column header.
- * datagrid: Add 'resizeHandle' property to define the resizing column position, by grabbing the left or right edge of the column.
- * datagrid: Add 'freezeRow' method to freeze some rows that will always be displayed at the top when the datagrid is scrolled down.
- * datagrid: Add 'clearChecked' method to clear all checked records.
- * datagrid: Add 'data' property to initialize the datagrid data.
- * linkbutton: Add 'iconAlgin' property to define the icon position, supported values are: 'left','right'.
- * menu: Add 'minWidth' property.
- * menu: The menu width can be automatically calculated.
- * tree: New events are available including 'onBeforeDrag','onStartDrag','onDragEnter','onDragOver','onDragLeave',etc.
- * combo: Add 'height' property to allow users to define the height of combo.
- * combo: Add 'reset' method.
- * numberbox: Add 'reset' method.
- * spinner: Add 'reset' method.
- * spinner: Add 'height' property to allow users to define the height of spinner.
- * searchbox: Add 'height' property to allow users to define the height of searchbox.
- * form: Add 'reset' method.
- * validatebox: Add 'delay' property to delay validating from the last inputting value.
- * validatebox: Add 'tipPosition' property to define the tip position, supported values are: 'left','right'.
- * validatebox: Multiple validate rules on a field is supported now.
- * slider: Add 'reversed' property to determine if the min value and max value will switch their positions.
- * progressbar: Add 'height' property to allow users to define the height of progressbar.
-
-Version 1.3.1
--------------
-* Bug
- * datagrid: Setting the 'pageNumber' property is not valid. fixed.
- * datagrid: The id attribute of rows isn't adjusted properly while calling 'insertRow' or 'deleteRow' method.
- * dialog: When load content from 'href', the script will run twice. fixed.
- * propertygrid: The editors that extended from combo can not accept its changed value. fixed.
-* Improvement
- * droppable: Add 'disabled' property.
- * droppable: Add 'options','enable' and 'disable' methods.
- * tabs: The tab panel tools can be changed by calling 'update' method.
- * messager: When show a message window, the user can define the window position by applying 'style' property.
- * window: Prevent script on window body from running twice.
- * window: Add 'hcenter','vcenter' and 'center' methods.
- * tree: Add 'onBeforeCheck' callback event.
- * tree: Extend the 'getChecked' method to allow users to get 'checked','unchecked' or 'indeterminate' nodes.
- * treegrid: Add 'update' method to update a specified node.
- * treegrid: Add 'insert' method to insert a new node.
- * treegrid: Add 'pop' method to remove a node and get the removed node data.
-
-Version 1.3
------------
-* Bug
- * combogrid: When set to 'remote' query mode, the 'queryParams' parameters can't be sent to server. fixed.
- * combotree: The tree nodes on drop-down panel can not be unchecked while calling 'clear' method. fixed.
- * datetimebox: Setting 'showSeconds' property to false cannot hide seconds info. fixed.
- * datagrid: Calling 'mergeCells' method can't auto resize the merged cell while header is hidden. fixed.
- * dialog: Set cache to false and load data via ajax, the content cannot be refreshed. fixed.
-* Improvement
- * The HTML5 'data-options' attribute is available for components to declare all custom options, including properties and events.
- * More detailed documentation is available.
- * panel: Prevent script on panel body from running twice.
- * accordion: Add 'getPanelIndex' method.
- * accordion: The tools can be added on panel header.
- * datetimebox: Add 'timeSeparator' option that allows users to define the time separator.
- * pagination: Add 'refresh' and 'select' methods.
- * datagrid: Auto resize the column width to fit the contents when the column width is not defined.
- * datagrid: Double click on the right border of columns to auto resize the columns to the contents in the columns.
- * datagrid: Add 'autoSizeColumn' method that allows users to adjust the column width to fit the contents.
- * datagrid: Add 'getChecked' method to get all rows where the checkbox has been checked.
- * datagrid: Add 'selectOnCheck' and 'checkOnSelect' properties and some checking methods to enhance the row selections.
- * datagrid: Add 'pagePosition' property to allow users to display pager bar at either top,bottom or both places of the grid.
- * datagrid: The buffer view and virtual scroll view are supported to display large amounts of records without pagination.
- * tabs: Add 'disableTab' and 'enableTab' methods to allow users to disable or enable a tab panel.
-
-Version 1.2.6
--------------
-* Bug
- * tabs: Call 'add' method with 'selected:false' option, the added tab panel is always selected. fixed.
- * treegrid: The 'onSelect' and 'onUnselect' events can't be triggered. fixed.
- * treegrid: Cannot display zero value field. fixed.
-* Improvement
- * propertygrid: Add 'expandGroup' and 'collapseGroup' methods.
- * layout: Allow users to create collapsed layout panels by assigning 'collapsed' property to true.
- * layout: Add 'add' and 'remove' methods that allow users to dynamically add or remove region panel.
- * layout: Additional tool icons can be added on region panel header.
- * calendar: Add 'firstDay' option that allow users to set first day of week. Sunday is 0, Monday is 1, ...
- * tree: Add 'lines' option, true to display tree lines.
- * tree: Add 'loadFilter' option that allow users to change data format before loading into the tree.
- * tree: Add 'loader' option that allow users to define how to load data from remote server.
- * treegrid: Add 'onClickCell' and 'onDblClickCell' callback function options.
- * datagrid: Add 'autoRowHeight' property that allow users to determine if set the row height based on the contents of that row.
- * datagrid: Improve performance to load large data set.
- * datagrid: Add 'loader' option that allow users to define how to load data from remote server.
- * treegrid: Add 'loader' option that allow users to define how to load data from remote server.
- * combobox: Add 'onBeforeLoad' callback event function.
- * combobox: Add 'loader' option that allow users to define how to load data from remote server.
- * Add support for other loading mode such as dwr,xml,etc.
-* New Plugins
- * slider: Allows the user to choose a numeric value from a finite range.
-
-Version 1.2.5
--------------
-* Bug
- * tabs: When add a new tab panel with href property, the content page is loaded twice. fixed.
- * form: Failed to call 'load' method to load form input with complex name. fixed.
- * draggable: End drag in ie9, the cursor cannot be restored. fixed.
-* Improvement
- * panel: The tools can be defined via html markup.
- * tabs: Call 'close' method to close specified tab panel, users can pass tab title or index of tab panel. Other methods such 'select','getTab' and 'exists' are similar to 'close' method.
- * tabs: Add 'getTabIndex' method.
- * tabs: Users can define mini tools on tabs.
- * tree: The mouse must move a specified distance to begin drag and drop operation.
- * resizable: Add 'options','enable' and 'disable' methods.
- * numberbox: Allow users to change number format.
- * datagrid: The subgrid is supported now.
- * searchbox: Add 'selectName' method to select searching type name.
-
-Version 1.2.4
--------------
-* Bug
- * menu: The menu position is wrong when scroll bar appears. fixed.
- * accordion: Cannot display the default selected panel in jQuery 1.6.2. fixed.
- * tabs: Cannot display the default selected tab panel in jQuery 1.6.2. fixed.
-* Improvement
- * menu: Allow users to disable or enable menu item.
- * combo: Add 'delay' property to set the delay time to do searching from the last key input event.
- * treegrid: The 'getEditors' and 'getEditor' methods are supported now.
- * treegrid: The 'loadFilter' option is supported now.
- * messager: Add 'progress' method to display a message box with a progress bar.
- * panel: Add 'extractor' option to allow users to extract panel content from ajax response.
-* New Plugins
- * searchbox: Allow users to type words into box and do searching operation.
- * progressbar: To display the progress of a task.
-
-Version 1.2.3
--------------
-* Bug
- * window: Cannot resize the window with iframe content. fixed.
- * tree: The node will be removed when dragging to its child. fixed.
- * combogrid: The onChange event fires multiple times. fixed.
- * accordion: Cannot add batch new panels when animate property is set to true. fixed.
-* Improvement
- * treegrid: The footer row and row styler features are supported now.
- * treegrid: Add 'getLevel','reloadFooter','getFooterRows' methods.
- * treegrid: Support root nodes pagination and editable features.
- * datagrid: Add 'getFooterRows','reloadFooter','insertRow' methods and improve editing performance.
- * datagrid: Add 'loadFilter' option that allow users to change original source data to standard data format.
- * draggable: Add 'onBeforeDrag' callback event function.
- * validatebox: Add 'remote' validation type.
- * combobox: Add 'method' option.
-* New Plugins
- * propertygrid: Allow users to edit property value in datagrid.
-
-Version 1.2.2
--------------
-* Bug
- * datagrid: Apply fitColumns cannot work fine while set checkbox column. fixed.
- * datagrid: The validateRow method cannot return boolean type value. fixed.
- * numberbox: Cannot fix value in chrome when min or max property isn't defined. fixed.
-* Improvement
- * menu: Add some crud methods.
- * combo: Add hasDownArrow property to determine whether to display the down arrow button.
- * tree: Supports inline editing.
- * calendar: Add some useful methods such as 'resize', 'moveTo' etc.
- * timespinner: Add some useful methods.
- * datebox: Refactoring based on combo and calendar plugin now.
- * datagrid: Allow users to change row style in some conditions.
- * datagrid: Users can use the footer row to display summary information.
-* New Plugins
- * datetimebox: Combines datebox with timespinner component.
-
-Version 1.2.1
--------------
-* Bug
- * easyloader: Some dependencies cannot be loaded by their order. fixed.
- * tree: The checkbox is setted incorrectly when removing a node. fixed.
- * dialog: The dialog layout incorrectly when 'closed' property is setted to true. fixed.
-* Improvement
- * parser: Add onComplete callback function that can indicate whether the parse action is complete.
- * menu: Add onClick callback function and some other methods.
- * tree: Add some useful methods.
- * tree: Drag and Drop feature is supported now.
- * tree: Add onContextMenu callback function.
- * tabs: Add onContextMenu callback function.
- * tabs: Add 'tools' property that can create buttons on right bar.
- * datagrid: Add onHeaderContextMenu and onRowContextMenu callback functions.
- * datagrid: Custom view is supported.
- * treegrid: Add onContextMenu callback function and append,remove methods.
-
-Version 1.2
--------------
-* Improvement
- * tree: Add cascadeCheck,onlyLeafCheck properties and select event.
- * combobox: Enable multiple selection.
- * combotree: Enable multiple selection.
- * tabs: Remember the trace of selection, when current tab panel is closed, the previous selected tab will be selected.
- * datagrid: Extend from panel, so many properties defined in panel can be used for datagrid.
-* New Plugins
- * treegrid: Represent tabular data in hierarchical view, combines tree view and datagrid.
- * combo: The basic component that allow user to extend their combo component such as combobox,combotree,etc.
- * combogrid: Combines combobox with drop-down datagrid component.
- * spinner: The basic plugin to create numberspinner,timespinner,etc.
- * numberspinner: The numberbox that allow user to change value by clicking up and down spin buttons.
- * timespinner: The time selector that allow user to quickly inc/dec a time.
-
-Version 1.1.2
--------------
-* Bug
- * messager: When call show method in layout, the message window will be blocked. fixed.
-* Improvement
- * datagrid: Add validateRow method, remember the current editing row status when do editing action.
- * datagrid: Add the ability to create merged cells.
- * form: Add callback functions when loading data.
- * panel,window,dialog: Add maximize,minimize,restore,collapse,expand methods.
- * panel,tabs,accordion: The lazy loading feature is supported.
- * tabs: Add getSelected,update,getTab methods.
- * accordion: Add crud methods.
- * linkbutton: Accept an id option to set the id attribute.
- * tree: Enhance tree node operation.
-
-Version 1.1.1
--------------
-* Bug
- * form: Cannot clear the value of combobox and combotree component. fixed.
-* Improvement
- * tree: Add some useful methods such as 'getRoot','getChildren','update',etc.
- * datagrid: Add editable feature, improve performance while loading data.
- * datebox: Add destroy method.
- * combobox: Add destroy and clear method.
- * combotree: Add destroy and clear method.
-
-Version 1.1
--------------
-* Bug
- * messager: When call show method with timeout property setted, an error occurs while clicking the close button. fixed.
- * combobox: The editable property of combobox plugin is invalid. fixed.
- * window: The proxy box will not be removed when dragging or resizing exceed browser border in ie. fixed.
-* Improvement
- * menu: The menu item can use markup to display a different page.
- * tree: The tree node can use markup to act as a tree menu.
- * pagination: Add some event on refresh button and page list.
- * datagrid: Add a 'param' parameter for reload method, with which users can pass query parameter when reload data.
- * numberbox: Add required validation support, the usage is same as validatebox plugin.
- * combobox: Add required validation support.
- * combotree: Add required validation support.
- * layout: Add some method that can get a region panel and attach event handlers.
-* New Plugins
- * droppable: A droppable plugin that supports drag drop operation.
- * calendar: A calendar plugin that can either be embedded within a page or popup.
- * datebox: Combines a textbox with a calendar that let users to select date.
- * easyloader: A JavaScript loader that allows you to load plugin and their dependencies into your page.
-
-Version 1.0.5
-* Bug
- * panel: The fit property of panel performs incorrectly. fixed.
-* Improvement
- * menu: Add a href attribute for menu item, with which user can display a different page in the current browser window.
- * form: Add a validate method to do validation for validatebox component.
- * dialog: The dialog can read collapsible,minimizable,maximizable and resizable attribute from markup.
-* New Plugins
- * validatebox: A validation plugin that checks to make sure the user's input value is valid.
-
-Version 1.0.4
--------------
-* Bug
- * panel: When panel is invisible, it is abnormal when resized. fixed.
- * panel: Memory leak in method 'destroy'. fixed.
- * messager: Memory leak when messager box is closed. fixed.
- * dialog: No onLoad event occurs when loading remote data. fixed.
-* Improvement
- * panel: Add method 'setTitle'.
- * window: Add method 'setTitle'.
- * dialog: Add method 'setTitle'.
- * combotree: Add method 'getValue'.
- * combobox: Add method 'getValue'.
- * form: The 'load' method can load data and fill combobox and combotree field correctly.
-
-Version 1.0.3
--------------
-* Bug
- * menu: When menu is show in a DIV container, it will be cropped. fixed.
- * layout: If you collpase a region panel and then expand it immediately, the region panel will not show normally. fixed.
- * accordion: If no panel selected then the first one will become selected and the first panel's body height will not set correctly. fixed.
-* Improvement
- * tree: Add some methods to support CRUD operation.
- * datagrid: Toolbar can accept a new property named 'disabled' to disable the specified tool button.
-* New Plugins
- * combobox: Combines a textbox with a list of options that users are able to choose from.
- * combotree: Combines combobox with drop-down tree component.
- * numberbox: Make input element can only enter number char.
- * dialog: rewrite the dialog plugin, dialog can contains toolbar and buttons.
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/accordion/_content.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/accordion/_content.html
deleted file mode 100644
index f7b8e2e..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/accordion/_content.html
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
- AJAX Content
-
-
- Here is the content loaded via AJAX.
-
- - easyui is a collection of user-interface plugin based on jQuery.
- - easyui provides essential functionality for building modern, interactive, javascript applications.
- - using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
- - complete framework for HTML5 web page.
- - easyui save your time and scales while developing your products.
- - easyui is very easy but powerful.
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/accordion/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/accordion/basic.html
deleted file mode 100644
index 36eece5..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/accordion/basic.html
+++ /dev/null
@@ -1 +0,0 @@
-
Basic Accordion - jQuery EasyUI Mobile Demo
- WLAN
- Memory
- Screen
- More...
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/accordion/header.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/accordion/header.html
deleted file mode 100644
index 6ea6250..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/accordion/header.html
+++ /dev/null
@@ -1 +0,0 @@
-
Custom Accordion Header - jQuery EasyUI Mobile Demo
- WLAN
- Memory
- Screen
- More...
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/animation/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/animation/basic.html
deleted file mode 100644
index 995b0f9..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/animation/basic.html
+++ /dev/null
@@ -1 +0,0 @@
-
Basic Animation - jQuery EasyUI Mobile Demo
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/animation/fade.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/animation/fade.html
deleted file mode 100644
index b85c784..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/animation/fade.html
+++ /dev/null
@@ -1 +0,0 @@
-
Fade Animation - jQuery EasyUI Mobile Demo
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/animation/pop.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/animation/pop.html
deleted file mode 100644
index 6bcebcc..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/animation/pop.html
+++ /dev/null
@@ -1 +0,0 @@
-
Pop Animation - jQuery EasyUI Mobile Demo
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/animation/slide.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/animation/slide.html
deleted file mode 100644
index 4528d68..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/animation/slide.html
+++ /dev/null
@@ -1 +0,0 @@
-
Slide Animation - jQuery EasyUI Mobile Demo
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/badge/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/badge/basic.html
deleted file mode 100644
index 6f9cdc6..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/badge/basic.html
+++ /dev/null
@@ -1 +0,0 @@
-
Basic Badge - jQuery EasyUI Mobile Demo
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/badge/button.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/badge/button.html
deleted file mode 100644
index db5d531..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/badge/button.html
+++ /dev/null
@@ -1 +0,0 @@
-
Button Badge - jQuery EasyUI Mobile Demo
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/badge/list.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/badge/list.html
deleted file mode 100644
index c06f18b..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/badge/list.html
+++ /dev/null
@@ -1 +0,0 @@
-
List Badge - jQuery EasyUI Mobile Demo
- Large
234
- Spotted Adult Female
215
- Venomless
12
- Rattleless
6
- Green Adult
- Tailless
- With tail
- Adult Female
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/badge/tabs.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/badge/tabs.html
deleted file mode 100644
index 51cd859..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/badge/tabs.html
+++ /dev/null
@@ -1 +0,0 @@
-
Tabs Badge - jQuery EasyUI Mobile Demo
A modem (modulator-demodulator) is a device that modulates an analog carrier signal to encode digital information, and also demodulates such a carrier signal to decode the transmitted information.
In computing, an image scanner—often abbreviated to just scanner—is a device that optically scans images, printed text, handwriting, or an object, and converts it to a digital image.
A personal digital assistant (PDA), also known as a palmtop computer, or personal data assistant, is a mobile device that functions as a personal information manager. PDAs are largely considered obsolete with the widespread adoption of smartphones.
A tablet computer, or simply tablet, is a one-piece mobile computer. Devices typically have a touchscreen, with finger or stylus gestures replacing the conventional computer mouse.
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/button/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/button/basic.html
deleted file mode 100644
index e500fbe..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/button/basic.html
+++ /dev/null
@@ -1 +0,0 @@
-
Basic LinkButton - jQuery EasyUI Mobile Demo
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/button/group.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/button/group.html
deleted file mode 100644
index 8bd165d..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/button/group.html
+++ /dev/null
@@ -1 +0,0 @@
-
Group LinkButton - jQuery EasyUI Mobile Demo
A modem (modulator-demodulator) is a device that modulates an analog carrier signal to encode digital information, and also demodulates such a carrier signal to decode the transmitted information.
In computing, an image scanner—often abbreviated to just scanner—is a device that optically scans images, printed text, handwriting, or an object, and converts it to a digital image.
A tablet computer, or simply tablet, is a one-piece mobile computer. Devices typically have a touchscreen, with finger or stylus gestures replacing the conventional computer mouse.
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/button/style.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/button/style.html
deleted file mode 100644
index 6662094..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/button/style.html
+++ /dev/null
@@ -1 +0,0 @@
-
Button Style - jQuery EasyUI Mobile Demo
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/button/switch.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/button/switch.html
deleted file mode 100644
index f2e128e..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/button/switch.html
+++ /dev/null
@@ -1 +0,0 @@
-
Switch Button - jQuery EasyUI Mobile Demo
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/datagrid/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/datagrid/basic.html
deleted file mode 100644
index d81c652..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/datagrid/basic.html
+++ /dev/null
@@ -1 +0,0 @@
-
Basic DataGrid - jQuery EasyUI Mobile Demo
Item ID |
Product |
List Price |
Unit Cost |
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/datagrid/rowediting.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/datagrid/rowediting.html
deleted file mode 100644
index b00faac..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/datagrid/rowediting.html
+++ /dev/null
@@ -1,104 +0,0 @@
-
-
-
-
-
- Row Editing DataGrid - jQuery EasyUI Mobile Demo
-
-
-
-
-
-
-
-
-
-
-
- Item ID |
- Product |
- List Price |
- Unit Cost |
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/datalist/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/datalist/basic.html
deleted file mode 100644
index 33f5e5b..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/datalist/basic.html
+++ /dev/null
@@ -1 +0,0 @@
-
Basic DataList - jQuery EasyUI Mobile Demo
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/datalist/group.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/datalist/group.html
deleted file mode 100644
index d9e6443..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/datalist/group.html
+++ /dev/null
@@ -1 +0,0 @@
-
Group DataList - jQuery EasyUI Mobile Demo
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/datalist/selection.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/datalist/selection.html
deleted file mode 100644
index 06b2623..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/datalist/selection.html
+++ /dev/null
@@ -1 +0,0 @@
-
DataList Selection - jQuery EasyUI Mobile Demo
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/dialog/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/dialog/basic.html
deleted file mode 100644
index 64a2aa5..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/dialog/basic.html
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
-
- Basic Dialog - jQuery EasyUI Mobile Demo
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/dialog/message.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/dialog/message.html
deleted file mode 100644
index ffaf1ef..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/dialog/message.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
- Message Dialog - jQuery EasyUI Mobile Demo
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
This is a message dialog.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/form/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/form/basic.html
deleted file mode 100644
index 6d747de..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/form/basic.html
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
- Basic Form - jQuery EasyUI Mobile Demo
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/images/login1.jpg b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/images/login1.jpg
deleted file mode 100644
index e9faa80..0000000
Binary files a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/images/login1.jpg and /dev/null differ
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/images/modem.png b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/images/modem.png
deleted file mode 100644
index be5a2eb..0000000
Binary files a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/images/modem.png and /dev/null differ
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/images/more.png b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/images/more.png
deleted file mode 100644
index 94922a2..0000000
Binary files a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/images/more.png and /dev/null differ
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/images/pda.png b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/images/pda.png
deleted file mode 100644
index 1458d9b..0000000
Binary files a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/images/pda.png and /dev/null differ
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/images/scanner.png b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/images/scanner.png
deleted file mode 100644
index 974635d..0000000
Binary files a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/images/scanner.png and /dev/null differ
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/images/tablet.png b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/images/tablet.png
deleted file mode 100644
index fa871f5..0000000
Binary files a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/images/tablet.png and /dev/null differ
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/input/numberspinner.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/input/numberspinner.html
deleted file mode 100644
index cf8201b..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/input/numberspinner.html
+++ /dev/null
@@ -1 +0,0 @@
-
NumberSpinner - jQuery EasyUI Mobile Demo
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/input/textbox.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/input/textbox.html
deleted file mode 100644
index a03bf1e..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/input/textbox.html
+++ /dev/null
@@ -1 +0,0 @@
-
TextBox - jQuery EasyUI Mobile Demo
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/layout/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/layout/basic.html
deleted file mode 100644
index 3f4c00d..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/layout/basic.html
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
-
- Basic Layout - jQuery EasyUI Mobile Demo
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/menu/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/menu/basic.html
deleted file mode 100644
index 1697ede..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/menu/basic.html
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-
- Basic Menu - jQuery EasyUI Mobile Demo
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/menu/menubar.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/menu/menubar.html
deleted file mode 100644
index 488963f..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/menu/menubar.html
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
-
- Menubar - jQuery EasyUI Mobile Demo
-
-
-
-
-
-
-
-
-
-
-
-
Help
-
Update
-
About
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/panel/_content.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/panel/_content.html
deleted file mode 100644
index f7b8e2e..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/panel/_content.html
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
- AJAX Content
-
-
- Here is the content loaded via AJAX.
-
- - easyui is a collection of user-interface plugin based on jQuery.
- - easyui provides essential functionality for building modern, interactive, javascript applications.
- - using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
- - complete framework for HTML5 web page.
- - easyui save your time and scales while developing your products.
- - easyui is very easy but powerful.
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/panel/ajax.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/panel/ajax.html
deleted file mode 100644
index e4b4f2d..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/panel/ajax.html
+++ /dev/null
@@ -1 +0,0 @@
-
Ajax Panel - jQuery EasyUI Mobile Demo
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/panel/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/panel/basic.html
deleted file mode 100644
index 407a2f3..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/panel/basic.html
+++ /dev/null
@@ -1 +0,0 @@
-
Basic Panel - jQuery EasyUI Mobile Demo
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/panel/nav.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/panel/nav.html
deleted file mode 100644
index 52ee902..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/panel/nav.html
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-
- Navigation Panel - jQuery EasyUI Mobile Demo
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/simplelist/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/simplelist/basic.html
deleted file mode 100644
index 906d942..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/simplelist/basic.html
+++ /dev/null
@@ -1 +0,0 @@
-
Simple List - jQuery EasyUI Mobile Demo
- Large
- Spotted Adult Female
- Venomless
- Rattleless
- Green Adult
- Tailless
- With tail
- Adult Female
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/simplelist/button.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/simplelist/button.html
deleted file mode 100644
index f326ba9..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/simplelist/button.html
+++ /dev/null
@@ -1 +0,0 @@
-
Button on List - jQuery EasyUI Mobile Demo
- HP Deskjet 1000 Printer
- Epson WorkForce 845
- Logitech Keyboard K120
- Nikon COOLPIX L26 16.1 MP
- SanDisk Sansa Clip Zip 4GB
- BLUE MP3 Metal Mini Clip Player
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/simplelist/group.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/simplelist/group.html
deleted file mode 100644
index e64c2e4..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/simplelist/group.html
+++ /dev/null
@@ -1 +0,0 @@
-
Group List - jQuery EasyUI Mobile Demo
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/simplelist/image.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/simplelist/image.html
deleted file mode 100644
index ddf79e5..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/simplelist/image.html
+++ /dev/null
@@ -1 +0,0 @@
-
List with Image - jQuery EasyUI Mobile Demo
-
modulates an analog carrier signal to encode digital information.
-
scans images, printed text, handwriting, or an object.
-
A personal digital assistant.
-
one-piece mobile computer.
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/simplelist/link.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/simplelist/link.html
deleted file mode 100644
index c630576..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/simplelist/link.html
+++ /dev/null
@@ -1 +0,0 @@
-
Link List - jQuery EasyUI Mobile Demo
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/tabs/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/tabs/basic.html
deleted file mode 100644
index 4654e12..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/tabs/basic.html
+++ /dev/null
@@ -1 +0,0 @@
-
Basic Tabs - jQuery EasyUI Mobile Demo
Java is a general-purpose, concurrent, class-based, object-oriented computer programming language that is specifically designed to have as few implementation dependencies as possible.
Java applications are typically compiled to bytecode (class file) that can run on any Java virtual machine (JVM) regardless of computer architecture.
Fortran (previously FORTRAN) is a general-purpose, imperative programming language that is especially suited to numeric computation and scientific computing. Originally developed by IBM at their campus in south San Jose, California[1] in the 1950s for scientific and engineering applications.
Perl is a family of high-level, general-purpose, interpreted, dynamic programming languages. The languages in this family include Perl 5 and Perl 6.
Though Perl is not officially an acronym, there are various backronyms in use, such as: Practical Extraction and Reporting Language. Perl was originally developed by Larry Wall in 1987 as a general-purpose Unix scripting language to make report processing easier. Since then, it has undergone many changes and revisions.
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/tabs/nav.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/tabs/nav.html
deleted file mode 100644
index 061218f..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/tabs/nav.html
+++ /dev/null
@@ -1 +0,0 @@
-
Navigation Tabs - jQuery EasyUI Mobile Demo
A modem (modulator-demodulator) is a device that modulates an analog carrier signal to encode digital information, and also demodulates such a carrier signal to decode the transmitted information.
In computing, an image scanner—often abbreviated to just scanner—is a device that optically scans images, printed text, handwriting, or an object, and converts it to a digital image.
A personal digital assistant (PDA), also known as a palmtop computer, or personal data assistant, is a mobile device that functions as a personal information manager. PDAs are largely considered obsolete with the widespread adoption of smartphones.
A tablet computer, or simply tablet, is a one-piece mobile computer. Devices typically have a touchscreen, with finger or stylus gestures replacing the conventional computer mouse.
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/tabs/pill.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/tabs/pill.html
deleted file mode 100644
index ead2863..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/tabs/pill.html
+++ /dev/null
@@ -1 +0,0 @@
-
Pill Tabs - jQuery EasyUI Mobile Demo
Java is a general-purpose, concurrent, class-based, object-oriented computer programming language that is specifically designed to have as few implementation dependencies as possible.
Java applications are typically compiled to bytecode (class file) that can run on any Java virtual machine (JVM) regardless of computer architecture.
Fortran (previously FORTRAN) is a general-purpose, imperative programming language that is especially suited to numeric computation and scientific computing. Originally developed by IBM at their campus in south San Jose, California[1] in the 1950s for scientific and engineering applications.
Perl is a family of high-level, general-purpose, interpreted, dynamic programming languages. The languages in this family include Perl 5 and Perl 6.
Though Perl is not officially an acronym, there are various backronyms in use, such as: Practical Extraction and Reporting Language. Perl was originally developed by Larry Wall in 1987 as a general-purpose Unix scripting language to make report processing easier. Since then, it has undergone many changes and revisions.
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/toolbar/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/toolbar/basic.html
deleted file mode 100644
index 34b7cd8..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/toolbar/basic.html
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
- Basic Toolbar - jQuery EasyUI Mobile Demo
-
-
-
-
-
-
-
-
-
-
-
- - Large
- - Spotted Adult Female
- - Venomless
- - Rattleless
- - Green Adult
- - Tailless
- - With tail
- - Adult Female
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/toolbar/button.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/toolbar/button.html
deleted file mode 100644
index 14366a6..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/toolbar/button.html
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
-
- Toolbar Button - jQuery EasyUI Mobile Demo
-
-
-
-
-
-
-
-
-
-
-
-
- - Large
- - Spotted Adult Female
- - Venomless
- - Rattleless
- - Green Adult
- - Tailless
- - With tail
- - Adult Female
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/toolbar/menu.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/toolbar/menu.html
deleted file mode 100644
index 6bd5631..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/toolbar/menu.html
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
-
- Menu on Toolbar - jQuery EasyUI Mobile Demo
-
-
-
-
-
-
-
-
-
-
-
-
- - Large
- - Spotted Adult Female
- - Venomless
- - Rattleless
- - Green Adult
- - Tailless
- - With tail
- - Adult Female
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/tree/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/tree/basic.html
deleted file mode 100644
index 7561c08..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/tree/basic.html
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
-
-
- Basic Tree - jQuery EasyUI Mobile Demo
-
-
-
-
-
-
-
-
-
-
-
- -
- My Documents
-
- -
- Photos
-
- -
- Friend
-
- -
- Wife
-
- -
- Company
-
-
-
- -
- Program Files
-
- - Intel
- - Java
- - Microsoft Office
- - Games
-
-
- - index.html
- - about.html
- - welcome.html
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/tree/dnd.html b/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/tree/dnd.html
deleted file mode 100644
index 91f9860..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo-mobile/tree/dnd.html
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
-
-
- Drag Drop Tree Nodes - jQuery EasyUI Mobile Demo
-
-
-
-
-
-
-
-
-
-
-
- -
- My Documents
-
- -
- Photos
-
- -
- Friend
-
- -
- Wife
-
- -
- Company
-
-
-
- -
- Program Files
-
- - Intel
- - Java
- - Microsoft Office
- - Games
-
-
- - index.html
- - about.html
- - welcome.html
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/_content.html b/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/_content.html
deleted file mode 100644
index f7b8e2e..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/_content.html
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
- AJAX Content
-
-
- Here is the content loaded via AJAX.
-
- - easyui is a collection of user-interface plugin based on jQuery.
- - easyui provides essential functionality for building modern, interactive, javascript applications.
- - using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
- - complete framework for HTML5 web page.
- - easyui save your time and scales while developing your products.
- - easyui is very easy but powerful.
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/actions.html b/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/actions.html
deleted file mode 100644
index 28935d7..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/actions.html
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
- Accordion Actions - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Accordion Actions
- Click the buttons below to add or remove accordion items.
-
-
-
-
Accordion for jQuery
-
Accordion is a part of easyui framework for jQuery. It lets you define your accordion component on web page more easily.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/ajax.html b/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/ajax.html
deleted file mode 100644
index 87c1a01..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/ajax.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
- Loading Accordion Content with AJAX - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Loading Accordion Content with AJAX
- Click AJAX panel header to load content via AJAX.
-
-
-
-
Accordion for jQuery
-
Accordion is a part of easyui framework for jQuery. It lets you define your accordion component on web page more easily.
-
-
-
The accordion allows you to provide multiple panels and display one or more at a time. Each panel has built-in support for expanding and collapsing. Clicking on a panel header to expand or collapse that panel body. The panel content can be loaded via ajax by specifying a 'href' property. Users can define a panel to be selected. If it is not specified, then the first panel is taken by default.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/basic.html
deleted file mode 100644
index 37eba32..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/basic.html
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
- Basic Accordion - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic Accordion
- Click on panel header to show its content.
-
-
-
-
Accordion for jQuery
-
Accordion is a part of easyui framework for jQuery. It lets you define your accordion component on web page more easily.
-
-
-
The accordion allows you to provide multiple panels and display one or more at a time. Each panel has built-in support for expanding and collapsing. Clicking on a panel header to expand or collapse that panel body. The panel content can be loaded via ajax by specifying a 'href' property. Users can define a panel to be selected. If it is not specified, then the first panel is taken by default.
-
-
-
- -
- Foods
-
- -
- Fruits
-
-
- -
- Vegetables
-
- - tomato
- - carrot
- - cabbage
- - potato
- - lettuce
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/datagrid_data1.json b/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/datagrid_data1.json
deleted file mode 100644
index e9a5be2..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/datagrid_data1.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{"total":28,"rows":[
- {"productid":"FI-SW-01","productname":"Koi","unitcost":10.00,"status":"P","listprice":36.50,"attr1":"Large","itemid":"EST-1"},
- {"productid":"K9-DL-01","productname":"Dalmation","unitcost":12.00,"status":"P","listprice":18.50,"attr1":"Spotted Adult Female","itemid":"EST-10"},
- {"productid":"RP-SN-01","productname":"Rattlesnake","unitcost":12.00,"status":"P","listprice":38.50,"attr1":"Venomless","itemid":"EST-11"},
- {"productid":"RP-SN-01","productname":"Rattlesnake","unitcost":12.00,"status":"P","listprice":26.50,"attr1":"Rattleless","itemid":"EST-12"},
- {"productid":"RP-LI-02","productname":"Iguana","unitcost":12.00,"status":"P","listprice":35.50,"attr1":"Green Adult","itemid":"EST-13"},
- {"productid":"FL-DSH-01","productname":"Manx","unitcost":12.00,"status":"P","listprice":158.50,"attr1":"Tailless","itemid":"EST-14"},
- {"productid":"FL-DSH-01","productname":"Manx","unitcost":12.00,"status":"P","listprice":83.50,"attr1":"With tail","itemid":"EST-15"},
- {"productid":"FL-DLH-02","productname":"Persian","unitcost":12.00,"status":"P","listprice":23.50,"attr1":"Adult Female","itemid":"EST-16"},
- {"productid":"FL-DLH-02","productname":"Persian","unitcost":12.00,"status":"P","listprice":89.50,"attr1":"Adult Male","itemid":"EST-17"},
- {"productid":"AV-CB-01","productname":"Amazon Parrot","unitcost":92.00,"status":"P","listprice":63.50,"attr1":"Adult Male","itemid":"EST-18"}
-]}
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/expandable.html b/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/expandable.html
deleted file mode 100644
index 74bc036..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/expandable.html
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
- Keep Expandable Panel in Accordion - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Keep Expandable Panel in Accordion
- Keep a expandable panel and prevent it from collapsing.
-
-
-
-
-
-
-
Accordion for jQuery
-
Accordion is a part of easyui framework for jQuery. It lets you define your accordion component on web page more easily.
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/fluid.html b/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/fluid.html
deleted file mode 100644
index aaeb994..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/fluid.html
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
- Fluid Accordion - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Fluid Accordion
- This example shows how to set the width of accordion to a percentage of its parent container.
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/horizontal.html b/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/horizontal.html
deleted file mode 100644
index 23c795a..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/horizontal.html
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
- Horizontal Accordion - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Horizontal Accordion
- You can easily set the 'halign' property to create a horizontal accordion.
-
-
-
-
Accordion for jQuery
-
Accordion is a part of easyui framework for jQuery. It lets you define your accordion component on web page more easily.
-
-
-
The accordion allows you to provide multiple panels and display one or more at a time. Each panel has built-in support for expanding and collapsing. Clicking on a panel header to expand or collapse that panel body. The panel content can be loaded via ajax by specifying a 'href' property. Users can define a panel to be selected. If it is not specified, then the first panel is taken by default.
-
-
-
- -
- Foods
-
- -
- Fruits
-
-
- -
- Vegetables
-
- - tomato
- - carrot
- - cabbage
- - potato
- - lettuce
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/multiple.html b/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/multiple.html
deleted file mode 100644
index 8477bc0..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/multiple.html
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
- Multiple Accordion Panels - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Multiple Accordion Panels
- Enable 'multiple' mode to expand multiple panels at one time.
-
-
-
-
A programming language is a formal language designed to communicate instructions to a machine, particularly a computer. Programming languages can be used to create programs that control the behavior of a machine and/or to express algorithms precisely.
-
-
-
Java (Indonesian: Jawa) is an island of Indonesia. With a population of 135 million (excluding the 3.6 million on the island of Madura which is administered as part of the provinces of Java), Java is the world's most populous island, and one of the most densely populated places in the world.
-
-
-
C# is a multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines.
-
-
-
A dynamic, reflective, general-purpose object-oriented programming language.
-
-
-
Fortran (previously FORTRAN) is a general-purpose, imperative programming language that is especially suited to numeric computation and scientific computing.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/tools.html b/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/tools.html
deleted file mode 100644
index 6351a91..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/accordion/tools.html
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-
-
- Accordion Tools - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Accordion Tools
- Click the tools on top right of panel to perform actions.
-
-
-
-
Accordion for jQuery
-
Accordion is a part of easyui framework for jQuery. It lets you define your accordion component on web page more easily.
-
-
-
The accordion allows you to provide multiple panels and display one ore more at a time. Each panel has built-in support for expanding and collapsing. Clicking on a panel header to expand or collapse that panel body. The panel content can be loaded via ajax by specifying a 'href' property. Users can define a panel to be selected. If it is not specified, then the first panel is taken by default.
-
-
-
-
-
- Item ID |
- Product ID |
- List Price |
- Unit Cost |
- Attribute |
- Status |
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/calendar/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/calendar/basic.html
deleted file mode 100644
index 9d0d672..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/calendar/basic.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
- Basic Calendar - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic Calendar
- Click to select date.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/calendar/custom.html b/src/UWE_projectCode/前后端信息交互引用库/demo/calendar/custom.html
deleted file mode 100644
index 7c570e6..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/calendar/custom.html
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
- Custom Calendar - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Custom Calendar
- This example shows how to custom the calendar date by using 'formatter' function.
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/calendar/disabledate.html b/src/UWE_projectCode/前后端信息交互引用库/demo/calendar/disabledate.html
deleted file mode 100644
index 0b1edeb..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/calendar/disabledate.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
- Disable Calendar Date - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Disable Calendar Date
- This example shows how to disable specified dates, only allows the user to select Mondays.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/calendar/firstday.html b/src/UWE_projectCode/前后端信息交互引用库/demo/calendar/firstday.html
deleted file mode 100644
index dd414c5..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/calendar/firstday.html
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
- First Day of Week - jQuery EasyUI Demo
-
-
-
-
-
-
-
- First Day of Week
- Choose the first day of the week.
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/calendar/fluid.html b/src/UWE_projectCode/前后端信息交互引用库/demo/calendar/fluid.html
deleted file mode 100644
index 3ca0fae..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/calendar/fluid.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
- Fluid Calendar - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Fluid Calendar
- This example shows how to set the width of calendar to a percentage of its parent container.
-
-
-
width: 50%, height: 250px
-
-
width: 30%, height: 40%
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/calendar/weeknumber.html b/src/UWE_projectCode/前后端信息交互引用库/demo/calendar/weeknumber.html
deleted file mode 100644
index 3330b61..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/calendar/weeknumber.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
- Week Number on Calendar - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Week Number on Calendar
- This example shows how to display the week number on calendar.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/checkbox/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/checkbox/basic.html
deleted file mode 100644
index 62eff8b..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/checkbox/basic.html
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
- Basic CheckBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic CheckBox
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/checkgroup/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/checkgroup/basic.html
deleted file mode 100644
index 2202ff0..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/checkgroup/basic.html
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
- Basic CheckGroup - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic CheckGroup
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combo/animation.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combo/animation.html
deleted file mode 100644
index 9c0aacf..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combo/animation.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Combo Animation - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Combo Animation
- Change the animation type when open & close the drop-down panel.
-
- Animation Type:
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combo/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combo/basic.html
deleted file mode 100644
index 5843258..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combo/basic.html
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-
-
- Basic Combo - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic Combo
- Click the right arrow button to show drop down panel that can be filled with any content.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/actions.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/actions.html
deleted file mode 100644
index 12d74d2..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/actions.html
+++ /dev/null
@@ -1,88 +0,0 @@
-
-
-
-
- ComboBox Actions - jQuery EasyUI Demo
-
-
-
-
-
-
-
- ComboBox
- Click the buttons below to perform actions.
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/basic.html
deleted file mode 100644
index 39cd934..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/basic.html
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
- Basic ComboBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic ComboBox
- Type in ComboBox to try auto complete.
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/combobox_data1.json b/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/combobox_data1.json
deleted file mode 100644
index 8bfba76..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/combobox_data1.json
+++ /dev/null
@@ -1,22 +0,0 @@
-[{
- "id":1,
- "text":"Java",
- "desc":"Write once, run anywhere"
-},{
- "id":2,
- "text":"C#",
- "desc":"One of the programming languages designed for the Common Language Infrastructure"
-},{
- "id":3,
- "text":"Ruby",
- "selected":true,
- "desc":"A dynamic, reflective, general-purpose object-oriented programming language"
-},{
- "id":4,
- "text":"Perl",
- "desc":"A high-level, general-purpose, interpreted, dynamic programming language"
-},{
- "id":5,
- "text":"Basic",
- "desc":"A family of general-purpose, high-level programming languages"
-}]
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/combobox_data2.json b/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/combobox_data2.json
deleted file mode 100644
index fcaca4f..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/combobox_data2.json
+++ /dev/null
@@ -1,47 +0,0 @@
-[{
- "value":"f20",
- "text":"Firefox 2.0 or higher",
- "group":"Firefox"
-},{
- "value":"f15",
- "text":"Firefox 1.5.x",
- "group":"Firefox"
-},{
- "value":"f10",
- "text":"Firefox 1.0.x",
- "group":"Firefox"
-},{
- "value":"ie7",
- "text":"Microsoft Internet Explorer 7.0 or higher",
- "group":"Microsoft Internet Explorer"
-},{
- "value":"ie6",
- "text":"Microsoft Internet Explorer 6.x",
- "group":"Microsoft Internet Explorer"
-},{
- "value":"ie5",
- "text":"Microsoft Internet Explorer 5.x",
- "group":"Microsoft Internet Explorer"
-},{
- "value":"ie4",
- "text":"Microsoft Internet Explorer 4.x",
- "group":"Microsoft Internet Explorer"
-},{
- "value":"op9",
- "text":"Opera 9.0 or higher",
- "group":"Opera"
-},{
- "value":"op8",
- "text":"Opera 8.x",
- "group":"Opera"
-},{
- "value":"op7",
- "text":"Opera 7.x",
- "group":"Opera"
-},{
- "value":"Safari",
- "text":"Safari"
-},{
- "value":"Other",
- "text":"Other"
-}]
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/customformat.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/customformat.html
deleted file mode 100644
index ccecf67..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/customformat.html
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
- Custom Format in ComboBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Custom Format in ComboBox
- This sample shows how to custom the format of list item.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/dynamicdata.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/dynamicdata.html
deleted file mode 100644
index c7c8b18..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/dynamicdata.html
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
- Load Dynamic ComboBox Data - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Load Dynamic ComboBox Data
- Click the button below to load data.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/fluid.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/fluid.html
deleted file mode 100644
index d72d25d..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/fluid.html
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
- Fluid ComboBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Fluid ComboBox
- This example shows how to set the width of combobox to a percentage of its parent container.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/group.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/group.html
deleted file mode 100644
index 4ee5e91..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/group.html
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
- Group ComboBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Group ComboBox
- This example shows how to display combobox items in groups.
-
-
- Sticky Group
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/icons.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/icons.html
deleted file mode 100644
index 04629c8..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/icons.html
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
- ComboBox with Extra Icons- jQuery EasyUI Demo
-
-
-
-
-
-
-
- ComboBox with Extra Icons
- The user can attach extra icons to the ComboBox.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/itemicon.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/itemicon.html
deleted file mode 100644
index 6a81819..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/itemicon.html
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
- Show Item Icon in ComboBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Show Item Icon in ComboBox
- This example shows how to display item icon in ComboBox.
-
-
-
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/multiline.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/multiline.html
deleted file mode 100644
index eaa4d06..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/multiline.html
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
- Multiline ComboBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Multiline ComboBox
- This example shows how to create a multiline ComboBox.
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/multiple.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/multiple.html
deleted file mode 100644
index d735237..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/multiple.html
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
- Multiple Select - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Load Dynamic ComboBox Data
- Drop down the panel and select multiple items.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/navigation.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/navigation.html
deleted file mode 100644
index f995c34..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/navigation.html
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
-
-
- Navigate ComboBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Navigate ComboBox
- Navigate through combobox items width keyboard to select an item.
-
-
- SelectOnNavigation
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/remotedata.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/remotedata.html
deleted file mode 100644
index 8fa7eff..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/remotedata.html
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
- Binding to Remote Data - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Binding to Remote Data
- The ComboBox is bound to a remote data.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/remotejsonp.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/remotejsonp.html
deleted file mode 100644
index d416d88..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combobox/remotejsonp.html
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
- Remote JSONP - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Remote JSONP
- This sample shows how to use JSONP to retrieve data from a remote site.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combogrid/actions.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combogrid/actions.html
deleted file mode 100644
index af3b22b..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combogrid/actions.html
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
- ComboGrid Actions - jQuery EasyUI Demo
-
-
-
-
-
-
-
- ComboGrid Actions
- Click the buttons below to perform actions.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combogrid/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combogrid/basic.html
deleted file mode 100644
index f54726c..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combogrid/basic.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Basic ComboGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic ComboGrid
- Click the right arrow button to show the DataGrid.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combogrid/datagrid_data1.json b/src/UWE_projectCode/前后端信息交互引用库/demo/combogrid/datagrid_data1.json
deleted file mode 100644
index 3a62a71..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combogrid/datagrid_data1.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{"total":28,"rows":[
- {"productid":"FI-SW-01","productname":"Koi","unitcost":10.00,"status":"P","listprice":36.50,"attr1":"Large","itemid":"EST-1"},
- {"productid":"K9-DL-01","productname":"Dalmation","unitcost":12.00,"status":"P","listprice":18.50,"attr1":"Spotted Adult Female","itemid":"EST-10"},
- {"productid":"RP-SN-01","productname":"Rattlesnake","unitcost":12.00,"status":"P","listprice":38.50,"attr1":"Venomless","itemid":"EST-11"},
- {"productid":"RP-SN-01","productname":"Rattlesnake","unitcost":12.00,"status":"P","listprice":26.50,"attr1":"Rattleless","itemid":"EST-12"},
- {"selected":true,"productid":"RP-LI-02","productname":"Iguana","unitcost":12.00,"status":"P","listprice":35.50,"attr1":"Green Adult","itemid":"EST-13"},
- {"productid":"FL-DSH-01","productname":"Manx","unitcost":12.00,"status":"P","listprice":158.50,"attr1":"Tailless","itemid":"EST-14"},
- {"productid":"FL-DSH-01","productname":"Manx","unitcost":12.00,"status":"P","listprice":83.50,"attr1":"With tail","itemid":"EST-15"},
- {"productid":"FL-DLH-02","productname":"Persian","unitcost":12.00,"status":"P","listprice":23.50,"attr1":"Adult Female","itemid":"EST-16"},
- {"productid":"FL-DLH-02","productname":"Persian","unitcost":12.00,"status":"P","listprice":89.50,"attr1":"Adult Male","itemid":"EST-17"},
- {"productid":"AV-CB-01","productname":"Amazon Parrot","unitcost":92.00,"status":"P","listprice":63.50,"attr1":"Adult Male","itemid":"EST-18"}
-]}
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combogrid/fluid.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combogrid/fluid.html
deleted file mode 100644
index 02de027..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combogrid/fluid.html
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
- Fluid ComboGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Fluid ComboGrid
- This example shows how to set the width of ComboGrid to a percentage of its parent container.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combogrid/initvalue.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combogrid/initvalue.html
deleted file mode 100644
index bab3053..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combogrid/initvalue.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Initialize Value for ComboGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Initialize Value for ComboGrid
- Initialize value when ComboGrid is created.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combogrid/multiple.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combogrid/multiple.html
deleted file mode 100644
index bf6e9e0..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combogrid/multiple.html
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
- Multiple ComboGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Multiple ComboGrid
- Click the right arrow button to show the DataGrid and select items.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combogrid/navigation.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combogrid/navigation.html
deleted file mode 100644
index 331b4d7..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combogrid/navigation.html
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
- Navigate ComboGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Navigate ComboGrid
- Navigate through grid items with keyboard to select an item.
-
-
- SelectOnNavigation
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combogrid/setvalue.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combogrid/setvalue.html
deleted file mode 100644
index 254acf4..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combogrid/setvalue.html
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
-
-
- Set Value for ComboGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Set Value for ComboGrid
- Click the buttons below to perform actions.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combotree/actions.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combotree/actions.html
deleted file mode 100644
index d7b853d..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combotree/actions.html
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
- ComboTree Actions - jQuery EasyUI Demo
-
-
-
-
-
-
-
- ComboTree Actions
- Click the buttons below to perform actions
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combotree/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combotree/basic.html
deleted file mode 100644
index 2213f12..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combotree/basic.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- Basic ComboTree - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic ComboTree
- Click the right arrow button to show the tree panel.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combotree/fluid.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combotree/fluid.html
deleted file mode 100644
index 7fe885a..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combotree/fluid.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
- Fluid ComboTree - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Fluid ComboTree
- This example shows how to set the width of ComboTree to a percentage of its parent container.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combotree/initvalue.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combotree/initvalue.html
deleted file mode 100644
index 15e4cc5..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combotree/initvalue.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- Initialize Value for ComboTree - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Initialize Value for ComboTree
- Initialize Value when ComboTree is created.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combotree/multiple.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combotree/multiple.html
deleted file mode 100644
index e429063..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combotree/multiple.html
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
- Multiple ComboTree - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Multiple ComboTree
- Click the right arrow button to show the tree panel and select multiple nodes.
-
- Cascade Check:
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combotree/test.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combotree/test.html
deleted file mode 100644
index f9c4f00..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combotree/test.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
- Basic ComboTree - jQuery EasyUI Demo
-
-
-
-
-
-
-
-
-
-
-
- Basic ComboTree
- Click the right arrow button to show the tree panel.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combotree/tree_data1.json b/src/UWE_projectCode/前后端信息交互引用库/demo/combotree/tree_data1.json
deleted file mode 100644
index 83fb0d6..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combotree/tree_data1.json
+++ /dev/null
@@ -1,49 +0,0 @@
-[{
- "id":1,
- "text":"My Documents",
- "children":[{
- "id":11,
- "text":"Photos",
- "state":"closed",
- "children":[{
- "id":111,
- "text":"Friend"
- },{
- "id":112,
- "text":"Wife"
- },{
- "id":113,
- "text":"Company"
- }]
- },{
- "id":12,
- "text":"Program Files",
- "children":[{
- "id":121,
- "text":"Intel"
- },{
- "id":122,
- "text":"Java",
- "attributes":{
- "p1":"Custom Attribute1",
- "p2":"Custom Attribute2"
- }
- },{
- "id":123,
- "text":"Microsoft Office"
- },{
- "id":124,
- "text":"Games",
- "checked":true
- }]
- },{
- "id":13,
- "text":"index.html"
- },{
- "id":14,
- "text":"about.html"
- },{
- "id":15,
- "text":"welcome.html"
- }]
-}]
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combotreegrid/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combotreegrid/basic.html
deleted file mode 100644
index ed3c755..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combotreegrid/basic.html
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
- Basic ComboTreeGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic ComboTreeGrid
- Click the right arrow button to show the TreeGrid.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combotreegrid/multiple.html b/src/UWE_projectCode/前后端信息交互引用库/demo/combotreegrid/multiple.html
deleted file mode 100644
index 2f34f7c..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combotreegrid/multiple.html
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
- Multiple ComboTreeGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Multiple ComboTreeGrid
- Click the right arrow button to show the TreeGrid and select items.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/combotreegrid/treegrid_data1.json b/src/UWE_projectCode/前后端信息交互引用库/demo/combotreegrid/treegrid_data1.json
deleted file mode 100644
index 0313d46..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/combotreegrid/treegrid_data1.json
+++ /dev/null
@@ -1,73 +0,0 @@
-[{
- "id":1,
- "name":"C",
- "size":"",
- "date":"02/19/2010",
- "children":[{
- "id":2,
- "name":"Program Files",
- "size":"120 MB",
- "date":"03/20/2010",
- "children":[{
- "id":21,
- "name":"Java",
- "size":"",
- "date":"01/13/2010",
- "state":"closed",
- "children":[{
- "id":211,
- "name":"java.exe",
- "size":"142 KB",
- "date":"01/13/2010"
- },{
- "id":212,
- "name":"jawt.dll",
- "size":"5 KB",
- "date":"01/13/2010"
- }]
- },{
- "id":22,
- "name":"MySQL",
- "size":"",
- "date":"01/13/2010",
- "state":"closed",
- "children":[{
- "id":221,
- "name":"my.ini",
- "size":"10 KB",
- "date":"02/26/2009"
- },{
- "id":222,
- "name":"my-huge.ini",
- "size":"5 KB",
- "date":"02/26/2009"
- },{
- "id":223,
- "name":"my-large.ini",
- "size":"5 KB",
- "date":"02/26/2009"
- }]
- }]
- },{
- "id":3,
- "name":"eclipse",
- "size":"",
- "date":"01/20/2010",
- "children":[{
- "id":31,
- "name":"eclipse.exe",
- "size":"56 KB",
- "date":"05/19/2009"
- },{
- "id":32,
- "name":"eclipse.ini",
- "size":"1 KB",
- "date":"04/20/2010"
- },{
- "id":33,
- "name":"notice.html",
- "size":"7 KB",
- "date":"03/17/2005"
- }]
- }]
-}]
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/aligncolumns.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/aligncolumns.html
deleted file mode 100644
index cc86de6..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/aligncolumns.html
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
- Aligning Columns in DataGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Aligning Columns in DataGrid
- Use align and halign properties to set the alignment of the columns and their header.
-
-
-
-
-
- Item ID |
- Product |
- List Price |
- Unit Cost |
- Attribute |
- Status |
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/basic.html
deleted file mode 100644
index 8dcc2f3..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/basic.html
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
- Basic DataGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic DataGrid
- The DataGrid is created from markup, no JavaScript code needed.
-
-
-
-
-
- Item ID |
- Product |
- List Price |
- Unit Cost |
- Attribute |
- Status |
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/cacheeditor.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/cacheeditor.html
deleted file mode 100644
index 66aee2f..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/cacheeditor.html
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
- Cache Editor for DataGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Cache Editor for DataGrid
- This example shows how to cache the editors for datagrid to improve the editing speed.
-
-
-
-
-
- Item ID |
- Product |
- List Price |
- Unit Cost |
- Attribute |
- Status |
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/cellediting.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/cellediting.html
deleted file mode 100644
index c06ec57..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/cellediting.html
+++ /dev/null
@@ -1,94 +0,0 @@
-
-
-
-
- Cell Editing in DataGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Cell Editing in DataGrid
- Click a cell to start editing.
-
-
-
-
-
- Item ID |
- Product |
- List Price |
- Unit Cost |
- Attribute |
- Status |
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/cellstyle.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/cellstyle.html
deleted file mode 100644
index 3140fa3..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/cellstyle.html
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
- DataGrid Cell Style - jQuery EasyUI Demo
-
-
-
-
-
-
-
- DataGrid Cell Style
- The cells which listprice value is less than 30 are highlighted.
-
-
-
-
- Item ID |
- Product |
- List Price |
- Unit Cost |
- Attribute |
- Status |
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/checkbox.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/checkbox.html
deleted file mode 100644
index 3ea251d..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/checkbox.html
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
- CheckBox Selection on DataGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- CheckBox Selection on DataGrid
- Click the checkbox on header to select or unselect all selections.
-
-
-
-
-
- |
- Item ID |
- Product |
- List Price |
- Unit Cost |
- Attribute |
- Status |
-
-
-
-
- Selection Mode:
-
- SelectOnCheck:
- CheckOnSelect:
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/clientpagination.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/clientpagination.html
deleted file mode 100644
index 7b63b78..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/clientpagination.html
+++ /dev/null
@@ -1,160 +0,0 @@
-
-
-
-
- Client Side Pagination in DataGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Client Side Pagination in DataGrid
- This sample shows how to implement client side pagination in DataGrid.
-
-
-
-
-
- Inv No |
- Date |
- Name |
- Amount |
- Price |
- Cost |
- Note |
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/columngroup.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/columngroup.html
deleted file mode 100644
index af8f0f9..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/columngroup.html
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
- Column Group - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Column Group
- The header cells can be merged. Useful to group columns under a category.
-
-
-
-
- Item ID |
- Product |
- Item Details |
-
-
- List Price |
- Unit Cost |
- Attribute |
- Status |
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/complextoolbar.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/complextoolbar.html
deleted file mode 100644
index 2ee44a5..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/complextoolbar.html
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
-
- DataGrid Complex Toolbar - jQuery EasyUI Demo
-
-
-
-
-
-
-
- DataGrid Complex Toolbar
- The DataGrid toolbar can be defined from a <div> markup, so you can define the layout of toolbar easily.
-
-
-
-
- Item ID |
- Product |
- List Price |
- Unit Cost |
- Attribute |
- Status |
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/contextmenu.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/contextmenu.html
deleted file mode 100644
index 51539ce..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/contextmenu.html
+++ /dev/null
@@ -1,89 +0,0 @@
-
-
-
-
- Context Menu on DataGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Context Menu on DataGrid
- Right click on the header of DataGrid to display context menu.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/custompager.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/custompager.html
deleted file mode 100644
index baa66a4..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/custompager.html
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
-
-
- Custom DataGrid Pager - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Custom DataGrid Pager
- You can append some buttons to the standard datagrid pager bar.
-
-
-
-
- Item ID |
- Product |
- List Price |
- Unit Cost |
- Attribute |
- Status |
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/datagrid_data1.json b/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/datagrid_data1.json
deleted file mode 100644
index 07bf7cb..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/datagrid_data1.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{"total":28,"rows":[
- {"productid":"FI-SW-01","productname":"Koi","unitcost":"10.00","status":"P","listprice":"36.50","attr1":"Large","itemid":"EST-1"},
- {"productid":"K9-DL-01","productname":"Dalmation","unitcost":"12.00","status":"P","listprice":"18.50","attr1":"Spotted Adult Female","itemid":"EST-10"},
- {"productid":"RP-SN-01","productname":"Rattlesnake","unitcost":"12.00","status":"P","listprice":"38.50","attr1":"Venomless","itemid":"EST-11"},
- {"productid":"RP-SN-01","productname":"Rattlesnake","unitcost":"12.00","status":"P","listprice":"26.50","attr1":"Rattleless","itemid":"EST-12"},
- {"productid":"RP-LI-02","productname":"Iguana","unitcost":"12.00","status":"P","listprice":"35.50","attr1":"Green Adult","itemid":"EST-13"},
- {"productid":"FL-DSH-01","productname":"Manx","unitcost":"12.00","status":"P","listprice":"158.50","attr1":"Tailless","itemid":"EST-14"},
- {"productid":"FL-DSH-01","productname":"Manx","unitcost":"12.00","status":"P","listprice":"83.50","attr1":"With tail","itemid":"EST-15"},
- {"productid":"FL-DLH-02","productname":"Persian","unitcost":"12.00","status":"P","listprice":"23.50","attr1":"Adult Female","itemid":"EST-16"},
- {"productid":"FL-DLH-02","productname":"Persian","unitcost":"12.00","status":"P","listprice":"89.50","attr1":"Adult Male","itemid":"EST-17"},
- {"productid":"AV-CB-01","productname":"Amazon Parrot","unitcost":"92.00","status":"P","listprice":"63.50","attr1":"Adult Male","itemid":"EST-18"}
-]}
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/datagrid_data2.json b/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/datagrid_data2.json
deleted file mode 100644
index 4a27e14..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/datagrid_data2.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{"total":28,"rows":[
- {"productid":"FI-SW-01","unitcost":10.00,"status":"P","listprice":36.50,"attr1":"Large","itemid":"EST-1"},
- {"productid":"K9-DL-01","unitcost":12.00,"status":"P","listprice":18.50,"attr1":"Spotted Adult Female","itemid":"EST-10"},
- {"productid":"RP-SN-01","unitcost":12.00,"status":"P","listprice":28.50,"attr1":"Venomless","itemid":"EST-11"},
- {"productid":"RP-SN-01","unitcost":12.00,"status":"P","listprice":26.50,"attr1":"Rattleless","itemid":"EST-12"},
- {"productid":"RP-LI-02","unitcost":12.00,"status":"P","listprice":35.50,"attr1":"Green Adult","itemid":"EST-13"},
- {"productid":"FL-DSH-01","unitcost":12.00,"status":"P","listprice":158.50,"attr1":"Tailless","itemid":"EST-14"},
- {"productid":"FL-DSH-01","unitcost":12.00,"status":"P","listprice":83.50,"attr1":"With tail","itemid":"EST-15"},
- {"productid":"FL-DLH-02","unitcost":12.00,"status":"P","listprice":63.50,"attr1":"Adult Female","itemid":"EST-16"},
- {"productid":"FL-DLH-02","unitcost":12.00,"status":"P","listprice":89.50,"attr1":"Adult Male","itemid":"EST-17"},
- {"productid":"AV-CB-01","unitcost":92.00,"status":"P","listprice":63.50,"attr1":"Adult Male","itemid":"EST-18"}
-],"footer":[
- {"unitcost":19.80,"listprice":60.40,"productid":"Average:"},
- {"unitcost":198.00,"listprice":604.00,"productid":"Total:"}
-]}
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/fluid.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/fluid.html
deleted file mode 100644
index b67e9ca..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/fluid.html
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
- Fluid DataGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Fluid DataGrid
- This example shows how to assign percentage width to a column in DataGrid.
-
-
-
-
-
- Item ID(15%) |
- Product(15%) |
- List Price(15%) |
- Unit Cost(15%) |
- Attribute(25%) |
- Status(15%) |
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/footer.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/footer.html
deleted file mode 100644
index 53a3fbd..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/footer.html
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
- Footer Rows in DataGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Footer Rows in DataGrid
- The summary informations can be displayed in footer rows.
-
-
-
-
- Item ID |
- Product ID |
- List Price |
- Unit Cost |
- Attribute |
- Status |
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/formatcolumns.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/formatcolumns.html
deleted file mode 100644
index c2b0076..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/formatcolumns.html
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
- Format DataGrid Columns - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Format DataGrid Columns
- The list price value will show red color when less than 30.
-
-
-
-
- Item ID |
- Product |
- List Price |
- Unit Cost |
- Attribute |
- Status |
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/frozencolumns.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/frozencolumns.html
deleted file mode 100644
index 2bc21b1..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/frozencolumns.html
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
- Frozen Columns in DataGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Frozen Columns in DataGrid
- You can freeze some columns that can't scroll out of view.
-
-
-
-
- Item ID |
- Product |
-
-
-
-
- List Price |
- Unit Cost |
- Attribute |
- Status |
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/frozenrows.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/frozenrows.html
deleted file mode 100644
index 72310dd..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/frozenrows.html
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
- Frozen Rows in DataGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Frozen Rows in DataGrid
- This sample shows how to freeze some rows that will always be displayed at the top when the datagrid is scrolled down.
-
-
-
-
- Item ID |
- Product |
-
-
-
-
- List Price |
- Unit Cost |
- Attribute |
- Status |
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/mergecells.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/mergecells.html
deleted file mode 100644
index a50f934..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/mergecells.html
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-
-
- Merge Cells for DataGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Merge Cells for DataGrid
- Cells in DataGrid body can be merged.
-
-
-
-
- Product |
- Item ID |
- List Price |
- Unit Cost |
- Attribute |
- Status |
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/multisorting.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/multisorting.html
deleted file mode 100644
index f41092a..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/multisorting.html
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
- Multiple Sorting - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Multiple Sorting
- Set 'multiSort' property to true to enable multiple column sorting.
-
-
-
-
-
- Item ID |
- Product |
- List Price |
- Unit Cost |
- Attribute |
- Status |
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/products.json b/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/products.json
deleted file mode 100644
index 2c512bc..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/products.json
+++ /dev/null
@@ -1,9 +0,0 @@
-[
-{"productid":"FI-SW-01","productname":"Koi"},
-{"productid":"K9-DL-01","productname":"Dalmation"},
-{"productid":"RP-SN-01","productname":"Rattlesnake"},
-{"productid":"RP-LI-02","productname":"Iguana"},
-{"productid":"FL-DSH-01","productname":"Manx"},
-{"productid":"FL-DLH-02","productname":"Persian"},
-{"productid":"AV-CB-01","productname":"Amazon Parrot"}
-]
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/rowborder.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/rowborder.html
deleted file mode 100644
index 24a18b7..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/rowborder.html
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
- Row Border in DataGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Row Border in DataGrid
- This sample shows how to change the row border style of datagrid.
-
- Border:
-
- Striped:
-
-
-
-
-
- Item ID |
- Product |
- List Price |
- Unit Cost |
- Attribute |
- Status |
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/rowediting.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/rowediting.html
deleted file mode 100644
index 418dd2a..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/rowediting.html
+++ /dev/null
@@ -1,125 +0,0 @@
-
-
-
-
- Row Editing in DataGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Row Editing in DataGrid
- Click the row to start editing.
-
-
-
-
-
- Item ID |
- Product |
- List Price |
- Unit Cost |
- Attribute |
- Status |
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/rowstyle.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/rowstyle.html
deleted file mode 100644
index d65a5c8..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/rowstyle.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- DataGrid Row Style - jQuery EasyUI Demo
-
-
-
-
-
-
-
- DataGrid Row Style
- The rows which listprice value is less than 30 are highlighted.
-
-
-
-
- Item ID |
- Product |
- List Price |
- Unit Cost |
- Attribute |
- Status |
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/selection.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/selection.html
deleted file mode 100644
index 1118561..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/selection.html
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
- DataGrid Selection - jQuery EasyUI Demo
-
-
-
-
-
-
-
- DataGrid Selection
- Choose a selection mode and select one or more rows.
-
-
-
-
- Item ID |
- Product |
- List Price |
- Unit Cost |
- Attribute |
- Status |
-
-
-
-
- Selection Mode:
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/simpletoolbar.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/simpletoolbar.html
deleted file mode 100644
index cbb918b..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/simpletoolbar.html
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
- DataGrid with Toolbar - jQuery EasyUI Demo
-
-
-
-
-
-
-
- DataGrid with Toolbar
- Put buttons on top toolbar of DataGrid.
-
-
-
-
- Item ID |
- Product |
- List Price |
- Unit Cost |
- Attribute |
- Status |
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/transform.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/transform.html
deleted file mode 100644
index ddc3a30..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datagrid/transform.html
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
- Transform DataGrid from Table - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Transform DataGrid from Table
- Transform DataGrid from an existing, unformatted html table.
-
-
-
-
- Item ID |
- Product |
- List Price |
- Attribute |
-
-
-
-
- EST-1 | FI-SW-01 | 36.50 | Large |
-
-
- EST-10 | K9-DL-01 | 18.50 | Spotted Adult Female |
-
-
- EST-11 | RP-SN-01 | 28.50 | Venomless |
-
-
- EST-12 | RP-SN-01 | 26.50 | Rattleless |
-
-
- EST-13 | RP-LI-02 | 35.50 | Green Adult |
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datalist/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datalist/basic.html
deleted file mode 100644
index 4910219..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datalist/basic.html
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
- Basic DataList - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic DataList
- The DataList can be created from the <ul> element.
-
-
- - Alabama
- - Alaska
- - Arizona
- - Arkansas
- - California
- - Colorado
- - Connecticut
- - Delaware
- - Florida
- - Georgia
- - Hawaii
- - Idaho
- - Illinois
- - Indiana
- - Iowa
- - Kansas
- - Kentucky
- - Louisiana
- - Maine
- - Maryland
- - Massachusetts
- - Michigan
- - Minnesota
- - Mississippi
- - Missouri
- - Montana
- - Nebraska
- - Nevada
- - New Hampshire
- - New Jersey
- - New Mexico
- - New York
- - North Carolina
- - North Dakota
- - Ohio
- - Oklahoma
- - Oregon
- - Pennsylvania
- - Rhode Island
- - South Carolina
- - South Dakota
- - Tennessee
- - Texas
- - Utah
- - Vermont
- - Virginia
- - Washington
- - West Virginia
- - Wisconsin
- - Wyoming
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datalist/checkbox.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datalist/checkbox.html
deleted file mode 100644
index dd18f5b..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datalist/checkbox.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
- Checkbox in DataList - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Checkbox in DataList
- Each item in the DataList has a checkbox.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datalist/datalist_data1.json b/src/UWE_projectCode/前后端信息交互引用库/demo/datalist/datalist_data1.json
deleted file mode 100644
index d53cf62..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datalist/datalist_data1.json
+++ /dev/null
@@ -1,18 +0,0 @@
-[
-{"text":"Epson WorkForce 845","group":"Printer"},
-{"text":"Canon PIXMA MG5320","group":"Printer"},
-{"text":"HP Deskjet 1000 Printer","group":"Printer"},
-{"text":"Cisco RV110W-A-NA-K9","group":"Firewall"},
-{"text":"ZyXEL ZyWALL USG50","group":"Firewall"},
-{"text":"NETGEAR FVS318","group":"Firewall"},
-{"text":"Logitech Keyboard K120","group":"Keyboard"},
-{"text":"Microsoft Natural Ergonomic Keyboard 4000","group":"Keyboard"},
-{"text":"Logitech Wireless Touch Keyboard K400","group":"Keyboard"},
-{"text":"Logitech Gaming Keyboard G110","group":"Keyboard"},
-{"text":"Nikon COOLPIX L26 16.1 MP","group":"Camera"},
-{"text":"Canon PowerShot A1300","group":"Camera"},
-{"text":"Canon PowerShot A2300","group":"Camera"}
-
-
-
-]
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datalist/group.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datalist/group.html
deleted file mode 100644
index bf22b6f..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datalist/group.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
- Group DataList - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Group DataList
- This example shows how to display items in groups.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datalist/multiselect.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datalist/multiselect.html
deleted file mode 100644
index 704924c..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datalist/multiselect.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
- Multiple Selection DataList - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Multiple Selection DataList
- The multiple selection allows the user to select multiple items in a datalist.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datalist/remotedata.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datalist/remotedata.html
deleted file mode 100644
index 0c71604..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datalist/remotedata.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- Binding to Remote Data - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Binding to Remote Data
- The DataList is bound to a remote data.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datebox/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datebox/basic.html
deleted file mode 100644
index ee82284..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datebox/basic.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
- Basic DateBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic DateBox
- Click the calendar image on the right side.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datebox/buttons.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datebox/buttons.html
deleted file mode 100644
index c015a49..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datebox/buttons.html
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
- DateBox Buttons - jQuery EasyUI Demo
-
-
-
-
-
-
-
- DateBox Buttons
- This example shows how to customize the datebox buttons underneath the calendar.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datebox/clone.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datebox/clone.html
deleted file mode 100644
index 68850f3..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datebox/clone.html
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
- Clone DateBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Clone DateBox
- Click the 'Clone' button to clone datebox components from the exiting datebox.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datebox/dateformat.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datebox/dateformat.html
deleted file mode 100644
index ab16879..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datebox/dateformat.html
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
- Date Format - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Date Format
- Different date formats are applied to different DateBox components.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datebox/events.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datebox/events.html
deleted file mode 100644
index d8a9b00..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datebox/events.html
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
- DateBox Events - jQuery EasyUI Demo
-
-
-
-
-
-
-
- DateBox Events
- Click the calendar image on the right side.
-
-
-
-
-
-
- Selected Date:
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datebox/fluid.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datebox/fluid.html
deleted file mode 100644
index 056b0b2..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datebox/fluid.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
- Fluid DateBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Fluid DateBox
- This example shows how to set the width of DateBox to a percentage of its parent container.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datebox/restrict.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datebox/restrict.html
deleted file mode 100644
index 03ad76b..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datebox/restrict.html
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
- Restrict Date Range in DateBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Restrict Date Range in DateBox
- This example shows how to restrict the user to select only ten days from now.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datebox/sharedcalendar.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datebox/sharedcalendar.html
deleted file mode 100644
index ca06eb8..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datebox/sharedcalendar.html
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
- Shared Calendar in DateBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Shared Calendar in DateBox
- Multiple datebox components can share a calendar and use it to pick dates.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datebox/validate.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datebox/validate.html
deleted file mode 100644
index 2b55b34..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datebox/validate.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
- Validate DateBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Validate DateBox
- When the selected date is greater than specified date. The field validator will raise an error.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datetimebox/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datetimebox/basic.html
deleted file mode 100644
index 1299803..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datetimebox/basic.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
- Basic DateTimeBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic DateTimeBox
- Click the calendar image on the right side.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datetimebox/fluid.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datetimebox/fluid.html
deleted file mode 100644
index efe7dbf..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datetimebox/fluid.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
- Fluid DateTimeBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Fluid DateTimeBox
- This example shows how to set the width of DateTimeBox to a percentage of its parent container.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datetimebox/initvalue.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datetimebox/initvalue.html
deleted file mode 100644
index 9d9a231..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datetimebox/initvalue.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- Initialize Value for DateTime - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Initialize Value for DateTime
- The value is initialized when DateTimeBox has been created.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datetimebox/showseconds.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datetimebox/showseconds.html
deleted file mode 100644
index 3736f38..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datetimebox/showseconds.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
- Display Seconds - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Display Seconds
- The user can decide to display seconds part or not.
-
- Show Seconds:
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datetimespinner/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datetimespinner/basic.html
deleted file mode 100644
index 8a00c41..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datetimespinner/basic.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
- Basic DateTimeSpinner - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic DateTimeSpinner
- Click spin button to adjust date and time.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datetimespinner/clearicon.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datetimespinner/clearicon.html
deleted file mode 100644
index 74e2795..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datetimespinner/clearicon.html
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
- DateTimeSpinner with Clear Icon - jQuery EasyUI Demo
-
-
-
-
-
-
-
- DateTimeSpinner with Clear Icon
- A clear icon can be attached to the datetimespinner. Click it to clear the entered value.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datetimespinner/fluid.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datetimespinner/fluid.html
deleted file mode 100644
index e5e3f1f..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datetimespinner/fluid.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
- Fluid DateTimeSpinner - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Fluid DateTimeSpinner
- The width of datetimespinner is set in percentages.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/datetimespinner/format.html b/src/UWE_projectCode/前后端信息交互引用库/demo/datetimespinner/format.html
deleted file mode 100644
index f470c71..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/datetimespinner/format.html
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
- Format DateTimeSpinner - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Format DateTimeSpinner
- The DataTimeSpinner value can be formatted by specifying the 'formatter' and 'parser' functions.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/demo.css b/src/UWE_projectCode/前后端信息交互引用库/demo/demo.css
deleted file mode 100644
index 537e194..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/demo.css
+++ /dev/null
@@ -1,24 +0,0 @@
-body {
- font-family:verdana,helvetica,arial,sans-serif;
- padding:20px;
- font-size:12px;
- margin:0;
-}
-h2 {
- font-size:18px;
- font-weight:bold;
- margin:0;
- margin-bottom:15px;
-}
-.demo-info{
- padding:0 0 12px 0;
-}
-.demo-tip{
- display:none;
-}
-.label-top{
- display: block;
- height: 22px;
- line-height: 22px;
- vertical-align: middle;
-}
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/dialog/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/dialog/basic.html
deleted file mode 100644
index e745b37..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/dialog/basic.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
- Basic Dialog - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic Dialog
- Click below button to open or close dialog.
-
-
- The dialog content.
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/dialog/complextoolbar.html b/src/UWE_projectCode/前后端信息交互引用库/demo/dialog/complextoolbar.html
deleted file mode 100644
index 175fa73..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/dialog/complextoolbar.html
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
- Complex Toolbar on Dialog - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Complex Toolbar on Dialog
- This sample shows how to create complex toolbar on dialog.
-
-
- The dialog content.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/dialog/fluid.html b/src/UWE_projectCode/前后端信息交互引用库/demo/dialog/fluid.html
deleted file mode 100644
index b9809f0..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/dialog/fluid.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
- Fluid Dialog - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Fluid Dialog
- This example shows how to set the width of Dialog to a percentage of its parent container.
-
-
-
width: 80%; height: 200px
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/dialog/toolbarbuttons.html b/src/UWE_projectCode/前后端信息交互引用库/demo/dialog/toolbarbuttons.html
deleted file mode 100644
index 35013a5..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/dialog/toolbarbuttons.html
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
- Toolbar and Buttons - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Toolbar and Buttons
- The toolbar and buttons can be added to dialog.
-
-
- The dialog content.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/draggable/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/draggable/basic.html
deleted file mode 100644
index 0c96a05..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/draggable/basic.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
- Basic Draggable - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic Draggable
- Move the boxes below by clicking on it with mouse.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/draggable/constrain.html b/src/UWE_projectCode/前后端信息交互引用库/demo/draggable/constrain.html
deleted file mode 100644
index a2dfa6c..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/draggable/constrain.html
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
- Constrain Draggable - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Constrain Draggable
- The draggable object can only be moved within its parent container.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/draggable/snap.html b/src/UWE_projectCode/前后端信息交互引用库/demo/draggable/snap.html
deleted file mode 100644
index 5f0103a..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/draggable/snap.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
- Snap Draggable - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Snap Draggable
- This sample shows how to snap a draggable object to a 20x20 grid.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/drawer/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/drawer/basic.html
deleted file mode 100644
index a62ea85..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/drawer/basic.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
- Basic Drawer - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic Drawer
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/drawer/headerfooter.html b/src/UWE_projectCode/前后端信息交互引用库/demo/drawer/headerfooter.html
deleted file mode 100644
index 6b31f27..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/drawer/headerfooter.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
- Header and Footer - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Header and Footer
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/drawer/region.html b/src/UWE_projectCode/前后端信息交互引用库/demo/drawer/region.html
deleted file mode 100644
index cb520a4..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/drawer/region.html
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
- Region - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Region
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/droppable/accept.html b/src/UWE_projectCode/前后端信息交互引用库/demo/droppable/accept.html
deleted file mode 100644
index cf56d08..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/droppable/accept.html
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
-
-
- Accept a Drop - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Accept a Drop
- Some draggable object can not be accepted.
-
-
- drag me!
-
Drag 1
-
Drag 2
-
Drag 3
-
-
- drop here!
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/droppable/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/droppable/basic.html
deleted file mode 100644
index ecf803a..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/droppable/basic.html
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
-
-
- Basic Droppable - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic Droppable
- Drag the boxed on left to the target area on right.
-
-
-
Source
-
-
Apple
-
Peach
-
Orange
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/droppable/sort.html b/src/UWE_projectCode/前后端信息交互引用库/demo/droppable/sort.html
deleted file mode 100644
index 37c0d2f..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/droppable/sort.html
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
- Change Items Order - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Change Items Order
- Drag the list items to change their order.
-
-
- - Drag 1
- - Drag 2
- - Drag 3
- - Drag 4
- - Drag 5
- - Drag 6
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/easyloader/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/easyloader/basic.html
deleted file mode 100644
index 44a09eb..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/easyloader/basic.html
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
- Basic EasyLoader - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic EasyLoader
-
-
-
Click the buttons below to load components dynamically.
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/filebox/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/filebox/basic.html
deleted file mode 100644
index 394dcf9..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/filebox/basic.html
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
- Basic FileBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic FileBox
- The filebox component represents a file field of the forms.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/filebox/buttonalign.html b/src/UWE_projectCode/前后端信息交互引用库/demo/filebox/buttonalign.html
deleted file mode 100644
index 072a406..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/filebox/buttonalign.html
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
- Button Align on FileBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Button Align on FileBox
- Change the button align to the left or right of filebox.
-
- Select Button Align:
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/filebox/fluid.html b/src/UWE_projectCode/前后端信息交互引用库/demo/filebox/fluid.html
deleted file mode 100644
index 67eaf1d..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/filebox/fluid.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
- Fluid FileBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Fluid FileBox
- This example shows how to set the width of FileBox to a percentage of its parent container.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/form/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/form/basic.html
deleted file mode 100644
index fb6cdae..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/form/basic.html
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-
-
- Basic Form - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic Form
- Fill the form and submit it.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/form/floatinglabel.html b/src/UWE_projectCode/前后端信息交互引用库/demo/form/floatinglabel.html
deleted file mode 100644
index 52e0a97..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/form/floatinglabel.html
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-
-
- Floating Label - jQuery EasyUI Demo
-
-
-
-
-
-
-
-
-
- Floating Label
- This example shows how to create inspired text fields with animated floating labels.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/form/form_data1.json b/src/UWE_projectCode/前后端信息交互引用库/demo/form/form_data1.json
deleted file mode 100644
index bb82c7a..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/form/form_data1.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "name":"easyui",
- "email":"easyui@gmail.com",
- "subject":"Subject Title",
- "message":"Message Content",
- "language":"de",
- "accept":"true"
-}
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/form/load.html b/src/UWE_projectCode/前后端信息交互引用库/demo/form/load.html
deleted file mode 100644
index aa2901b..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/form/load.html
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
-
- Load Form Data - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Load Form Data
- Click the buttons below to load form data.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/form/validateonsubmit.html b/src/UWE_projectCode/前后端信息交互引用库/demo/form/validateonsubmit.html
deleted file mode 100644
index e2926ed..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/form/validateonsubmit.html
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
- Validate Form on Submit - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Validate Form on Submit
- The form does not perform validation before being submitted.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/layout/_content.html b/src/UWE_projectCode/前后端信息交互引用库/demo/layout/_content.html
deleted file mode 100644
index 66c1bd5..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/layout/_content.html
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
- AJAX Content
-
-
- jQuery EasyUI framework help you build your web page easily.
-
- - easyui is a collection of user-interface plugin based on jQuery.
- - easyui provides essential functionality for building modern, interactive, javascript applications.
- - using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
- - complete framework for HTML5 web page.
- - easyui save your time and scales while developing your products.
- - easyui is very easy but powerful.
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/layout/addremove.html b/src/UWE_projectCode/前后端信息交互引用库/demo/layout/addremove.html
deleted file mode 100644
index 34977c4..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/layout/addremove.html
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
-
-
- Add and Remove Layout - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Add and Remove Layout
- Click the buttons below to add or remove region panel of layout.
-
-
Select Region Panel:
-
-
Add
-
Remove
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/layout/autoheight.html b/src/UWE_projectCode/前后端信息交互引用库/demo/layout/autoheight.html
deleted file mode 100644
index 0c882f2..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/layout/autoheight.html
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
-
-
- Auto Height for Layout - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Auto Height for Layout
- This example shows how to auto adjust layout height after dynamically adding items.
-
-
-
-
-
-
-
Panel Content.
-
Panel Content.
-
Panel Content.
-
Panel Content.
-
Panel Content.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/layout/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/layout/basic.html
deleted file mode 100644
index 29e2c39..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/layout/basic.html
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
- Basic Layout - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic Layout
- The layout contains north,south,west,east and center regions.
-
-
-
-
-
-
-
-
-
-
- Item ID |
- Product ID |
- List Price |
- Unit Cost |
- Attribute |
- Status |
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/layout/collapsetitle.html b/src/UWE_projectCode/前后端信息交互引用库/demo/layout/collapsetitle.html
deleted file mode 100644
index 2c8a597..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/layout/collapsetitle.html
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
- Collapse Title in Layout - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Collapse Title in Layout
- The title bar will display while collapse a region panel.
-
-
-
-
-
-
-
-
-
-
- Item ID |
- Product ID |
- List Price |
- Unit Cost |
- Attribute |
- Status |
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/layout/complex.html b/src/UWE_projectCode/前后端信息交互引用库/demo/layout/complex.html
deleted file mode 100644
index 833eb09..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/layout/complex.html
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
- Complex Layout - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Complex Layout
- This sample shows how to create a complex layout.
-
-
-
-
-
-
-
-
- content1
-
-
- content2
-
-
- content3
-
-
-
-
-
-
-
-
-
-
- Item ID |
- Product ID |
- List Price |
- Unit Cost |
- Attribute |
- Status |
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/layout/customcollapsetitle.html b/src/UWE_projectCode/前后端信息交互引用库/demo/layout/customcollapsetitle.html
deleted file mode 100644
index 3a4517e..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/layout/customcollapsetitle.html
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
- Custom Collapse Title in Layout - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Custom Collapse Title in Layout
- Any components can display on the title bar of a collapsed panel.
-
-
-
-
-
-
-
-
- Item ID |
- Product ID |
- List Price |
- Unit Cost |
- Attribute |
- Status |
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/layout/datagrid_data1.json b/src/UWE_projectCode/前后端信息交互引用库/demo/layout/datagrid_data1.json
deleted file mode 100644
index e9a5be2..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/layout/datagrid_data1.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{"total":28,"rows":[
- {"productid":"FI-SW-01","productname":"Koi","unitcost":10.00,"status":"P","listprice":36.50,"attr1":"Large","itemid":"EST-1"},
- {"productid":"K9-DL-01","productname":"Dalmation","unitcost":12.00,"status":"P","listprice":18.50,"attr1":"Spotted Adult Female","itemid":"EST-10"},
- {"productid":"RP-SN-01","productname":"Rattlesnake","unitcost":12.00,"status":"P","listprice":38.50,"attr1":"Venomless","itemid":"EST-11"},
- {"productid":"RP-SN-01","productname":"Rattlesnake","unitcost":12.00,"status":"P","listprice":26.50,"attr1":"Rattleless","itemid":"EST-12"},
- {"productid":"RP-LI-02","productname":"Iguana","unitcost":12.00,"status":"P","listprice":35.50,"attr1":"Green Adult","itemid":"EST-13"},
- {"productid":"FL-DSH-01","productname":"Manx","unitcost":12.00,"status":"P","listprice":158.50,"attr1":"Tailless","itemid":"EST-14"},
- {"productid":"FL-DSH-01","productname":"Manx","unitcost":12.00,"status":"P","listprice":83.50,"attr1":"With tail","itemid":"EST-15"},
- {"productid":"FL-DLH-02","productname":"Persian","unitcost":12.00,"status":"P","listprice":23.50,"attr1":"Adult Female","itemid":"EST-16"},
- {"productid":"FL-DLH-02","productname":"Persian","unitcost":12.00,"status":"P","listprice":89.50,"attr1":"Adult Male","itemid":"EST-17"},
- {"productid":"AV-CB-01","productname":"Amazon Parrot","unitcost":92.00,"status":"P","listprice":63.50,"attr1":"Adult Male","itemid":"EST-18"}
-]}
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/layout/fluid.html b/src/UWE_projectCode/前后端信息交互引用库/demo/layout/fluid.html
deleted file mode 100644
index 42f8c55..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/layout/fluid.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
- Fluid Layout - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Fluid Layout
- Percentage width of region panel in a layout.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/layout/full.html b/src/UWE_projectCode/前后端信息交互引用库/demo/layout/full.html
deleted file mode 100644
index c83bf07..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/layout/full.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
- Full Layout - jQuery EasyUI Demo
-
-
-
-
-
-
-
- north region
- west content
- east region
- south region
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/layout/nestedlayout.html b/src/UWE_projectCode/前后端信息交互引用库/demo/layout/nestedlayout.html
deleted file mode 100644
index 9a346b1..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/layout/nestedlayout.html
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
- Nested Layout - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Nested Layout
- The layout region panel contains another layout or other components.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/layout/nocollapsible.html b/src/UWE_projectCode/前后端信息交互引用库/demo/layout/nocollapsible.html
deleted file mode 100644
index a6914a0..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/layout/nocollapsible.html
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
- No collapsible button in Layout - jQuery EasyUI Demo
-
-
-
-
-
-
-
- No collapsible button in Layout
- The layout region panel has no collapsible button.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/layout/propertygrid_data1.json b/src/UWE_projectCode/前后端信息交互引用库/demo/layout/propertygrid_data1.json
deleted file mode 100644
index 12b2d00..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/layout/propertygrid_data1.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{"total":7,"rows":[
- {"name":"Name","value":"Bill Smith","group":"ID Settings","editor":"text"},
- {"name":"Address","value":"","group":"ID Settings","editor":"text"},
- {"name":"Age","value":"40","group":"ID Settings","editor":"numberbox"},
- {"name":"Birthday","value":"01/02/2012","group":"ID Settings","editor":"datebox"},
- {"name":"SSN","value":"123-456-7890","group":"ID Settings","editor":"text"},
- {"name":"Email","value":"bill@gmail.com","group":"Marketing Settings","editor":{
- "type":"validatebox",
- "options":{
- "validType":"email"
- }
- }},
- {"name":"FrequentBuyer","value":"false","group":"Marketing Settings","editor":{
- "type":"checkbox",
- "options":{
- "on":true,
- "off":false
- }
- }}
-]}
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/layout/tree_data1.json b/src/UWE_projectCode/前后端信息交互引用库/demo/layout/tree_data1.json
deleted file mode 100644
index 83fb0d6..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/layout/tree_data1.json
+++ /dev/null
@@ -1,49 +0,0 @@
-[{
- "id":1,
- "text":"My Documents",
- "children":[{
- "id":11,
- "text":"Photos",
- "state":"closed",
- "children":[{
- "id":111,
- "text":"Friend"
- },{
- "id":112,
- "text":"Wife"
- },{
- "id":113,
- "text":"Company"
- }]
- },{
- "id":12,
- "text":"Program Files",
- "children":[{
- "id":121,
- "text":"Intel"
- },{
- "id":122,
- "text":"Java",
- "attributes":{
- "p1":"Custom Attribute1",
- "p2":"Custom Attribute2"
- }
- },{
- "id":123,
- "text":"Microsoft Office"
- },{
- "id":124,
- "text":"Games",
- "checked":true
- }]
- },{
- "id":13,
- "text":"index.html"
- },{
- "id":14,
- "text":"about.html"
- },{
- "id":15,
- "text":"welcome.html"
- }]
-}]
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/linkbutton/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/linkbutton/basic.html
deleted file mode 100644
index 741d68c..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/linkbutton/basic.html
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
- Basic LinkButton - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic LinkButton
- Buttons can be created from <a> or <button> elements.
-
- Basic Buttons
-
- Fixed Width Buttons
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/linkbutton/fluid.html b/src/UWE_projectCode/前后端信息交互引用库/demo/linkbutton/fluid.html
deleted file mode 100644
index b1027b9..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/linkbutton/fluid.html
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
- Fluid LinkButton - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Fluid LinkButton
- This example shows how to set the width of LinkButton to a percentage of its parent container.
-
- width: 15%
-
- width: 20%
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/linkbutton/group.html b/src/UWE_projectCode/前后端信息交互引用库/demo/linkbutton/group.html
deleted file mode 100644
index 852db67..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/linkbutton/group.html
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
- Button Group - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Button Group
- In a button group only one button can be selected.
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/linkbutton/iconalign.html b/src/UWE_projectCode/前后端信息交互引用库/demo/linkbutton/iconalign.html
deleted file mode 100644
index 99a8ec2..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/linkbutton/iconalign.html
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
- Icon Align on LinkButton - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Icon Align on LinkButton
- Change the icon align to place icon on left, right, top or bottom of button.
-
-
- Select Icon Align:
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/linkbutton/plain.html b/src/UWE_projectCode/前后端信息交互引用库/demo/linkbutton/plain.html
deleted file mode 100644
index 0143c20..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/linkbutton/plain.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
- Plain LinkButton - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Plain LinkButton
- The buttons with plain style have transparent background.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/linkbutton/size.html b/src/UWE_projectCode/前后端信息交互引用库/demo/linkbutton/size.html
deleted file mode 100644
index 265ecb5..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/linkbutton/size.html
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
- LinkButton Size - jQuery EasyUI Demo
-
-
-
-
-
-
-
- LinkButton Size
- This sample shows how to display small buttons and large buttons.
-
- Small Buttons
-
- Large Buttons
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/linkbutton/style.html b/src/UWE_projectCode/前后端信息交互引用库/demo/linkbutton/style.html
deleted file mode 100644
index fd46c2b..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/linkbutton/style.html
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
- Style LinkButton - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Style LinkButton
- This example shows how to style a linkbutton.
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/linkbutton/toggle.html b/src/UWE_projectCode/前后端信息交互引用库/demo/linkbutton/toggle.html
deleted file mode 100644
index ebab0d1..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/linkbutton/toggle.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
- Toggle Button - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Toggle Button
- Click the button below to switch its selected state.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/maskedbox/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/maskedbox/basic.html
deleted file mode 100644
index 8bd9e96..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/maskedbox/basic.html
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
- Basic MaskedBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic MaskedBox
- The maskedbox enforces its structure as the user types.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/menu/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/menu/basic.html
deleted file mode 100644
index ac6e171..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/menu/basic.html
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
- Basic Menu - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic Menu
- Right click on page to display menu.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/menu/customitem.html b/src/UWE_projectCode/前后端信息交互引用库/demo/menu/customitem.html
deleted file mode 100644
index 729fe5e..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/menu/customitem.html
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
-
- Custom Menu Item - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Custom Menu Item
- Right click on page to display menu, move to the 'Open' item to display its custom sub content.
-
-
-
New
-
- Open
-
-
-
Save
-
Print
-
-
Exit
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/menu/events.html b/src/UWE_projectCode/前后端信息交互引用库/demo/menu/events.html
deleted file mode 100644
index 41f4b57..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/menu/events.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Menu Events - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Menu Events
- Right click on page to display menu and click an item.
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/menu/inline.html b/src/UWE_projectCode/前后端信息交互引用库/demo/menu/inline.html
deleted file mode 100644
index 5fa0d99..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/menu/inline.html
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
-
-
- Inline Menu - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Inline Menu
- The inline menu stays inside its parent container.
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/menu/nav.html b/src/UWE_projectCode/前后端信息交互引用库/demo/menu/nav.html
deleted file mode 100644
index c638d7a..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/menu/nav.html
+++ /dev/null
@@ -1,146 +0,0 @@
-
-
-
-
- Keyboard Navigation in Menu - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Keyboard Navigation in Menu
- Press Alt+W to focus the menu. Once the menu get focus, you will be able to navigate menu using keyboard keys.
-
-
-
-
-
New
-
-
Open
-
-
Word
-
Excel
-
PowerPoint
-
-
M1
-
-
sub1
-
sub2
-
-
Sub
-
-
sub21
-
sub22
-
sub23
-
-
-
sub3
-
-
-
-
Window Demos
-
-
Window
-
Dialog
-
EasyUI
-
-
-
-
-
Save
-
Print
-
-
Exit
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/menubutton/actions.html b/src/UWE_projectCode/前后端信息交互引用库/demo/menubutton/actions.html
deleted file mode 100644
index 6623d3d..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/menubutton/actions.html
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-
-
- MenuButton Actions - jQuery EasyUI Demo
-
-
-
-
-
-
-
- MenuButton Actions
- Click the buttons below to perform actions.
-
-
-
-
Undo
-
Redo
-
-
Cut
-
Copy
-
Paste
-
-
-
Toolbar
-
-
Address
-
Link
-
Navigation Toolbar
-
Bookmark Toolbar
-
-
New Toolbar...
-
-
-
Delete
-
Select All
-
-
-
Help
-
Update
-
About
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/menubutton/alignment.html b/src/UWE_projectCode/前后端信息交互引用库/demo/menubutton/alignment.html
deleted file mode 100644
index 5362745..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/menubutton/alignment.html
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
- Menu Alignment on MenuButton - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Menu Alignment on MenuButton
- This example shows how to change the alignment of the top level menu.
-
- Change Alignment:
-
-
-
-
-
Undo
-
Redo
-
-
Cut
-
Copy
-
Paste
-
-
-
Toolbar
-
-
Address
-
Link
-
Navigation Toolbar
-
Bookmark Toolbar
-
-
New Toolbar...
-
-
-
Delete
-
Select All
-
-
-
Help
-
Update
-
About
-
-
-
History
-
Faq
-
Our Team
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/menubutton/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/menubutton/basic.html
deleted file mode 100644
index e277296..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/menubutton/basic.html
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
- Basic MenuButton - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic MenuButton
- Move mouse over the button to drop down menu.
-
-
-
-
Undo
-
Redo
-
-
Cut
-
Copy
-
Paste
-
-
-
Toolbar
-
-
Address
-
Link
-
Navigation Toolbar
-
Bookmark Toolbar
-
-
New Toolbar...
-
-
-
Delete
-
Select All
-
-
-
Help
-
Update
-
About
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/menubutton/nav.html b/src/UWE_projectCode/前后端信息交互引用库/demo/menubutton/nav.html
deleted file mode 100644
index 353041c..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/menubutton/nav.html
+++ /dev/null
@@ -1,166 +0,0 @@
-
-
-
-
- Keyboard Navigation in MenuButton - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Keyboard Navigation in MenuButton
- Press Alt+W to focus the menubutton. Once the menubutton get focus, you will be able to navigate menubutton using keyboard keys.
-
-
-
-
Undo
-
Redo
-
-
Cut
-
Copy
-
Paste
-
-
-
Toolbar
-
-
Address
-
Link
-
Navigation Toolbar
-
Bookmark Toolbar
-
-
New Toolbar...
-
-
-
Delete
-
Select All
-
-
-
Help
-
Update
-
About
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/messager/alert.html b/src/UWE_projectCode/前后端信息交互引用库/demo/messager/alert.html
deleted file mode 100644
index ff7129d..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/messager/alert.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Alert Messager - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Alert Messager
- Click on each button to display different alert message box.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/messager/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/messager/basic.html
deleted file mode 100644
index 373c7ca..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/messager/basic.html
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
-
- Basic Messager - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic Messager
- Click on each button to see a distinct message box.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/messager/interactive.html b/src/UWE_projectCode/前后端信息交互引用库/demo/messager/interactive.html
deleted file mode 100644
index 9ba70bf..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/messager/interactive.html
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
- Interactive Messager - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Interactive Messager
- Click on each button to display interactive message box.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/messager/position.html b/src/UWE_projectCode/前后端信息交互引用库/demo/messager/position.html
deleted file mode 100644
index 58886f1..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/messager/position.html
+++ /dev/null
@@ -1,140 +0,0 @@
-
-
-
-
- Message Box Position - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Message Box Position
- Click the buttons below to display message box on different position.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/messager/tip.html b/src/UWE_projectCode/前后端信息交互引用库/demo/messager/tip.html
deleted file mode 100644
index b5a821c..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/messager/tip.html
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
- Tip Messager - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Tip Messager
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/numberbox/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/numberbox/basic.html
deleted file mode 100644
index 1bd72ec..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/numberbox/basic.html
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
- Basic NumberBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic NumberBox
- The NumberBox can only accept inputing numbers.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/numberbox/fluid.html b/src/UWE_projectCode/前后端信息交互引用库/demo/numberbox/fluid.html
deleted file mode 100644
index 1c10a81..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/numberbox/fluid.html
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
- Fluid NumberBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Fluid NumberBox
- This example shows how to set the width of NumberBox to a percentage of its parent container.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/numberbox/format.html b/src/UWE_projectCode/前后端信息交互引用库/demo/numberbox/format.html
deleted file mode 100644
index d4dadb9..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/numberbox/format.html
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
- Format NumberBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Format NumberBox
- Number formatting is the ability to control how a number is displayed.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/numberbox/range.html b/src/UWE_projectCode/前后端信息交互引用库/demo/numberbox/range.html
deleted file mode 100644
index 30be312..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/numberbox/range.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
- Number Range - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Number Range
- The value is constrained to a specified range.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/numberspinner/align.html b/src/UWE_projectCode/前后端信息交互引用库/demo/numberspinner/align.html
deleted file mode 100644
index 5323b0e..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/numberspinner/align.html
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
- Number Spin Alignment - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Number Spin Alignment
- This example shows how to set different spin alignments on numberspinner.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/numberspinner/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/numberspinner/basic.html
deleted file mode 100644
index e50660c..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/numberspinner/basic.html
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
- Basic NumberSpinner - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic NumberSpinner
- Click spinner button to change value.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/numberspinner/fluid.html b/src/UWE_projectCode/前后端信息交互引用库/demo/numberspinner/fluid.html
deleted file mode 100644
index a1d436c..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/numberspinner/fluid.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
- Fluid NumberSpinner - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Fluid NumberSpinner
- This example shows how to set the width of NumberSpinner to a percentage of its parent container.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/numberspinner/increment.html b/src/UWE_projectCode/前后端信息交互引用库/demo/numberspinner/increment.html
deleted file mode 100644
index ea30ba3..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/numberspinner/increment.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
- Increment Number - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Increment Number
- The sample shows how to set the increment step.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/numberspinner/range.html b/src/UWE_projectCode/前后端信息交互引用库/demo/numberspinner/range.html
deleted file mode 100644
index 1345a38..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/numberspinner/range.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
- Number Range - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Number Range
- The value is constrained to a range between 10 and 100.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/pagination/attaching.html b/src/UWE_projectCode/前后端信息交互引用库/demo/pagination/attaching.html
deleted file mode 100644
index 5c87427..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/pagination/attaching.html
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
- Attaching Other Components - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Attaching Other Components
- Any other components can be attached to page bar.
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/pagination/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/pagination/basic.html
deleted file mode 100644
index 98f7c49..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/pagination/basic.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
- Basic Pagination - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic Pagination
- The user can change page number and page size on page bar.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/pagination/custombuttons.html b/src/UWE_projectCode/前后端信息交互引用库/demo/pagination/custombuttons.html
deleted file mode 100644
index 2a75b88..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/pagination/custombuttons.html
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
- Custom Pagination Buttons - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Custom Pagination Buttons
- The customized buttons can be appended to page bar.
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/pagination/layout.html b/src/UWE_projectCode/前后端信息交互引用库/demo/pagination/layout.html
deleted file mode 100644
index 58125ae..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/pagination/layout.html
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
-
- Pagination Layout - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Pagination Layout
- The pagination layout supports various types of pages which you can choose.
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/pagination/links.html b/src/UWE_projectCode/前后端信息交互引用库/demo/pagination/links.html
deleted file mode 100644
index 7702f91..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/pagination/links.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
- Pagination Links - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Pagination Links
- The example shows how to customize numbered pagination links.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/pagination/simple.html b/src/UWE_projectCode/前后端信息交互引用库/demo/pagination/simple.html
deleted file mode 100644
index 478d094..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/pagination/simple.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
- Simplify Pagination - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Simplify Pagination
- The sample shows how to simplify pagination.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/panel/_content.html b/src/UWE_projectCode/前后端信息交互引用库/demo/panel/_content.html
deleted file mode 100644
index f7b8e2e..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/panel/_content.html
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
- AJAX Content
-
-
- Here is the content loaded via AJAX.
-
- - easyui is a collection of user-interface plugin based on jQuery.
- - easyui provides essential functionality for building modern, interactive, javascript applications.
- - using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
- - complete framework for HTML5 web page.
- - easyui save your time and scales while developing your products.
- - easyui is very easy but powerful.
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/panel/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/panel/basic.html
deleted file mode 100644
index e2220df..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/panel/basic.html
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
- Basic Panel - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic Panel
- The panel is a container for other components or elements.
-
-
-
jQuery EasyUI framework helps you build your web pages easily.
-
- - easyui is a collection of user-interface plugin based on jQuery.
- - easyui provides essential functionality for building modem, interactive, javascript applications.
- - using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
- - complete framework for HTML5 web page.
- - easyui save your time and scales while developing your products.
- - easyui is very easy but powerful.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/panel/customtools.html b/src/UWE_projectCode/前后端信息交互引用库/demo/panel/customtools.html
deleted file mode 100644
index 299b7fa..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/panel/customtools.html
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
- Custom Panel Tools - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Custom Panel Tools
- Click the right top buttons to perform actions with panel.
-
-
-
jQuery EasyUI framework helps you build your web pages easily.
-
- - easyui is a collection of user-interface plugin based on jQuery.
- - easyui provides essential functionality for building modem, interactive, javascript applications.
- - using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
- - complete framework for HTML5 web page.
- - easyui save your time and scales while developing your products.
- - easyui is very easy but powerful.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/panel/fluid.html b/src/UWE_projectCode/前后端信息交互引用库/demo/panel/fluid.html
deleted file mode 100644
index ff2be88..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/panel/fluid.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
- Fluid Panel - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Fluid Panel
- This example shows how to set the width of Panel to a percentage of its parent container.
-
-
-
-
The panel has a width of 100%.
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/panel/footer.html b/src/UWE_projectCode/前后端信息交互引用库/demo/panel/footer.html
deleted file mode 100644
index e04a87b..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/panel/footer.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- Panel Footer - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Panel Footer
- The panel footer is displayed at the bottom of the panel and can consist of any other components.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/panel/halign.html b/src/UWE_projectCode/前后端信息交互引用库/demo/panel/halign.html
deleted file mode 100644
index 6bdfc9f..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/panel/halign.html
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
- Panel Header Alignment - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Panel Header Alignment
- The panel header can be aligned horizontally or vertically.
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/panel/loadcontent.html b/src/UWE_projectCode/前后端信息交互引用库/demo/panel/loadcontent.html
deleted file mode 100644
index c4b1417..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/panel/loadcontent.html
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
- Load Panel Content - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Load Panel Content
- Click the refresh button on top right of panel to load content.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/panel/nestedpanel.html b/src/UWE_projectCode/前后端信息交互引用库/demo/panel/nestedpanel.html
deleted file mode 100644
index a2c1320..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/panel/nestedpanel.html
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
- Nested Panel - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Nested Panel
- The panel can be placed inside containers and can contain other components.
-
-
-
-
- Left Content
-
-
- Right Content
-
-
- Center Content
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/panel/paneltools.html b/src/UWE_projectCode/前后端信息交互引用库/demo/panel/paneltools.html
deleted file mode 100644
index eb0d87f..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/panel/paneltools.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
- Panel Tools - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Panel Tools
- Click the right top buttons to perform actions with panel.
-
-
-
-
jQuery EasyUI framework helps you build your web pages easily.
-
- - easyui is a collection of user-interface plugin based on jQuery.
- - easyui provides essential functionality for building modem, interactive, javascript applications.
- - using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
- - complete framework for HTML5 web page.
- - easyui save your time and scales while developing your products.
- - easyui is very easy but powerful.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/passwordbox/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/passwordbox/basic.html
deleted file mode 100644
index f725bc0..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/passwordbox/basic.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
- Basic PasswordBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic PasswordBox
- The passwordbox allows a user to enter passwords.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/passwordbox/flash.html b/src/UWE_projectCode/前后端信息交互引用库/demo/passwordbox/flash.html
deleted file mode 100644
index 391a09c..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/passwordbox/flash.html
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-
-
- Flash PasswordBox Letters - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Flash PasswordBox Letters
- This example shows how to flash the entered password letter by letter.
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/passwordbox/test.html b/src/UWE_projectCode/前后端信息交互引用库/demo/passwordbox/test.html
deleted file mode 100644
index 61164e0..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/passwordbox/test.html
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
- Basic PasswordBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
-
-
- Basic PasswordBox
- The passwordbox allows a user to enter passwords.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/passwordbox/validatepassword.html b/src/UWE_projectCode/前后端信息交互引用库/demo/passwordbox/validatepassword.html
deleted file mode 100644
index 630dbc7..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/passwordbox/validatepassword.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Validate Password - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Validate Password
- This example shows how to validate whether a user enters the same password.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/progressbar/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/progressbar/basic.html
deleted file mode 100644
index 910777b..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/progressbar/basic.html
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
- Basic ProgressBar - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic ProgressBar
- Click the button below to show progress information.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/progressbar/fluid.html b/src/UWE_projectCode/前后端信息交互引用库/demo/progressbar/fluid.html
deleted file mode 100644
index de88af2..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/progressbar/fluid.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
- Fluid ProgressBar - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Fluid ProgressBar
- This example shows how to set the width of ProgressBar to a percentage of its parent container.
-
- width: 50%
-
- width: 30%
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/propertygrid/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/propertygrid/basic.html
deleted file mode 100644
index a7c3cb5..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/propertygrid/basic.html
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
-
- Basic PropertyGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic PropertyGrid
- Click on row to change each property value.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/propertygrid/customcolumns.html b/src/UWE_projectCode/前后端信息交互引用库/demo/propertygrid/customcolumns.html
deleted file mode 100644
index a8aabd3..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/propertygrid/customcolumns.html
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
- Customize Columns of PropertyGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Customize Columns of PropertyGrid
- The columns of PropertyGrid can be changed.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/propertygrid/groupformat.html b/src/UWE_projectCode/前后端信息交互引用库/demo/propertygrid/groupformat.html
deleted file mode 100644
index 27cc305..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/propertygrid/groupformat.html
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
- Group Format - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Group Format
- The user can change the group information.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/propertygrid/propertygrid_data1.json b/src/UWE_projectCode/前后端信息交互引用库/demo/propertygrid/propertygrid_data1.json
deleted file mode 100644
index 12b2d00..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/propertygrid/propertygrid_data1.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{"total":7,"rows":[
- {"name":"Name","value":"Bill Smith","group":"ID Settings","editor":"text"},
- {"name":"Address","value":"","group":"ID Settings","editor":"text"},
- {"name":"Age","value":"40","group":"ID Settings","editor":"numberbox"},
- {"name":"Birthday","value":"01/02/2012","group":"ID Settings","editor":"datebox"},
- {"name":"SSN","value":"123-456-7890","group":"ID Settings","editor":"text"},
- {"name":"Email","value":"bill@gmail.com","group":"Marketing Settings","editor":{
- "type":"validatebox",
- "options":{
- "validType":"email"
- }
- }},
- {"name":"FrequentBuyer","value":"false","group":"Marketing Settings","editor":{
- "type":"checkbox",
- "options":{
- "on":true,
- "off":false
- }
- }}
-]}
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/radiobutton/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/radiobutton/basic.html
deleted file mode 100644
index 13dd623..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/radiobutton/basic.html
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
- Basic RadioButton - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic RadioButton
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/radiogroup/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/radiogroup/basic.html
deleted file mode 100644
index dd7881c..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/radiogroup/basic.html
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
- Basic RadioGroup - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic RadioGroup
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/resizable/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/resizable/basic.html
deleted file mode 100644
index a4d5a61..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/resizable/basic.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
- Basic Resizable - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic Resizable
- Click on the edge of box and move the edge to resize the box.
-
-
-
-
Title
-
Drag and Resize Me
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/searchbox/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/searchbox/basic.html
deleted file mode 100644
index 5566cc4..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/searchbox/basic.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
- Basic SearchBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic SearchBox
- Click search button or press enter key in input box to do searching.
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/searchbox/category.html b/src/UWE_projectCode/前后端信息交互引用库/demo/searchbox/category.html
deleted file mode 100644
index 740fcd5..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/searchbox/category.html
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
- Search Category - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Search Category
- Select a category and click search button or press enter key in input box to do searching.
-
-
-
-
-
-
All News
-
Sports News
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/searchbox/fluid.html b/src/UWE_projectCode/前后端信息交互引用库/demo/searchbox/fluid.html
deleted file mode 100644
index c8d0e39..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/searchbox/fluid.html
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
- Fluid SearchBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Fluid SearchBox
- This example shows how to set the width of SearchBox to a percentage of its parent container.
-
-
-
-
All News
-
Sports News
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/sidemenu/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/sidemenu/basic.html
deleted file mode 100644
index 747170a..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/sidemenu/basic.html
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-
-
- Basic SideMenu - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic SideMenu
- Collapse the side menu to display the main icon.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/sidemenu/sidemenu_style.css b/src/UWE_projectCode/前后端信息交互引用库/demo/sidemenu/sidemenu_style.css
deleted file mode 100644
index 6ae84e1..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/sidemenu/sidemenu_style.css
+++ /dev/null
@@ -1,63 +0,0 @@
-@import 'http://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css';
-
-.sidemenu .accordion .panel-title{
- color: #b8c7ce;
-}
-.sidemenu .accordion .accordion-header{
- background: #222d32;
- color: #b8c7ce;
-}
-.sidemenu .accordion .accordion-body{
- background: #2c3b41;
- color: #8aa4af;
-}
-.sidemenu .accordion .accordion-header-selected{
- background: #1e282c;
-}
-.sidemenu .accordion .accordion-collapse{
- background: transparent;
-}
-.sidemenu .tree-node-hover{
- background: #2c3b41;
- color: #fff;
-}
-.sidemenu .tree-node-selected{
- background: #2c3b41;
- color: #fff;
-}
-.sidemenu .accordion-header .panel-icon{
- font-size: 16px;
-}
-.sidemenu .accordion-header .panel-tool{
- display: none;
-}
-.sidemenu .accordion-header::after,
-.sidemenu .tree-node-nonleaf::after{
- display: inline-block;
- vertical-align: top;
- border-style: solid;
- transform:rotate(45deg);
- width: 4px;
- height: 4px;
- content: '';
- position: absolute;
- right: 10px;
- top: 50%;
- margin-top: -3px;
- border-width: 0 1px 1px 0;
-}
-.sidemenu .accordion-header-selected::after{
- transform:rotate(-135deg);
-}
-.sidemenu .tree-node-nonleaf::after{
- transform:rotate(-135deg);
-}
-.sidemenu .tree-node-nonleaf-collapsed::after{
- transform:rotate(45deg);
-}
-.sidemenu-collapsed .accordion-header::after{
- display: none;
-}
-.sidemenu-tooltip .accordion{
- border-color: #1e282c;
-}
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/sidemenu/style.html b/src/UWE_projectCode/前后端信息交互引用库/demo/sidemenu/style.html
deleted file mode 100644
index cc68ffa..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/sidemenu/style.html
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
- SideMenu Style - jQuery EasyUI Demo
-
-
-
-
-
-
-
- SideMenu Style
- Collapse the side menu to display the main icon.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/slider/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/slider/basic.html
deleted file mode 100644
index e2a0f59..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/slider/basic.html
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
- Basic Slider - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic Slider
- Drag the slider to change value.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/slider/fluid.html b/src/UWE_projectCode/前后端信息交互引用库/demo/slider/fluid.html
deleted file mode 100644
index 17ff2dd..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/slider/fluid.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
- Fluid Slider - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Fluid Slider
- This example shows how to set the width of Slider to a percentage of its parent container.
-
- width: 50%
-
- width: 30%
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/slider/formattip.html b/src/UWE_projectCode/前后端信息交互引用库/demo/slider/formattip.html
deleted file mode 100644
index f0d666b..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/slider/formattip.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
- Format Tip Information - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Format Tip Information
- This sample shows how to format tip information.
-
-
- jQuery EasyUI
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/slider/nonlinear.html b/src/UWE_projectCode/前后端信息交互引用库/demo/slider/nonlinear.html
deleted file mode 100644
index 7570833..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/slider/nonlinear.html
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-
-
- Non Linear Slider - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Non Linear Slider
- This example shows how to create a slider with a non-linear scale.
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/slider/range.html b/src/UWE_projectCode/前后端信息交互引用库/demo/slider/range.html
deleted file mode 100644
index a994e57..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/slider/range.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
- Range Slider - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Range Slider
- This sample shows how to define a range slider.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/slider/rule.html b/src/UWE_projectCode/前后端信息交互引用库/demo/slider/rule.html
deleted file mode 100644
index 6f0e08c..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/slider/rule.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
- Slider Rule - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Slider Rule
- This sample shows how to define slider rule.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/slider/vertical.html b/src/UWE_projectCode/前后端信息交互引用库/demo/slider/vertical.html
deleted file mode 100644
index 6bc8b59..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/slider/vertical.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
- Vertical Slider - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Vertical Slider
- This sample shows how to create a vertical slider.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/splitbutton/actions.html b/src/UWE_projectCode/前后端信息交互引用库/demo/splitbutton/actions.html
deleted file mode 100644
index 0fa343e..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/splitbutton/actions.html
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
- SplitButton Actions - jQuery EasyUI Demo
-
-
-
-
-
-
-
- SplitButton Actions
- Click the buttons below to perform actions.
-
-
-
-
Undo
-
Redo
-
-
Cut
-
Copy
-
Paste
-
-
-
Toolbar
-
-
Address
-
Link
-
Navigation Toolbar
-
Bookmark Toolbar
-
-
New Toolbar...
-
-
-
Delete
-
Select All
-
-
-
-
Help
-
Update
-
- About
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/splitbutton/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/splitbutton/basic.html
deleted file mode 100644
index 2f31ec1..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/splitbutton/basic.html
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
-
- Basic SplitButton - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic SplitButton
- Move mouse over the arrow area of button to drop down menu.
-
-
-
-
Undo
-
Redo
-
-
Cut
-
Copy
-
Paste
-
-
-
Toolbar
-
-
Address
-
Link
-
Navigation Toolbar
-
Bookmark Toolbar
-
-
New Toolbar...
-
-
-
Delete
-
Select All
-
-
-
-
Help
-
Update
-
- About
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/switchbutton/action.html b/src/UWE_projectCode/前后端信息交互引用库/demo/switchbutton/action.html
deleted file mode 100644
index 0a6e197..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/switchbutton/action.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
- SwitchButton Actions - jQuery EasyUI Demo
-
-
-
-
-
-
-
- SwitchButton Actions
- Click the buttons below to perform actions.
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/switchbutton/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/switchbutton/basic.html
deleted file mode 100644
index 7aa304e..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/switchbutton/basic.html
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
- Basic SwitchButton - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic SwitchButton
- Click the switchbutton to change its state.
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/_content.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/_content.html
deleted file mode 100644
index f7b8e2e..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/_content.html
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
- AJAX Content
-
-
- Here is the content loaded via AJAX.
-
- - easyui is a collection of user-interface plugin based on jQuery.
- - easyui provides essential functionality for building modern, interactive, javascript applications.
- - using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
- - complete framework for HTML5 web page.
- - easyui save your time and scales while developing your products.
- - easyui is very easy but powerful.
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/autoheight.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/autoheight.html
deleted file mode 100644
index e34a3dc..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/autoheight.html
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
- Auto Height for Tabs - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Auto Height for Tabs
- The tabs height is auto adjusted according to tab panel content.
-
-
-
-
jQuery EasyUI framework helps you build your web pages easily.
-
- - easyui is a collection of user-interface plugin based on jQuery.
- - easyui provides essential functionality for building modem, interactive, javascript applications.
- - using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
- - complete framework for HTML5 web page.
- - easyui save your time and scales while developing your products.
- - easyui is very easy but powerful.
-
-
-
-
- This is the help content.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/basic.html
deleted file mode 100644
index 293b91c..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/basic.html
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
- Basic Tabs - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic Tabs
- Click tab strip to swap tab panel content.
-
-
-
-
jQuery EasyUI framework helps you build your web pages easily.
-
- - easyui is a collection of user-interface plugin based on jQuery.
- - easyui provides essential functionality for building modem, interactive, javascript applications.
- - using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
- - complete framework for HTML5 web page.
- - easyui save your time and scales while developing your products.
- - easyui is very easy but powerful.
-
-
-
-
- This is the help content.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/dropdown.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/dropdown.html
deleted file mode 100644
index ed4ceb1..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/dropdown.html
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
- Tabs with DropDown - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Tabs with DropDown
- This sample shows how to add a dropdown menu over a tab strip.
-
-
-
-
jQuery EasyUI framework helps you build your web pages easily.
-
- - easyui is a collection of user-interface plugin based on jQuery.
- - easyui provides essential functionality for building modem, interactive, javascript applications.
- - using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
- - complete framework for HTML5 web page.
- - easyui save your time and scales while developing your products.
- - easyui is very easy but powerful.
-
-
-
-
- This is the help content.
-
-
-
-
Welcome
-
Help Contents
-
Search
-
Dynamic Help
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/fixedwidth.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/fixedwidth.html
deleted file mode 100644
index 390e987..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/fixedwidth.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
- Fixed Tab Width - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Fixed Tab Width
- The tab strips have fixed width and height.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/fluid.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/fluid.html
deleted file mode 100644
index d31d6fb..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/fluid.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
- Fluid Tabs - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Fluid Tabs
- This example shows how to set the width of Tabs to a percentage of its parent container.
-
-
-
-
The tabs has a width of 100%.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/hover.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/hover.html
deleted file mode 100644
index 5b62ac9..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/hover.html
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
- Hover Tabs - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Hover Tabs
- Move mouse over the tab strip to open the tab panel.
-
-
-
-
jQuery EasyUI framework helps you build your web pages easily.
-
- - easyui is a collection of user-interface plugin based on jQuery.
- - easyui provides essential functionality for building modem, interactive, javascript applications.
- - using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
- - complete framework for HTML5 web page.
- - easyui save your time and scales while developing your products.
- - easyui is very easy but powerful.
-
-
-
-
- This is the help content.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/images/modem.png b/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/images/modem.png
deleted file mode 100644
index be5a2eb..0000000
Binary files a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/images/modem.png and /dev/null differ
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/images/pda.png b/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/images/pda.png
deleted file mode 100644
index 1458d9b..0000000
Binary files a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/images/pda.png and /dev/null differ
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/images/scanner.png b/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/images/scanner.png
deleted file mode 100644
index 974635d..0000000
Binary files a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/images/scanner.png and /dev/null differ
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/images/tablet.png b/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/images/tablet.png
deleted file mode 100644
index fa871f5..0000000
Binary files a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/images/tablet.png and /dev/null differ
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/nestedtabs.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/nestedtabs.html
deleted file mode 100644
index 94c2ac5..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/nestedtabs.html
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
- Nested Tabs - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Nested Tabs
- The tab panel can contain sub tabs or other components.
-
-
-
-
-
Content 1
-
Content 2
-
Content 3
-
-
-
-
-
-
-
-
-
-
- Title1 |
- Title2 |
- Title3 |
-
-
-
-
- d11 |
- d12 |
- d13 |
-
-
- d21 |
- d22 |
- d23 |
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/striptools.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/striptools.html
deleted file mode 100644
index 83e6ba0..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/striptools.html
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
- Tabs Strip Tools - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Tabs Strip Tools
- Click the mini-buttons on the tab strip to perform actions.
-
-
-
-
jQuery EasyUI framework helps you build your web pages easily.
-
- - easyui is a collection of user-interface plugin based on jQuery.
- - easyui provides essential functionality for building modem, interactive, javascript applications.
- - using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
- - complete framework for HTML5 web page.
- - easyui save your time and scales while developing your products.
- - easyui is very easy but powerful.
-
-
-
- This is the help content.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/style.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/style.html
deleted file mode 100644
index f27eae1..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/style.html
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
- Tabs Style - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Tabs Style
- Click the options below to change the tabs style.
-
- plain
- narrow
- pill
- justified
-
-
-
-
jQuery EasyUI framework helps you build your web pages easily.
-
- - easyui is a collection of user-interface plugin based on jQuery.
- - easyui provides essential functionality for building modem, interactive, javascript applications.
- - using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
- - complete framework for HTML5 web page.
- - easyui save your time and scales while developing your products.
- - easyui is very easy but powerful.
-
-
-
-
- This is the help content.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/tabimage.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/tabimage.html
deleted file mode 100644
index e9df65d..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/tabimage.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Tabs with Images - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Tabs with Images
- The tab strip can display big images.
-
-
-
-
A modem (modulator-demodulator) is a device that modulates an analog carrier signal to encode digital information, and also demodulates such a carrier signal to decode the transmitted information.
-
-
-
In computing, an image scanner—often abbreviated to just scanner—is a device that optically scans images, printed text, handwriting, or an object, and converts it to a digital image.
-
-
-
A personal digital assistant (PDA), also known as a palmtop computer, or personal data assistant, is a mobile device that functions as a personal information manager. PDAs are largely considered obsolete with the widespread adoption of smartphones.
-
-
-
A tablet computer, or simply tablet, is a one-piece mobile computer. Devices typically have a touchscreen, with finger or stylus gestures replacing the conventional computer mouse.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/tabposition.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/tabposition.html
deleted file mode 100644
index 9f1bc19..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/tabposition.html
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
- Tab Position - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Tab Position
- Click the 'position' drop-down list and select an item to change the tab position.
-
- Position:
-
-
-
-
-
jQuery EasyUI framework helps you build your web pages easily.
-
- - easyui is a collection of user-interface plugin based on jQuery.
- - easyui provides essential functionality for building modem, interactive, javascript applications.
- - using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
- - complete framework for HTML5 web page.
- - easyui save your time and scales while developing your products.
- - easyui is very easy but powerful.
-
-
-
-
- This is the help content.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/tabstools.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/tabstools.html
deleted file mode 100644
index 48bdda8..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/tabstools.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Tabs Tools - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Tabs Tools
- Click the buttons on the top right of tabs header to add or remove tab panel.
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/tree_data1.json b/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/tree_data1.json
deleted file mode 100644
index 83fb0d6..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tabs/tree_data1.json
+++ /dev/null
@@ -1,49 +0,0 @@
-[{
- "id":1,
- "text":"My Documents",
- "children":[{
- "id":11,
- "text":"Photos",
- "state":"closed",
- "children":[{
- "id":111,
- "text":"Friend"
- },{
- "id":112,
- "text":"Wife"
- },{
- "id":113,
- "text":"Company"
- }]
- },{
- "id":12,
- "text":"Program Files",
- "children":[{
- "id":121,
- "text":"Intel"
- },{
- "id":122,
- "text":"Java",
- "attributes":{
- "p1":"Custom Attribute1",
- "p2":"Custom Attribute2"
- }
- },{
- "id":123,
- "text":"Microsoft Office"
- },{
- "id":124,
- "text":"Games",
- "checked":true
- }]
- },{
- "id":13,
- "text":"index.html"
- },{
- "id":14,
- "text":"about.html"
- },{
- "id":15,
- "text":"welcome.html"
- }]
-}]
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tagbox/autocomplete.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tagbox/autocomplete.html
deleted file mode 100644
index 95295e5..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tagbox/autocomplete.html
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
- TagBox with Autocomplete - jQuery EasyUI Demo
-
-
-
-
-
-
-
- TagBox with Autocomplete
- The autocomplete is the built-in feature that allows the user to select a value from the drop-down list.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tagbox/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tagbox/basic.html
deleted file mode 100644
index 376bdb0..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tagbox/basic.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
- Basic TagBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic TagBox
- The TagBox is created from a simple input element.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tagbox/button.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tagbox/button.html
deleted file mode 100644
index c7d0c88..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tagbox/button.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
- TagBox with Button - jQuery EasyUI Demo
-
-
-
-
-
-
-
- TagBox with Button
- The button can be attached to a tagbox.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tagbox/format.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tagbox/format.html
deleted file mode 100644
index 0a441bd..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tagbox/format.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
- Format TagBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Format TagBox
- This example shows how to format the tagbox values.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tagbox/style.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tagbox/style.html
deleted file mode 100644
index 51fcc66..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tagbox/style.html
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
- Custom TagBox Style - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Custom TagBox Style
- This example shows how to apply different CSS styles to different tags.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tagbox/tagbox_data1.json b/src/UWE_projectCode/前后端信息交互引用库/demo/tagbox/tagbox_data1.json
deleted file mode 100644
index b026b62..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tagbox/tagbox_data1.json
+++ /dev/null
@@ -1,21 +0,0 @@
-[{
- "id":"1",
- "text":"Java",
- "desc":"Write once, run anywhere"
-},{
- "id":"2",
- "text":"C#",
- "desc":"One of the programming languages designed for the Common Language Infrastructure"
-},{
- "id":"3",
- "text":"Ruby",
- "desc":"A dynamic, reflective, general-purpose object-oriented programming language"
-},{
- "id":"4",
- "text":"Perl",
- "desc":"A high-level, general-purpose, interpreted, dynamic programming language"
-},{
- "id":"5",
- "text":"Basic",
- "desc":"A family of general-purpose, high-level programming languages"
-}]
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tagbox/validate.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tagbox/validate.html
deleted file mode 100644
index 1a56e56..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tagbox/validate.html
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
- Validate TagBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Validate TagBox
- This example shows how to validate the tagbox values.
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/textbox/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/textbox/basic.html
deleted file mode 100644
index d7f9332..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/textbox/basic.html
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
- Basic TextBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic TextBox
- The textbox allows a user to enter information.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/textbox/button.html b/src/UWE_projectCode/前后端信息交互引用库/demo/textbox/button.html
deleted file mode 100644
index bc78b1f..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/textbox/button.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
- TextBox with Button - jQuery EasyUI Demo
-
-
-
-
-
-
-
- TextBox with Button
- The button can be attached to a textbox.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/textbox/clearicon.html b/src/UWE_projectCode/前后端信息交互引用库/demo/textbox/clearicon.html
deleted file mode 100644
index 94a0ee1..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/textbox/clearicon.html
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
- TextBox with Clear Icon - jQuery EasyUI Demo
-
-
-
-
-
-
-
- TextBox with Clear Icon
- This example shows how to create an textbox with an icon to clear the input element itself.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/textbox/custom.html b/src/UWE_projectCode/前后端信息交互引用库/demo/textbox/custom.html
deleted file mode 100644
index b4cf182..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/textbox/custom.html
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
- Custom TextBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Custom TextBox
- This example shows how to custom a login form.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/textbox/fluid.html b/src/UWE_projectCode/前后端信息交互引用库/demo/textbox/fluid.html
deleted file mode 100644
index 1c62dc2..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/textbox/fluid.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
- Fluid TextBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Fluid TextBox
- This example shows how to set the width of TextBox to a percentage of its parent container.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/textbox/icons.html b/src/UWE_projectCode/前后端信息交互引用库/demo/textbox/icons.html
deleted file mode 100644
index 10a9653..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/textbox/icons.html
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
- TextBox with Icons - jQuery EasyUI Demo
-
-
-
-
-
-
-
- TextBox with Icons
- Click the icons on textbox to perform actions.
-
-
- Select Icon Align:
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/textbox/multiline.html b/src/UWE_projectCode/前后端信息交互引用库/demo/textbox/multiline.html
deleted file mode 100644
index f56b4e5..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/textbox/multiline.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
- Multiline TextBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Multiline TextBox
- This example shows how to define a textbox for the user to enter multi-line text input.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/textbox/size.html b/src/UWE_projectCode/前后端信息交互引用库/demo/textbox/size.html
deleted file mode 100644
index 12e17dc..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/textbox/size.html
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
- TextBox Size - jQuery EasyUI Demo
-
-
-
-
-
-
-
- TextBox Size
- The textbox can vary in size.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/timepicker/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/timepicker/basic.html
deleted file mode 100644
index 72ac065..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/timepicker/basic.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
- Basic TimePicker - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic TimePicker
- Click drop-down button to choose time on a clock.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/timepicker/hour24.html b/src/UWE_projectCode/前后端信息交互引用库/demo/timepicker/hour24.html
deleted file mode 100644
index d98743c..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/timepicker/hour24.html
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
- TimePicker 24 Hour Format - jQuery EasyUI Demo
-
-
-
-
-
-
-
-
- TimePicker 24 Hour Format
- Click drop-down button to choose time on a clock.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/timespinner/actions.html b/src/UWE_projectCode/前后端信息交互引用库/demo/timespinner/actions.html
deleted file mode 100644
index 79b0755..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/timespinner/actions.html
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
- TimeSpinner Actions - jQuery EasyUI Demo
-
-
-
-
-
-
-
- TimeSpinner Actions
- Click the buttons below to perform actions.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/timespinner/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/timespinner/basic.html
deleted file mode 100644
index 2a3601b..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/timespinner/basic.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
- Basic TimeSpinner - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic TimeSpinner
- Click spin button to adjust time.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/timespinner/fluid.html b/src/UWE_projectCode/前后端信息交互引用库/demo/timespinner/fluid.html
deleted file mode 100644
index 6317491..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/timespinner/fluid.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
- Fluid TimeSpinner - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Fluid TimeSpinner
- This example shows how to set the width of TimeSpinner to a percentage of its parent container.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/timespinner/hour12.html b/src/UWE_projectCode/前后端信息交互引用库/demo/timespinner/hour12.html
deleted file mode 100644
index 8901851..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/timespinner/hour12.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
- 12 Hour Format - jQuery EasyUI Demo
-
-
-
-
-
-
-
- 12 Hour Format
- Displays in a 12 hour format.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/timespinner/range.html b/src/UWE_projectCode/前后端信息交互引用库/demo/timespinner/range.html
deleted file mode 100644
index 02a1338..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/timespinner/range.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
- Time Range - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Time Range
- The time value is constrained in specified range.
-
- From 08:30 to 18:00
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tooltip/_content.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tooltip/_content.html
deleted file mode 100644
index f7b8e2e..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tooltip/_content.html
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
- AJAX Content
-
-
- Here is the content loaded via AJAX.
-
- - easyui is a collection of user-interface plugin based on jQuery.
- - easyui provides essential functionality for building modern, interactive, javascript applications.
- - using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
- - complete framework for HTML5 web page.
- - easyui save your time and scales while developing your products.
- - easyui is very easy but powerful.
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tooltip/_dialog.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tooltip/_dialog.html
deleted file mode 100644
index 2c1b464..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tooltip/_dialog.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
- Dialog Content
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tooltip/ajax.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tooltip/ajax.html
deleted file mode 100644
index 2de45de..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tooltip/ajax.html
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
- Ajax Tooltip - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Ajax Tooltip
- The tooltip content can be loaded via AJAX.
-
- Hove me to display tooltip content via AJAX.
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tooltip/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tooltip/basic.html
deleted file mode 100644
index b9ad0e0..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tooltip/basic.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
- Basic Tooltip - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic Tooltip
- Hover the links to display tooltip message.
-
- The tooltip can use each elements title attribute.
- Hover me to display tooltip.
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tooltip/customcontent.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tooltip/customcontent.html
deleted file mode 100644
index 3e1ce97..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tooltip/customcontent.html
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
- Custom Tooltip Content - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Custom Tooltip Content
- Access to each elements attribute to get the tooltip content.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tooltip/customstyle.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tooltip/customstyle.html
deleted file mode 100644
index b5c8f3e..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tooltip/customstyle.html
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
- Custom Tooltip Style - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Custom Tooltip Style
- This sample shows how to change the tooltip style.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tooltip/position.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tooltip/position.html
deleted file mode 100644
index ac97d67..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tooltip/position.html
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
- Tooltip Position - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Tooltip Position
- Click the drop-down list below to change where the tooltip appears.
-
- Select position:
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tooltip/toolbar.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tooltip/toolbar.html
deleted file mode 100644
index ac1dff7..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tooltip/toolbar.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Tooltip as Toolbar - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Tooltip as Toolbar
- This sample shows how to create a tooltip style toolbar.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tooltip/tooltipdialog.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tooltip/tooltipdialog.html
deleted file mode 100644
index caee524..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tooltip/tooltipdialog.html
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
- Tooltip Dialog - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Tooltip Dialog
- This sample shows how to create a tooltip dialog.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tree/actions.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tree/actions.html
deleted file mode 100644
index b5e2d4b..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tree/actions.html
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
- Tree Actions - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Tree Actions
- Click the buttons below to perform actions.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tree/animation.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tree/animation.html
deleted file mode 100644
index d7ea6cc..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tree/animation.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
- Animation Tree - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Animation Tree
- Apply 'animate' property to true to enable animation effect.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tree/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tree/basic.html
deleted file mode 100644
index 9d937a7..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tree/basic.html
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
-
-
- Basic Tree - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic Tree
- Click the arrow on the left to expand or collapse nodes.
-
-
-
- -
- My Documents
-
- -
- Photos
-
- -
- Friend
-
- -
- Wife
-
- -
- Company
-
-
-
- -
- Program Files
-
- - Intel
- - Java
- - Microsoft Office
- - Games
-
-
- - index.html
- - about.html
- - welcome.html
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tree/checkbox.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tree/checkbox.html
deleted file mode 100644
index 734266e..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tree/checkbox.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
- CheckBox Tree - jQuery EasyUI Demo
-
-
-
-
-
-
-
- CheckBox Tree
- Tree nodes with check boxes.
-
-
- CascadeCheck
- OnlyLeafCheck
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tree/contextmenu.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tree/contextmenu.html
deleted file mode 100644
index 67f14d0..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tree/contextmenu.html
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
- Tree Context Menu - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Tree Context Menu
- Right click on a node to display context menu.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tree/customcheckbox.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tree/customcheckbox.html
deleted file mode 100644
index dc9a99b..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tree/customcheckbox.html
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
- Custom CheckBox Tree - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Custom CheckBox Tree
- Tree nodes with customized check boxes.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tree/dnd.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tree/dnd.html
deleted file mode 100644
index fdf4c1f..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tree/dnd.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
- Drag Drop Tree Nodes - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Drag Drop Tree Nodes
- Press mouse down and drag a node to another position.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tree/editable.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tree/editable.html
deleted file mode 100644
index afbb8c6..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tree/editable.html
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
- Editable Tree - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Editable Tree
- Click the node to begin edit, press enter key to stop edit or esc key to cancel edit.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tree/formatting.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tree/formatting.html
deleted file mode 100644
index e83d180..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tree/formatting.html
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
- Formatting Tree Nodes - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Formatting Tree Nodes
- This example shows how to display extra information on nodes.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tree/icons.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tree/icons.html
deleted file mode 100644
index c50df79..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tree/icons.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
- Tree Node Icons - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Tree Node Icons
- This sample illustrates how to add icons to tree node.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tree/lazyload.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tree/lazyload.html
deleted file mode 100644
index 014b255..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tree/lazyload.html
+++ /dev/null
@@ -1,82 +0,0 @@
-
-
-
-
- Lazy Load Tree Nodes - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Lazy Load Tree Nodes
- Get full hierarchical tree data but lazy load nodes level by level.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tree/lines.html b/src/UWE_projectCode/前后端信息交互引用库/demo/tree/lines.html
deleted file mode 100644
index 820ac44..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tree/lines.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
- Tree Lines - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Tree Lines
- This sample shows how to show tree lines.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tree/tree_data1.json b/src/UWE_projectCode/前后端信息交互引用库/demo/tree/tree_data1.json
deleted file mode 100644
index 83fb0d6..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tree/tree_data1.json
+++ /dev/null
@@ -1,49 +0,0 @@
-[{
- "id":1,
- "text":"My Documents",
- "children":[{
- "id":11,
- "text":"Photos",
- "state":"closed",
- "children":[{
- "id":111,
- "text":"Friend"
- },{
- "id":112,
- "text":"Wife"
- },{
- "id":113,
- "text":"Company"
- }]
- },{
- "id":12,
- "text":"Program Files",
- "children":[{
- "id":121,
- "text":"Intel"
- },{
- "id":122,
- "text":"Java",
- "attributes":{
- "p1":"Custom Attribute1",
- "p2":"Custom Attribute2"
- }
- },{
- "id":123,
- "text":"Microsoft Office"
- },{
- "id":124,
- "text":"Games",
- "checked":true
- }]
- },{
- "id":13,
- "text":"index.html"
- },{
- "id":14,
- "text":"about.html"
- },{
- "id":15,
- "text":"welcome.html"
- }]
-}]
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/tree/tree_data2.json b/src/UWE_projectCode/前后端信息交互引用库/demo/tree/tree_data2.json
deleted file mode 100644
index 14e3429..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/tree/tree_data2.json
+++ /dev/null
@@ -1,61 +0,0 @@
-[{
- "id":1,
- "text":"My Documents",
- "children":[{
- "id":11,
- "text":"Photos",
- "state":"closed",
- "children":[{
- "id":111,
- "text":"Friend"
- },{
- "id":112,
- "text":"Wife"
- },{
- "id":113,
- "text":"Company"
- }]
- },{
- "id":12,
- "text":"Program Files",
- "state":"closed",
- "children":[{
- "id":121,
- "text":"Intel"
- },{
- "id":122,
- "text":"Java"
- },{
- "id":123,
- "text":"Microsoft Office"
- },{
- "id":124,
- "text":"Games"
- }]
- },{
- "id":16,
- "text":"Actions",
- "children":[{
- "text":"Add",
- "iconCls":"icon-add"
- },{
- "text":"Remove",
- "iconCls":"icon-remove"
- },{
- "text":"Save",
- "iconCls":"icon-save"
- },{
- "text":"Search",
- "iconCls":"icon-search"
- }]
- },{
- "id":13,
- "text":"index.html"
- },{
- "id":14,
- "text":"about.html"
- },{
- "id":15,
- "text":"welcome.html"
- }]
-}]
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/actions.html b/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/actions.html
deleted file mode 100644
index 31430a5..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/actions.html
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
- TreeGrid Actions - jQuery EasyUI Demo
-
-
-
-
-
-
-
- TreeGrid Actions
- Click the buttons below to perform actions.
-
-
-
-
- Task Name |
- Persons |
- Begin Date |
- End Date |
- Progress |
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/basic.html
deleted file mode 100644
index 7daefeb..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/basic.html
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
- Basic TreeGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic TreeGrid
- TreeGrid allows you to expand or collapse group rows.
-
-
-
-
- Name |
- Size |
- Modified Date |
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/checkbox.html b/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/checkbox.html
deleted file mode 100644
index 26f3754..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/checkbox.html
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
- Cascade CheckBox in TreeGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Cascade CheckBox in TreeGrid
- TreeGrid nodes with cascade check boxes.
-
-
-
-
- Name |
- Size |
- Modified Date |
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/clientpagination.html b/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/clientpagination.html
deleted file mode 100644
index 7e6a500..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/clientpagination.html
+++ /dev/null
@@ -1,189 +0,0 @@
-
-
-
-
- Client Side Pagination in TreeGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Client Side Pagination in TreeGrid
- This sample shows how to implement client side pagination in TreeGrid.
-
-
-
-
- Task Name |
- Persons |
- Begin Date |
- End Date |
- Progress |
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/contextmenu.html b/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/contextmenu.html
deleted file mode 100644
index 7bc92ed..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/contextmenu.html
+++ /dev/null
@@ -1,106 +0,0 @@
-
-
-
-
- TreeGrid ContextMenu - jQuery EasyUI Demo
-
-
-
-
-
-
-
- TreeGrid ContextMenu
- Right click to display the context menu.
-
-
-
-
- Task Name |
- Persons |
- Begin Date |
- End Date |
- Progress |
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/customcheckbox.html b/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/customcheckbox.html
deleted file mode 100644
index 7ba6363..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/customcheckbox.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Custom CheckBox in TreeGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Custom CheckBox in TreeGrid
- TreeGrid nodes with customized check boxes.
-
-
-
-
- Name |
- Size |
- Modified Date |
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/editable.html b/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/editable.html
deleted file mode 100644
index 30713e6..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/editable.html
+++ /dev/null
@@ -1,93 +0,0 @@
-
-
-
-
- Editable TreeGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Editable TreeGrid
- Select one node and click edit button to perform editing.
-
-
-
-
- Task Name |
- Persons |
- Begin Date |
- End Date |
- Progress |
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/fluid.html b/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/fluid.html
deleted file mode 100644
index e0c8c0e..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/fluid.html
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
- Fluid TreeGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Fluid TreeGrid
- This example shows how to assign percentage width to a column in TreeGrid.
-
-
-
-
- Name(50%) |
- Size(20%) |
- Modified Date(30%) |
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/footer.html b/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/footer.html
deleted file mode 100644
index 5d1cff9..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/footer.html
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
- TreeGrid with Footer - jQuery EasyUI Demo
-
-
-
-
-
-
-
- TreeGrid with Footer
- Show summary information on TreeGrid footer.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/lines.html b/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/lines.html
deleted file mode 100644
index 78cf623..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/lines.html
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
- TreeGrid Lines - jQuery EasyUI Demo
-
-
-
-
-
-
-
- TreeGrid Lines
- This example shows how to show treegrid lines.
-
-
-
-
- Name |
- Size |
- Modified Date |
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/reports.html b/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/reports.html
deleted file mode 100644
index 94f27f4..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/reports.html
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
- Reports using TreeGrid - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Reports using TreeGrid
- Using TreeGrid to show complex reports.
-
-
-
-
- Region |
-
-
-
-
- 2009 |
- 2010 |
-
-
- 1st qrt. |
- 2st qrt. |
- 3st qrt. |
- 4st qrt. |
- 1st qrt. |
- 2st qrt. |
- 3st qrt. |
- 4st qrt. |
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/treegrid_data1.json b/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/treegrid_data1.json
deleted file mode 100644
index 0313d46..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/treegrid_data1.json
+++ /dev/null
@@ -1,73 +0,0 @@
-[{
- "id":1,
- "name":"C",
- "size":"",
- "date":"02/19/2010",
- "children":[{
- "id":2,
- "name":"Program Files",
- "size":"120 MB",
- "date":"03/20/2010",
- "children":[{
- "id":21,
- "name":"Java",
- "size":"",
- "date":"01/13/2010",
- "state":"closed",
- "children":[{
- "id":211,
- "name":"java.exe",
- "size":"142 KB",
- "date":"01/13/2010"
- },{
- "id":212,
- "name":"jawt.dll",
- "size":"5 KB",
- "date":"01/13/2010"
- }]
- },{
- "id":22,
- "name":"MySQL",
- "size":"",
- "date":"01/13/2010",
- "state":"closed",
- "children":[{
- "id":221,
- "name":"my.ini",
- "size":"10 KB",
- "date":"02/26/2009"
- },{
- "id":222,
- "name":"my-huge.ini",
- "size":"5 KB",
- "date":"02/26/2009"
- },{
- "id":223,
- "name":"my-large.ini",
- "size":"5 KB",
- "date":"02/26/2009"
- }]
- }]
- },{
- "id":3,
- "name":"eclipse",
- "size":"",
- "date":"01/20/2010",
- "children":[{
- "id":31,
- "name":"eclipse.exe",
- "size":"56 KB",
- "date":"05/19/2009"
- },{
- "id":32,
- "name":"eclipse.ini",
- "size":"1 KB",
- "date":"04/20/2010"
- },{
- "id":33,
- "name":"notice.html",
- "size":"7 KB",
- "date":"03/17/2005"
- }]
- }]
-}]
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/treegrid_data2.json b/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/treegrid_data2.json
deleted file mode 100644
index f917507..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/treegrid_data2.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{"total":7,"rows":[
- {"id":1,"name":"All Tasks","begin":"3/4/2010","end":"3/20/2010","progress":60,"iconCls":"icon-ok"},
- {"id":2,"name":"Designing","begin":"3/4/2010","end":"3/10/2010","progress":100,"_parentId":1,"state":"closed"},
- {"id":21,"name":"Database","persons":2,"begin":"3/4/2010","end":"3/6/2010","progress":100,"_parentId":2},
- {"id":22,"name":"UML","persons":1,"begin":"3/7/2010","end":"3/8/2010","progress":100,"_parentId":2},
- {"id":23,"name":"Export Document","persons":1,"begin":"3/9/2010","end":"3/10/2010","progress":100,"_parentId":2},
- {"id":3,"name":"Coding","persons":2,"begin":"3/11/2010","end":"3/18/2010","progress":80},
- {"id":4,"name":"Testing","persons":1,"begin":"3/19/2010","end":"3/20/2010","progress":20}
-],"footer":[
- {"name":"Total Persons:","persons":7,"iconCls":"icon-sum"}
-]}
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/treegrid_data3.json b/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/treegrid_data3.json
deleted file mode 100644
index 0475c38..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/treegrid/treegrid_data3.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{"total":9,"rows":[
- {"id":1,"region":"Wyoming"},
- {"id":11,"region":"Albin","f1":2000,"f2":1800,"f3":1903,"f4":2183,"f5":2133,"f6":1923,"f7":2018,"f8":1838,"_parentId":1},
- {"id":12,"region":"Canon","f1":2000,"f2":1800,"f3":1903,"f4":2183,"f5":2133,"f6":1923,"f7":2018,"f8":1838,"_parentId":1},
- {"id":13,"region":"Egbert","f1":2000,"f2":1800,"f3":1903,"f4":2183,"f5":2133,"f6":1923,"f7":2018,"f8":1838,"_parentId":1},
- {"id":2,"region":"Washington"},
- {"id":21,"region":"Bellingham","f1":2000,"f2":1800,"f3":1903,"f4":2183,"f5":2133,"f6":1923,"f7":2018,"f8":1838,"_parentId":2},
- {"id":22,"region":"Chehalis","f1":2000,"f2":1800,"f3":1903,"f4":2183,"f5":2133,"f6":1923,"f7":2018,"f8":1838,"_parentId":2},
- {"id":23,"region":"Ellensburg","f1":2000,"f2":1800,"f3":1903,"f4":2183,"f5":2133,"f6":1923,"f7":2018,"f8":1838,"_parentId":2},
- {"id":24,"region":"Monroe","f1":2000,"f2":1800,"f3":1903,"f4":2183,"f5":2133,"f6":1923,"f7":2018,"f8":1838,"_parentId":2}
-],"footer":[
- {"region":"Total","f1":14000,"f2":12600,"f3":13321,"f4":15281,"f5":14931,"f6":13461,"f7":14126,"f8":12866}
-]}
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/validatebox/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/validatebox/basic.html
deleted file mode 100644
index a08fc1c..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/validatebox/basic.html
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
- Basic ValidateBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic ValidateBox
- It's easy to add validate logic to a input box.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/validatebox/customtooltip.html b/src/UWE_projectCode/前后端信息交互引用库/demo/validatebox/customtooltip.html
deleted file mode 100644
index dd2c440..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/validatebox/customtooltip.html
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
-
- Custom ValidateBox Tooltip - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Custom ValidateBox Tooltip
- This sample shows how to display another tooltip message on a valid textbox.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/validatebox/errorplacement.html b/src/UWE_projectCode/前后端信息交互引用库/demo/validatebox/errorplacement.html
deleted file mode 100644
index 57d1bd8..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/validatebox/errorplacement.html
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
-
- Error Placement in ValidateBox - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Error Placement in ValidateBox
- This example shows how to display the error message below the field.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/validatebox/validateonblur.html b/src/UWE_projectCode/前后端信息交互引用库/demo/validatebox/validateonblur.html
deleted file mode 100644
index 39c99f5..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/validatebox/validateonblur.html
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
- Validate On Blur - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Validate On Blur
- Active validation on first blur event.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/window/basic.html b/src/UWE_projectCode/前后端信息交互引用库/demo/window/basic.html
deleted file mode 100644
index 4c3c551..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/window/basic.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
- Basic Window - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Basic Window
- Window can be dragged freely on screen.
-
-
- The window content.
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/window/borderstyle.html b/src/UWE_projectCode/前后端信息交互引用库/demo/window/borderstyle.html
deleted file mode 100644
index 12e6625..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/window/borderstyle.html
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
-
-
- Window Border Style - jQuery EasyUI Demo
-
-
-
-
-
-
-
-
- Window Border Style
- This example shows how to set the different border style.
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/window/customtools.html b/src/UWE_projectCode/前后端信息交互引用库/demo/window/customtools.html
deleted file mode 100644
index 1a22ad1..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/window/customtools.html
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
- Custom Window Tools - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Custom Window Tools
- Click the right top buttons to perform actions.
-
-
- The window content.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/window/fluid.html b/src/UWE_projectCode/前后端信息交互引用库/demo/window/fluid.html
deleted file mode 100644
index 11b3967..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/window/fluid.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
- Fluid Window - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Fluid Window
- This example shows how to set the width of Window to a percentage of its parent container.
-
-
-
The window has a width of 80%.
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/window/footer.html b/src/UWE_projectCode/前后端信息交互引用库/demo/window/footer.html
deleted file mode 100644
index ba29d53..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/window/footer.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
- Window with a Footer - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Window with a Footer
- This example shows how to attach a footer bar to the window.
-
-
- The window content.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/window/inlinewindow.html b/src/UWE_projectCode/前后端信息交互引用库/demo/window/inlinewindow.html
deleted file mode 100644
index 8335880..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/window/inlinewindow.html
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
- Inline Window - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Inline Window
- The inline window stay inside its parent.
-
-
-
- This window stay inside its parent
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/window/modalwindow.html b/src/UWE_projectCode/前后端信息交互引用库/demo/window/modalwindow.html
deleted file mode 100644
index 59e79ca..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/window/modalwindow.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
- Modal Window - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Modal Window
- Click the open button below to open the modal window.
-
-
- The window content.
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/demo/window/windowlayout.html b/src/UWE_projectCode/前后端信息交互引用库/demo/window/windowlayout.html
deleted file mode 100644
index 7311ef6..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/demo/window/windowlayout.html
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
- Window Layout - jQuery EasyUI Demo
-
-
-
-
-
-
-
- Window Layout
- Using layout on window.
-
-
-
-
-
- jQuery EasyUI framework help you build your web page easily.
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/UWE_projectCode/前后端信息交互引用库/easyloader.js b/src/UWE_projectCode/前后端信息交互引用库/easyloader.js
deleted file mode 100644
index 165b75b..0000000
--- a/src/UWE_projectCode/前后端信息交互引用库/easyloader.js
+++ /dev/null
@@ -1,194 +0,0 @@
-/**
- * EasyUI for jQuery 1.10.16
- *
- * Copyright (c) 2009-2023 www.jeasyui.com. All rights reserved.
- *
- * Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php
- * To use it on other terms please contact us: info@jeasyui.com
- *
- */
-(function(){
-var _1={draggable:{js:"jquery.draggable.js"},droppable:{js:"jquery.droppable.js"},resizable:{js:"jquery.resizable.js"},linkbutton:{js:"jquery.linkbutton.js",css:"linkbutton.css"},progressbar:{js:"jquery.progressbar.js",css:"progressbar.css"},tooltip:{js:"jquery.tooltip.js",css:"tooltip.css"},pagination:{js:"jquery.pagination.js",css:"pagination.css",dependencies:["linkbutton"]},datagrid:{js:"jquery.datagrid.js",css:"datagrid.css",dependencies:["panel","resizable","linkbutton","pagination"]},treegrid:{js:"jquery.treegrid.js",css:"tree.css",dependencies:["datagrid"]},propertygrid:{js:"jquery.propertygrid.js",css:"propertygrid.css",dependencies:["datagrid"]},datalist:{js:"jquery.datalist.js",css:"datalist.css",dependencies:["datagrid"]},panel:{js:"jquery.panel.js",css:"panel.css"},window:{js:"jquery.window.js",css:"window.css",dependencies:["resizable","draggable","panel"]},dialog:{js:"jquery.dialog.js",css:"dialog.css",dependencies:["linkbutton","window"]},messager:{js:"jquery.messager.js",css:"messager.css",dependencies:["linkbutton","dialog","progressbar"]},layout:{js:"jquery.layout.js",css:"layout.css",dependencies:["resizable","panel"]},form:{js:"jquery.form.js"},menu:{js:"jquery.menu.js",css:"menu.css"},tabs:{js:"jquery.tabs.js",css:"tabs.css",dependencies:["panel","linkbutton"]},menubutton:{js:"jquery.menubutton.js",css:"menubutton.css",dependencies:["linkbutton","menu"]},splitbutton:{js:"jquery.splitbutton.js",css:"splitbutton.css",dependencies:["menubutton"]},switchbutton:{js:"jquery.switchbutton.js",css:"switchbutton.css"},accordion:{js:"jquery.accordion.js",css:"accordion.css",dependencies:["panel"]},calendar:{js:"jquery.calendar.js",css:"calendar.css"},textbox:{js:"jquery.textbox.js",css:"textbox.css",dependencies:["validatebox","linkbutton"]},passwordbox:{js:"jquery.passwordbox.js",css:"passwordbox.css",dependencies:["textbox"]},filebox:{js:"jquery.filebox.js",css:"filebox.css",dependencies:["textbox"]},radiobutton:{js:"jquery.radiobutton.js",css:"radiobutton.css"},checkbox:{js:"jquery.checkbox.js",css:"checkbox.css"},sidemenu:{js:"jquery.sidemenu.js",css:"sidemenu.css",dependencies:["accordion","tree","tooltip"]},combo:{js:"jquery.combo.js",css:"combo.css",dependencies:["panel","textbox"]},combobox:{js:"jquery.combobox.js",css:"combobox.css",dependencies:["combo"]},combotree:{js:"jquery.combotree.js",dependencies:["combo","tree"]},combogrid:{js:"jquery.combogrid.js",dependencies:["combo","datagrid"]},combotreegrid:{js:"jquery.combotreegrid.js",dependencies:["combo","treegrid"]},tagbox:{js:"jquery.tagbox.js",dependencies:["combobox"]},validatebox:{js:"jquery.validatebox.js",css:"validatebox.css",dependencies:["tooltip"]},numberbox:{js:"jquery.numberbox.js",dependencies:["textbox"]},searchbox:{js:"jquery.searchbox.js",css:"searchbox.css",dependencies:["menubutton","textbox"]},spinner:{js:"jquery.spinner.js",css:"spinner.css",dependencies:["textbox"]},numberspinner:{js:"jquery.numberspinner.js",dependencies:["spinner","numberbox"]},timespinner:{js:"jquery.timespinner.js",dependencies:["spinner"]},timepicker:{js:"jquery.timepicker.js",css:"timepicker.css",dependencies:["combo"]},tree:{js:"jquery.tree.js",css:"tree.css",dependencies:["draggable","droppable"]},datebox:{js:"jquery.datebox.js",css:"datebox.css",dependencies:["calendar","combo"]},datetimebox:{js:"jquery.datetimebox.js",dependencies:["datebox","timespinner"]},slider:{js:"jquery.slider.js",dependencies:["draggable"]},parser:{js:"jquery.parser.js",css:"flex.css"},mobile:{js:"jquery.mobile.js"}};
-var _2={"af":"easyui-lang-af.js","ar":"easyui-lang-ar.js","bg":"easyui-lang-bg.js","ca":"easyui-lang-ca.js","cs":"easyui-lang-cs.js","cz":"easyui-lang-cz.js","da":"easyui-lang-da.js","de":"easyui-lang-de.js","el":"easyui-lang-el.js","en":"easyui-lang-en.js","es":"easyui-lang-es.js","fr":"easyui-lang-fr.js","it":"easyui-lang-it.js","jp":"easyui-lang-jp.js","nl":"easyui-lang-nl.js","pl":"easyui-lang-pl.js","pt_BR":"easyui-lang-pt_BR.js","ru":"easyui-lang-ru.js","sv_SE":"easyui-lang-sv_SE.js","tr":"easyui-lang-tr.js","zh_CN":"easyui-lang-zh_CN.js","zh_TW":"easyui-lang-zh_TW.js"};
-var _3={};
-function _4(_5,_6){
-var _7=false;
-var _8=document.createElement("script");
-_8.type="text/javascript";
-_8.language="javascript";
-_8.src=_5;
-_8.onload=_8.onreadystatechange=function(){
-if(!_7&&(!_8.readyState||_8.readyState=="loaded"||_8.readyState=="complete")){
-_7=true;
-_8.onload=_8.onreadystatechange=null;
-if(_6){
-_6.call(_8);
-}
-}
-};
-document.getElementsByTagName("head")[0].appendChild(_8);
-};
-function _9(_a,_b){
-_4(_a,function(){
-document.getElementsByTagName("head")[0].removeChild(this);
-if(_b){
-_b();
-}
-});
-};
-function _c(_d,_e){
-var _f=document.createElement("link");
-_f.rel="stylesheet";
-_f.type="text/css";
-_f.media="screen";
-_f.href=_d;
-document.getElementsByTagName("head")[0].appendChild(_f);
-if(_e){
-_e.call(_f);
-}
-};
-function _10(_11,_12){
-_3[_11]="loading";
-var _13=_1[_11];
-var _14="loading";
-var _15=(easyloader.css&&_13["css"])?"loading":"loaded";
-if(easyloader.css&&_13["css"]){
-if(/^http/i.test(_13["css"])){
-var url=_13["css"];
-}else{
-var url=easyloader.base+"themes/"+easyloader.theme+"/"+_13["css"];
-}
-_c(url,function(){
-_15="loaded";
-if(_14=="loaded"&&_15=="loaded"){
-_16();
-}
-});
-}
-if(/^http/i.test(_13["js"])){
-var url=_13["js"];
-}else{
-var url=easyloader.base+"plugins/"+_13["js"];
-}
-_4(url,function(){
-_14="loaded";
-if(_14=="loaded"&&_15=="loaded"){
-_16();
-}
-});
-function _16(){
-_3[_11]="loaded";
-easyloader.onProgress(_11);
-if(_12){
-_12();
-}
-};
-};
-function _17(_18,_19){
-var mm=[];
-var _1a=false;
-if(typeof _18=="string"){
-add(_18);
-}else{
-for(var i=0;i<_18.length;i++){
-add(_18[i]);
-}
-}
-mm.unshift("parser");
-function add(_1b){
-if(!_1[_1b]){
-return;
-}
-var d=_1[_1b]["dependencies"];
-if(d){
-for(var i=0;i=0;i--){
-_9.unshift(_a.children[i]);
-}
-}
-}
-}};
-$.parser={auto:true,emptyFn:function(){
-},onComplete:function(_b){
-},plugins:["draggable","droppable","resizable","pagination","tooltip","linkbutton","menu","sidemenu","menubutton","splitbutton","switchbutton","progressbar","radiobutton","checkbox","radiogroup","checkgroup","tree","textbox","passwordbox","maskedbox","filebox","combo","combobox","combotree","combogrid","combotreegrid","tagbox","numberbox","validatebox","searchbox","spinner","numberspinner","timespinner","datetimespinner","calendar","datebox","datetimebox","timepicker","slider","layout","panel","datagrid","propertygrid","treegrid","datalist","tabs","accordion","window","dialog","drawer","form"],parse:function(_c){
-var aa=[];
-for(var i=0;i<$.parser.plugins.length;i++){
-var _d=$.parser.plugins[i];
-var r=$(".easyui-"+_d,_c);
-if(r.length){
-if(r[_d]){
-r.each(function(){
-$(this)[_d]($.data(this,"options")||{});
-});
-}else{
-aa.push({name:_d,jq:r});
-}
-}
-}
-if(aa.length&&window.easyloader){
-var _e=[];
-for(var i=0;i=0){
-_13+=_12[0].offsetWidth-_12[0].clientWidth;
-v=Math.floor((_12.width()-_13)*v/100);
-}else{
-_13+=_12[0].offsetHeight-_12[0].clientHeight;
-v=Math.floor((_12.height()-_13)*v/100);
-}
-}else{
-v=parseInt(v)||undefined;
-}
-return v;
-},parseOptions:function(_15,_16){
-var t=$(_15);
-var _17={};
-var s=$.trim(t.attr("data-options"));
-if(s){
-if(s.substring(0,1)!="{"){
-s="{"+s+"}";
-}
-_17=(new Function("return "+s))();
-}
-$.map(["width","height","left","top","minWidth","maxWidth","minHeight","maxHeight"],function(p){
-var pv=$.trim(_15.style[p]||"");
-if(pv){
-if(pv.indexOf("%")==-1){
-pv=parseInt(pv);
-if(isNaN(pv)){
-pv=undefined;
-}
-}
-_17[p]=pv;
-}
-});
-if(_16){
-var _18={};
-for(var i=0;i<_16.length;i++){
-var pp=_16[i];
-if(typeof pp=="string"){
-_18[pp]=t.attr(pp);
-}else{
-for(var _19 in pp){
-var _1a=pp[_19];
-if(_1a=="boolean"){
-_18[_19]=t.attr(_19)?(t.attr(_19)=="true"):undefined;
-}else{
-if(_1a=="number"){
-_18[_19]=t.attr(_19)=="0"?0:parseFloat(t.attr(_19))||undefined;
-}
-}
-}
-}
-}
-$.extend(_17,_18);
-}
-return _17;
-},parseVars:function(){
-var d=$("").appendTo("body");
-$._boxModel=d.outerWidth()!=100;
-d.remove();
-d=$("").appendTo("body");
-$._positionFixed=(d.css("position")=="fixed");
-d.remove();
-}};
-$(function(){
-$.parser.parseVars();
-if(!window.easyloader&&$.parser.auto){
-$.parser.parse();
-}
-});
-$.fn._outerWidth=function(_1b){
-if(_1b==undefined){
-if(this[0]==window){
-return this.width()||document.body.clientWidth;
-}
-return this.outerWidth()||0;
-}
-return this._size("width",_1b);
-};
-$.fn._outerHeight=function(_1c){
-if(_1c==undefined){
-if(this[0]==window){
-return this.height()||document.body.clientHeight;
-}
-return this.outerHeight()||0;
-}
-return this._size("height",_1c);
-};
-$.fn._scrollLeft=function(_1d){
-if(_1d==undefined){
-return this.scrollLeft();
-}else{
-return this.each(function(){
-$(this).scrollLeft(_1d);
-});
-}
-};
-$.fn._propAttr=$.fn.prop||$.fn.attr;
-$.fn._bind=$.fn.on;
-$.fn._unbind=$.fn.off;
-$.fn._size=function(_1e,_1f){
-if(typeof _1e=="string"){
-if(_1e=="clear"){
-return this.each(function(){
-$(this).css({width:"",minWidth:"",maxWidth:"",height:"",minHeight:"",maxHeight:""});
-});
-}else{
-if(_1e=="fit"){
-return this.each(function(){
-_20(this,this.tagName=="BODY"?$("body"):$(this).parent(),true);
-});
-}else{
-if(_1e=="unfit"){
-return this.each(function(){
-_20(this,$(this).parent(),false);
-});
-}else{
-if(_1f==undefined){
-return _21(this[0],_1e);
-}else{
-return this.each(function(){
-_21(this,_1e,_1f);
-});
-}
-}
-}
-}
-}else{
-return this.each(function(){
-_1f=_1f||$(this).parent();
-$.extend(_1e,_20(this,_1f,_1e.fit)||{});
-var r1=_22(this,"width",_1f,_1e);
-var r2=_22(this,"height",_1f,_1e);
-if(r1||r2){
-$(this).addClass("easyui-fluid");
-}else{
-$(this).removeClass("easyui-fluid");
-}
-});
-}
-function _20(_23,_24,fit){
-if(!_24.length){
-return false;
-}
-var t=$(_23)[0];
-var p=_24[0];
-var _25=p.fcount||0;
-if(fit){
-if(!t.fitted){
-t.fitted=true;
-p.fcount=_25+1;
-$(p).addClass("panel-noscroll");
-if(p.tagName=="BODY"){
-$("html").addClass("panel-fit");
-}
-}
-return {width:($(p).width()||1),height:($(p).height()||1)};
-}else{
-if(t.fitted){
-t.fitted=false;
-p.fcount=_25-1;
-if(p.fcount==0){
-$(p).removeClass("panel-noscroll");
-if(p.tagName=="BODY"){
-$("html").removeClass("panel-fit");
-}
-}
-}
-return false;
-}
-};
-function _22(_26,_27,_28,_29){
-var t=$(_26);
-var p=_27;
-var p1=p.substr(0,1).toUpperCase()+p.substr(1);
-var min=$.parser.parseValue("min"+p1,_29["min"+p1],_28);
-var max=$.parser.parseValue("max"+p1,_29["max"+p1],_28);
-var val=$.parser.parseValue(p,_29[p],_28);
-var _2a=(String(_29[p]||"").indexOf("%")>=0?true:false);
-if(!isNaN(val)){
-var v=Math.min(Math.max(val,min||0),max||99999);
-if(!_2a){
-_29[p]=v;
-}
-t._size("min"+p1,"");
-t._size("max"+p1,"");
-t._size(p,v);
-}else{
-t._size(p,"");
-t._size("min"+p1,min);
-t._size("max"+p1,max);
-}
-return _2a||_29.fit;
-};
-function _21(_2b,_2c,_2d){
-var t=$(_2b);
-if(_2d==undefined){
-_2d=parseInt(_2b.style[_2c]);
-if(isNaN(_2d)){
-return undefined;
-}
-if($._boxModel){
-_2d+=_2e();
-}
-return _2d;
-}else{
-if(_2d===""){
-t.css(_2c,"");
-}else{
-if($._boxModel){
-_2d-=_2e();
-if(_2d<0){
-_2d=0;
-}
-}
-t.css(_2c,_2d+"px");
-}
-}
-function _2e(){
-if(_2c.toLowerCase().indexOf("width")>=0){
-return t.outerWidth()-t.width();
-}else{
-return t.outerHeight()-t.height();
-}
-};
-};
-};
-})(jQuery);
-(function($){
-var _2f=null;
-var _30=null;
-var _31=false;
-function _32(e){
-if(e.touches.length!=1){
-return;
-}
-if(!_31){
-_31=true;
-dblClickTimer=setTimeout(function(){
-_31=false;
-},500);
-}else{
-clearTimeout(dblClickTimer);
-_31=false;
-_33(e,"dblclick");
-}
-_2f=setTimeout(function(){
-_33(e,"contextmenu",3);
-},1000);
-_33(e,"mousedown");
-if($.fn.draggable.isDragging||$.fn.resizable.isResizing){
-e.preventDefault();
-}
-};
-function _34(e){
-if(e.touches.length!=1){
-return;
-}
-if(_2f){
-clearTimeout(_2f);
-}
-_33(e,"mousemove");
-if($.fn.draggable.isDragging||$.fn.resizable.isResizing){
-e.preventDefault();
-}
-};
-function _35(e){
-if(_2f){
-clearTimeout(_2f);
-}
-_33(e,"mouseup");
-if($.fn.draggable.isDragging||$.fn.resizable.isResizing){
-e.preventDefault();
-}
-};
-function _33(e,_36,_37){
-var _38=new $.Event(_36);
-_38.pageX=e.changedTouches[0].pageX;
-_38.pageY=e.changedTouches[0].pageY;
-_38.which=_37||1;
-$(e.target).trigger(_38);
-};
-if(document.addEventListener){
-document.addEventListener("touchstart",_32,true);
-document.addEventListener("touchmove",_34,true);
-document.addEventListener("touchend",_35,true);
-}
-})(jQuery);
-(function($){
-function _39(e){
-var _3a=$.data(e.data.target,"draggable");
-var _3b=_3a.options;
-var _3c=_3a.proxy;
-var _3d=e.data;
-var _3e=_3d.startLeft+e.pageX-_3d.startX;
-var top=_3d.startTop+e.pageY-_3d.startY;
-if(_3c){
-if(_3c.parent()[0]==document.body){
-if(_3b.deltaX!=null&&_3b.deltaX!=undefined){
-_3e=e.pageX+_3b.deltaX;
-}else{
-_3e=e.pageX-e.data.offsetWidth;
-}
-if(_3b.deltaY!=null&&_3b.deltaY!=undefined){
-top=e.pageY+_3b.deltaY;
-}else{
-top=e.pageY-e.data.offsetHeight;
-}
-}else{
-if(_3b.deltaX!=null&&_3b.deltaX!=undefined){
-_3e+=e.data.offsetWidth+_3b.deltaX;
-}
-if(_3b.deltaY!=null&&_3b.deltaY!=undefined){
-top+=e.data.offsetHeight+_3b.deltaY;
-}
-}
-}
-if(e.data.parent!=document.body){
-_3e+=$(e.data.parent).scrollLeft();
-top+=$(e.data.parent).scrollTop();
-}
-if(_3b.axis=="h"){
-_3d.left=_3e;
-}else{
-if(_3b.axis=="v"){
-_3d.top=top;
-}else{
-_3d.left=_3e;
-_3d.top=top;
-}
-}
-};
-function _3f(e){
-var _40=$.data(e.data.target,"draggable");
-var _41=_40.options;
-var _42=_40.proxy;
-if(!_42){
-_42=$(e.data.target);
-}
-_42.css({left:e.data.left,top:e.data.top});
-$("body").css("cursor",_41.cursor);
-};
-function _43(e){
-if(!$.fn.draggable.isDragging){
-return false;
-}
-var _44=$.data(e.data.target,"draggable");
-var _45=_44.options;
-var _46=$(".droppable:visible").filter(function(){
-return e.data.target!=this;
-}).filter(function(){
-var _47=$.data(this,"droppable").options.accept;
-if(_47){
-return $(_47).filter(function(){
-return this==e.data.target;
-}).length>0;
-}else{
-return true;
-}
-});
-_44.droppables=_46;
-var _48=_44.proxy;
-if(!_48){
-if(_45.proxy){
-if(_45.proxy=="clone"){
-_48=$(e.data.target).clone().insertAfter(e.data.target);
-}else{
-_48=_45.proxy.call(e.data.target,e.data.target);
-}
-_44.proxy=_48;
-}else{
-_48=$(e.data.target);
-}
-}
-_48.css("position","absolute");
-_39(e);
-_3f(e);
-_45.onStartDrag.call(e.data.target,e);
-return false;
-};
-function _49(e){
-if(!$.fn.draggable.isDragging){
-return false;
-}
-var _4a=$.data(e.data.target,"draggable");
-_39(e);
-if(_4a.options.onDrag.call(e.data.target,e)!=false){
-_3f(e);
-}
-var _4b=e.data.target;
-_4a.droppables.each(function(){
-var _4c=$(this);
-if(_4c.droppable("options").disabled){
-return;
-}
-var p2=_4c.offset();
-if(e.pageX>p2.left&&e.pageXp2.top&&e.pageYp2.left&&e.pageXp2.top&&e.pageY_62.options.edge;
-};
-});
-};
-$.fn.draggable.methods={options:function(jq){
-return $.data(jq[0],"draggable").options;
-},proxy:function(jq){
-return $.data(jq[0],"draggable").proxy;
-},enable:function(jq){
-return jq.each(function(){
-$(this).draggable({disabled:false});
-});
-},disable:function(jq){
-return jq.each(function(){
-$(this).draggable({disabled:true});
-});
-}};
-$.fn.draggable.parseOptions=function(_67){
-var t=$(_67);
-return $.extend({},$.parser.parseOptions(_67,["cursor","handle","axis",{"revert":"boolean","deltaX":"number","deltaY":"number","edge":"number","delay":"number"}]),{disabled:(t.attr("disabled")?true:undefined)});
-};
-$.fn.draggable.defaults={proxy:null,revert:false,cursor:"move",deltaX:null,deltaY:null,handle:null,disabled:false,edge:0,axis:null,delay:100,onBeforeDrag:function(e){
-},onStartDrag:function(e){
-},onDrag:function(e){
-},onEndDrag:function(e){
-},onStopDrag:function(e){
-}};
-$.fn.draggable.isDragging=false;
-})(jQuery);
-(function($){
-function _68(_69){
-$(_69).addClass("droppable");
-$(_69)._bind("_dragenter",function(e,_6a){
-$.data(_69,"droppable").options.onDragEnter.apply(_69,[e,_6a]);
-});
-$(_69)._bind("_dragleave",function(e,_6b){
-$.data(_69,"droppable").options.onDragLeave.apply(_69,[e,_6b]);
-});
-$(_69)._bind("_dragover",function(e,_6c){
-$.data(_69,"droppable").options.onDragOver.apply(_69,[e,_6c]);
-});
-$(_69)._bind("_drop",function(e,_6d){
-$.data(_69,"droppable").options.onDrop.apply(_69,[e,_6d]);
-});
-};
-$.fn.droppable=function(_6e,_6f){
-if(typeof _6e=="string"){
-return $.fn.droppable.methods[_6e](this,_6f);
-}
-_6e=_6e||{};
-return this.each(function(){
-var _70=$.data(this,"droppable");
-if(_70){
-$.extend(_70.options,_6e);
-}else{
-_68(this);
-$.data(this,"droppable",{options:$.extend({},$.fn.droppable.defaults,$.fn.droppable.parseOptions(this),_6e)});
-}
-});
-};
-$.fn.droppable.methods={options:function(jq){
-return $.data(jq[0],"droppable").options;
-},enable:function(jq){
-return jq.each(function(){
-$(this).droppable({disabled:false});
-});
-},disable:function(jq){
-return jq.each(function(){
-$(this).droppable({disabled:true});
-});
-}};
-$.fn.droppable.parseOptions=function(_71){
-var t=$(_71);
-return $.extend({},$.parser.parseOptions(_71,["accept"]),{disabled:(t.attr("disabled")?true:undefined)});
-};
-$.fn.droppable.defaults={accept:null,disabled:false,onDragEnter:function(e,_72){
-},onDragOver:function(e,_73){
-},onDragLeave:function(e,_74){
-},onDrop:function(e,_75){
-}};
-})(jQuery);
-(function($){
-function _76(e){
-var _77=e.data;
-var _78=$.data(_77.target,"resizable").options;
-if(_77.dir.indexOf("e")!=-1){
-var _79=_77.startWidth+e.pageX-_77.startX;
-_79=Math.min(Math.max(_79,_78.minWidth),_78.maxWidth);
-_77.width=_79;
-}
-if(_77.dir.indexOf("s")!=-1){
-var _7a=_77.startHeight+e.pageY-_77.startY;
-_7a=Math.min(Math.max(_7a,_78.minHeight),_78.maxHeight);
-_77.height=_7a;
-}
-if(_77.dir.indexOf("w")!=-1){
-var _79=_77.startWidth-e.pageX+_77.startX;
-_79=Math.min(Math.max(_79,_78.minWidth),_78.maxWidth);
-_77.width=_79;
-_77.left=_77.startLeft+_77.startWidth-_77.width;
-}
-if(_77.dir.indexOf("n")!=-1){
-var _7a=_77.startHeight-e.pageY+_77.startY;
-_7a=Math.min(Math.max(_7a,_78.minHeight),_78.maxHeight);
-_77.height=_7a;
-_77.top=_77.startTop+_77.startHeight-_77.height;
-}
-};
-function _7b(e){
-var _7c=e.data;
-var t=$(_7c.target);
-t.css({left:_7c.left,top:_7c.top});
-if(t.outerWidth()!=_7c.width){
-t._outerWidth(_7c.width);
-}
-if(t.outerHeight()!=_7c.height){
-t._outerHeight(_7c.height);
-}
-};
-function _7d(e){
-$.fn.resizable.isResizing=true;
-$.data(e.data.target,"resizable").options.onStartResize.call(e.data.target,e);
-return false;
-};
-function _7e(e){
-_76(e);
-if($.data(e.data.target,"resizable").options.onResize.call(e.data.target,e)!=false){
-_7b(e);
-}
-return false;
-};
-function _7f(e){
-$.fn.resizable.isResizing=false;
-_76(e,true);
-_7b(e);
-$.data(e.data.target,"resizable").options.onStopResize.call(e.data.target,e);
-$(document)._unbind(".resizable");
-$("body").css("cursor","");
-return false;
-};
-function _80(e){
-var _81=$(e.data.target).resizable("options");
-var tt=$(e.data.target);
-var dir="";
-var _82=tt.offset();
-var _83=tt.outerWidth();
-var _84=tt.outerHeight();
-var _85=_81.edge;
-if(e.pageY>_82.top&&e.pageY<_82.top+_85){
-dir+="n";
-}else{
-if(e.pageY<_82.top+_84&&e.pageY>_82.top+_84-_85){
-dir+="s";
-}
-}
-if(e.pageX>_82.left&&e.pageX<_82.left+_85){
-dir+="w";
-}else{
-if(e.pageX<_82.left+_83&&e.pageX>_82.left+_83-_85){
-dir+="e";
-}
-}
-var _86=_81.handles.split(",");
-_86=$.map(_86,function(h){
-return $.trim(h).toLowerCase();
-});
-if($.inArray("all",_86)>=0||$.inArray(dir,_86)>=0){
-return dir;
-}
-for(var i=0;i=0){
-return _86[_87];
-}
-}
-return "";
-};
-$.fn.resizable=function(_88,_89){
-if(typeof _88=="string"){
-return $.fn.resizable.methods[_88](this,_89);
-}
-return this.each(function(){
-var _8a=null;
-var _8b=$.data(this,"resizable");
-if(_8b){
-$(this)._unbind(".resizable");
-_8a=$.extend(_8b.options,_88||{});
-}else{
-_8a=$.extend({},$.fn.resizable.defaults,$.fn.resizable.parseOptions(this),_88||{});
-$.data(this,"resizable",{options:_8a});
-}
-if(_8a.disabled==true){
-return;
-}
-$(this)._bind("mousemove.resizable",{target:this},function(e){
-if($.fn.resizable.isResizing){
-return;
-}
-var dir=_80(e);
-$(e.data.target).css("cursor",dir?dir+"-resize":"");
-})._bind("mouseleave.resizable",{target:this},function(e){
-$(e.data.target).css("cursor","");
-})._bind("mousedown.resizable",{target:this},function(e){
-var dir=_80(e);
-if(dir==""){
-return;
-}
-function _8c(css){
-var val=parseInt($(e.data.target).css(css));
-if(isNaN(val)){
-return 0;
-}else{
-return val;
-}
-};
-var _8d={target:e.data.target,dir:dir,startLeft:_8c("left"),startTop:_8c("top"),left:_8c("left"),top:_8c("top"),startX:e.pageX,startY:e.pageY,startWidth:$(e.data.target).outerWidth(),startHeight:$(e.data.target).outerHeight(),width:$(e.data.target).outerWidth(),height:$(e.data.target).outerHeight(),deltaWidth:$(e.data.target).outerWidth()-$(e.data.target).width(),deltaHeight:$(e.data.target).outerHeight()-$(e.data.target).height()};
-$(document)._bind("mousedown.resizable",_8d,_7d);
-$(document)._bind("mousemove.resizable",_8d,_7e);
-$(document)._bind("mouseup.resizable",_8d,_7f);
-$("body").css("cursor",dir+"-resize");
-});
-});
-};
-$.fn.resizable.methods={options:function(jq){
-return $.data(jq[0],"resizable").options;
-},enable:function(jq){
-return jq.each(function(){
-$(this).resizable({disabled:false});
-});
-},disable:function(jq){
-return jq.each(function(){
-$(this).resizable({disabled:true});
-});
-}};
-$.fn.resizable.parseOptions=function(_8e){
-var t=$(_8e);
-return $.extend({},$.parser.parseOptions(_8e,["handles",{minWidth:"number",minHeight:"number",maxWidth:"number",maxHeight:"number",edge:"number"}]),{disabled:(t.attr("disabled")?true:undefined)});
-};
-$.fn.resizable.defaults={disabled:false,handles:"n, e, s, w, ne, se, sw, nw, all",minWidth:10,minHeight:10,maxWidth:10000,maxHeight:10000,edge:5,onStartResize:function(e){
-},onResize:function(e){
-},onStopResize:function(e){
-}};
-$.fn.resizable.isResizing=false;
-})(jQuery);
-(function($){
-function _8f(_90,_91){
-var _92=$.data(_90,"linkbutton").options;
-if(_91){
-$.extend(_92,_91);
-}
-if(_92.width||_92.height||_92.fit){
-var btn=$(_90);
-var _93=btn.parent();
-var _94=btn.is(":visible");
-if(!_94){
-var _95=$("").insertBefore(_90);
-var _96={position:btn.css("position"),display:btn.css("display"),left:btn.css("left")};
-btn.appendTo("body");
-btn.css({position:"absolute",display:"inline-block",left:-20000});
-}
-btn._size(_92,_93);
-var _97=btn.find(".l-btn-left");
-_97.css("margin-top",0);
-_97.css("margin-top",parseInt((btn.height()-_97.height())/2)+"px");
-if(!_94){
-btn.insertAfter(_95);
-btn.css(_96);
-_95.remove();
-}
-}
-};
-function _98(_99){
-var _9a=$.data(_99,"linkbutton").options;
-var t=$(_99).empty();
-t.addClass("l-btn").removeClass("l-btn-plain l-btn-selected l-btn-plain-selected l-btn-outline");
-t.removeClass("l-btn-small l-btn-medium l-btn-large").addClass("l-btn-"+_9a.size);
-if(_9a.plain){
-t.addClass("l-btn-plain");
-}
-if(_9a.outline){
-t.addClass("l-btn-outline");
-}
-if(_9a.selected){
-t.addClass(_9a.plain?"l-btn-selected l-btn-plain-selected":"l-btn-selected");
-}
-t.attr("group",_9a.group||"");
-t.attr("id",_9a.id||"");
-var _9b=$("").appendTo(t);
-if(_9a.text){
-$("").html(_9a.text).appendTo(_9b);
-}else{
-$(" ").appendTo(_9b);
-}
-if(_9a.iconCls){
-$(" ").addClass(_9a.iconCls).appendTo(_9b);
-_9b.addClass("l-btn-icon-"+_9a.iconAlign);
-}
-t._unbind(".linkbutton")._bind("focus.linkbutton",function(){
-if(!_9a.disabled){
-$(this).addClass("l-btn-focus");
-}
-})._bind("blur.linkbutton",function(){
-$(this).removeClass("l-btn-focus");
-})._bind("click.linkbutton",function(){
-if(!_9a.disabled){
-if(_9a.toggle){
-if(_9a.selected){
-$(this).linkbutton("unselect");
-}else{
-$(this).linkbutton("select");
-}
-}
-_9a.onClick.call(this);
-}
-});
-_9c(_99,_9a.selected);
-_9d(_99,_9a.disabled);
-};
-function _9c(_9e,_9f){
-var _a0=$.data(_9e,"linkbutton").options;
-if(_9f){
-if(_a0.group){
-$("a.l-btn[group=\""+_a0.group+"\"]").each(function(){
-var o=$(this).linkbutton("options");
-if(o.toggle){
-$(this).removeClass("l-btn-selected l-btn-plain-selected");
-o.selected=false;
-}
-});
-}
-$(_9e).addClass(_a0.plain?"l-btn-selected l-btn-plain-selected":"l-btn-selected");
-_a0.selected=true;
-}else{
-if(!_a0.group){
-$(_9e).removeClass("l-btn-selected l-btn-plain-selected");
-_a0.selected=false;
-}
-}
-};
-function _9d(_a1,_a2){
-var _a3=$.data(_a1,"linkbutton");
-var _a4=_a3.options;
-$(_a1).removeClass("l-btn-disabled l-btn-plain-disabled");
-if(_a2){
-_a4.disabled=true;
-var _a5=$(_a1).attr("href");
-if(_a5){
-_a3.href=_a5;
-$(_a1).attr("href","javascript:;");
-}
-if(_a1.onclick){
-_a3.onclick=_a1.onclick;
-_a1.onclick=null;
-}
-_a4.plain?$(_a1).addClass("l-btn-disabled l-btn-plain-disabled"):$(_a1).addClass("l-btn-disabled");
-}else{
-_a4.disabled=false;
-if(_a3.href){
-$(_a1).attr("href",_a3.href);
-}
-if(_a3.onclick){
-_a1.onclick=_a3.onclick;
-}
-}
-$(_a1)._propAttr("disabled",_a2);
-};
-$.fn.linkbutton=function(_a6,_a7){
-if(typeof _a6=="string"){
-return $.fn.linkbutton.methods[_a6](this,_a7);
-}
-_a6=_a6||{};
-return this.each(function(){
-var _a8=$.data(this,"linkbutton");
-if(_a8){
-$.extend(_a8.options,_a6);
-}else{
-$.data(this,"linkbutton",{options:$.extend({},$.fn.linkbutton.defaults,$.fn.linkbutton.parseOptions(this),_a6)});
-$(this)._propAttr("disabled",false);
-$(this)._bind("_resize",function(e,_a9){
-if($(this).hasClass("easyui-fluid")||_a9){
-_8f(this);
-}
-return false;
-});
-}
-_98(this);
-_8f(this);
-});
-};
-$.fn.linkbutton.methods={options:function(jq){
-return $.data(jq[0],"linkbutton").options;
-},resize:function(jq,_aa){
-return jq.each(function(){
-_8f(this,_aa);
-});
-},enable:function(jq){
-return jq.each(function(){
-_9d(this,false);
-});
-},disable:function(jq){
-return jq.each(function(){
-_9d(this,true);
-});
-},select:function(jq){
-return jq.each(function(){
-_9c(this,true);
-});
-},unselect:function(jq){
-return jq.each(function(){
-_9c(this,false);
-});
-}};
-$.fn.linkbutton.parseOptions=function(_ab){
-var t=$(_ab);
-return $.extend({},$.parser.parseOptions(_ab,["id","iconCls","iconAlign","group","size","text",{plain:"boolean",toggle:"boolean",selected:"boolean",outline:"boolean"}]),{disabled:(t.attr("disabled")?true:undefined),text:($.trim(t.html())||undefined),iconCls:(t.attr("icon")||t.attr("iconCls"))});
-};
-$.fn.linkbutton.defaults={id:null,disabled:false,toggle:false,selected:false,outline:false,group:null,plain:false,text:"",iconCls:null,iconAlign:"left",size:"small",onClick:function(){
-}};
-})(jQuery);
-(function($){
-function _ac(_ad){
-var _ae=$.data(_ad,"pagination");
-var _af=_ae.options;
-var bb=_ae.bb={};
-if(_af.buttons&&!$.isArray(_af.buttons)){
-$(_af.buttons).insertAfter(_ad);
-}
-var _b0=$(_ad).addClass("pagination").html("");
-var tr=_b0.find("tr");
-var aa=$.extend([],_af.layout);
-if(!_af.showPageList){
-_b1(aa,"list");
-}
-if(!_af.showPageInfo){
-_b1(aa,"info");
-}
-if(!_af.showRefresh){
-_b1(aa,"refresh");
-}
-if(aa[0]=="sep"){
-aa.shift();
-}
-if(aa[aa.length-1]=="sep"){
-aa.pop();
-}
-for(var _b2=0;_b2