实例介绍
源码为vs2008+mssql2000数据库,配置方法详见“操作方法”
【实例截图】
【核心代码】
flashpaperDemo
└── flashpaperDemo
├── data
│ ├── flashpaperDemo_Data.MDF
│ └── flashpaperDemo_Log.LDF
├── DBUtility
│ ├── AssemblyInfo.cs
│ ├── BaseSqlMapDao.cs
│ ├── bin
│ │ └── Debug
│ │ ├── OA.DBUtility.dll
│ │ └── OA.DBUtility.pdb
│ ├── CodematicDemo.suo
│ ├── CommandInfo.cs
│ ├── DbHelperOleDb.cs
│ ├── DbHelperOra.cs
│ ├── DbHelperSQL2.cs
│ ├── DbHelperSQL.cs
│ ├── DbHelperSQLP.cs
│ ├── DBUtility.csproj
│ ├── DBUtility.csproj.user
│ ├── DESEncrypt.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DBUtility.csproj.FileListAbsolute.txt
│ │ ├── OA.DBUtility.dll
│ │ └── OA.DBUtility.pdb
│ ├── OracleHelper.cs
│ ├── PubConstant.cs
│ └── SQLHelper.cs
├── FlashPaper2.2
│ ├── Flash.ocx
│ ├── Flash.ocx1
│ ├── FlashPaperContextMenu.dll
│ ├── flashpaperprinterdrv2.dll
│ ├── flashpaperprinterui2.dll
│ ├── FlashPrinter.exe
│ ├── fpdriversetup.exe
│ ├── FPUIProto.dot
│ ├── fputilsetup.exe
│ ├── fpwrap.htm
│ ├── gdiplus.dll
│ ├── Interface
│ │ └── DefaultViewer2.swf
│ ├── Macromedia_Licensing_Installer.dll
│ ├── msvcp71.dll
│ ├── msvcr71.dll
│ ├── OfficePrintAddIn.dll
│ ├── pdflib.dll
│ ├── Searching.swf
│ ├── Working.swf
│ ├── xerces.dll
│ ├── XML
│ │ ├── FlashPaper.xsd
│ │ └── FPXlink.xsd
│ └── 初始化
│ ├── license.inf
│ ├── 使用方法.txt
│ ├── 初始化.bat
│ └── 卸载.bat
├── flashpaperDemo
│ ├── flashpaperDemo.sln
│ └── flashpaperDemo.suo
├── Web
│ ├── Bin
│ │ ├── OA.DBUtility.dll
│ │ ├── OA.DBUtility.pdb
│ │ └── Trirand.Web.dll
│ ├── Default.aspx
│ ├── Default.aspx.cs
│ ├── JS
│ │ ├── jqGrid
│ │ │ ├── i18n
│ │ │ │ ├── grid.locale-ar.js
│ │ │ │ ├── grid.locale-bg1251.js
│ │ │ │ ├── grid.locale-bg.js
│ │ │ │ ├── grid.locale-cat.js
│ │ │ │ ├── grid.locale-cn.js
│ │ │ │ ├── grid.locale-cs.js
│ │ │ │ ├── grid.locale-de.js
│ │ │ │ ├── grid.locale-dk.js
│ │ │ │ ├── grid.locale-el.js
│ │ │ │ ├── grid.locale-en.js
│ │ │ │ ├── grid.locale-fa.js
│ │ │ │ ├── grid.locale-fi.js
│ │ │ │ ├── grid.locale-fr.js
│ │ │ │ ├── grid.locale-he.js
│ │ │ │ ├── grid.locale-hu.js
│ │ │ │ ├── grid.locale-is.js
│ │ │ │ ├── grid.locale-it.js
│ │ │ │ ├── grid.locale-ja.js
│ │ │ │ ├── grid.locale-jp.js
│ │ │ │ ├── grid.locale-lt.js
│ │ │ │ ├── grid.locale-nl.js
│ │ │ │ ├── grid.locale-no.js
│ │ │ │ ├── grid.locale-pl.js
│ │ │ │ ├── grid.locale-pt-br.js
│ │ │ │ ├── grid.locale-pt.js
│ │ │ │ ├── grid.locale-ro.js
│ │ │ │ ├── grid.locale-ru.js
│ │ │ │ ├── grid.locale-sk.js
│ │ │ │ ├── grid.locale-sp.js
│ │ │ │ ├── grid.locale-sv.js
│ │ │ │ ├── grid.locale-tr.js
│ │ │ │ └── grid.locale-ua.js
│ │ │ ├── jquery.jqAutoComplete.min.js
│ │ │ ├── jquery.jqChart.min.js
│ │ │ ├── jquery.jqDatePicker.min.js
│ │ │ └── jquery.jqGrid.min.js
│ │ ├── jquery
│ │ │ ├── additional-methods.js
│ │ │ ├── jquery-1.7.1.min.js
│ │ │ ├── jquery.js
│ │ │ ├── jquery.min.js
│ │ │ ├── jquery.validate.js
│ │ │ └── jquery-vsdoc.js
│ │ ├── jquery-easyui
│ │ │ ├── changelog.txt
│ │ │ ├── easyloader.js
│ │ │ ├── easyui.js(修改版)
│ │ │ ├── jquery.easyui.min.js
│ │ │ ├── licence_gpl.txt
│ │ │ ├── license_commercial.txt
│ │ │ ├── locale
│ │ │ │ ├── easyui-lang-af.js
│ │ │ │ ├── easyui-lang-bg.js
│ │ │ │ ├── easyui-lang-ca.js
│ │ │ │ ├── easyui-lang-cs.js
│ │ │ │ ├── easyui-lang-cz.js
│ │ │ │ ├── easyui-lang-da.js
│ │ │ │ ├── easyui-lang-de.js
│ │ │ │ ├── easyui-lang-en.js
│ │ │ │ ├── easyui-lang-es.js
│ │ │ │ ├── easyui-lang-fr.js
│ │ │ │ ├── easyui-lang-nl.js
│ │ │ │ ├── easyui-lang-zh_CN.js
│ │ │ │ └── easyui-lang-zh_TW.js
│ │ │ ├── plugins
│ │ │ │ ├── jquery.accordion.js
│ │ │ │ ├── jquery.calendar.js
│ │ │ │ ├── jquery.combobox.js
│ │ │ │ ├── jquery.combogrid.js
│ │ │ │ ├── jquery.combo.js
│ │ │ │ ├── jquery.combotree.js
│ │ │ │ ├── jquery.datagrid.js
│ │ │ │ ├── jquery.datebox.js
│ │ │ │ ├── jquery.datetimebox.js
│ │ │ │ ├── jquery.dialog.js
│ │ │ │ ├── jquery.draggable.js
│ │ │ │ ├── jquery.droppable.js
│ │ │ │ ├── jquery.form.js
│ │ │ │ ├── jquery.layout.js
│ │ │ │ ├── jquery.linkbutton.js
│ │ │ │ ├── jquery.menubutton.js
│ │ │ │ ├── jquery.menu.js
│ │ │ │ ├── jquery.messager.js
│ │ │ │ ├── jquery.numberbox.js
│ │ │ │ ├── jquery.numberspinner.js
│ │ │ │ ├── jquery.pagination.js
│ │ │ │ ├── jquery.panel.js
│ │ │ │ ├── jquery.parser.js
│ │ │ │ ├── jquery.progressbar.js
│ │ │ │ ├── jquery.propertygrid.js
│ │ │ │ ├── jquery.resizable.js
│ │ │ │ ├── jquery.searchbox.js
│ │ │ │ ├── jquery.spinner.js
│ │ │ │ ├── jquery.splitbutton.js
│ │ │ │ ├── jquery.tabs.js
│ │ │ │ ├── jquery.timespinner.js
│ │ │ │ ├── jquery.treegrid.js
│ │ │ │ ├── jquery.tree.js
│ │ │ │ ├── jquery.validatebox.js
│ │ │ │ └── jquery.window.js
│ │ │ ├── readme.txt
│ │ │ └── themes
│ │ │ ├── default
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datebox.css
│ │ │ │ ├── dialog.css
│ │ │ │ ├── easyui.css
│ │ │ │ ├── images
│ │ │ │ │ ├── accordion_collapse.png
│ │ │ │ │ ├── accordion_expand.png
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── button_a_bg.gif
│ │ │ │ │ ├── button_plain_hover.png
│ │ │ │ │ ├── button_span_bg.gif
│ │ │ │ │ ├── calendar_nextmonth.gif
│ │ │ │ │ ├── calendar_nextyear.gif
│ │ │ │ │ ├── calendar_prevmonth.gif
│ │ │ │ │ ├── calendar_prevyear.gif
│ │ │ │ │ ├── combo_arrow.gif
│ │ │ │ │ ├── datagrid_header_bg.gif
│ │ │ │ │ ├── datagrid_row_collapse.gif
│ │ │ │ │ ├── datagrid_row_expand.gif
│ │ │ │ │ ├── datagrid_sort_asc.gif
│ │ │ │ │ ├── datagrid_sort_desc.gif
│ │ │ │ │ ├── datagrid_title_bg.png
│ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ ├── layout_button_down.gif
│ │ │ │ │ ├── layout_button_left.gif
│ │ │ │ │ ├── layout_button_right.gif
│ │ │ │ │ ├── layout_button_up.gif
│ │ │ │ │ ├── menu_downarrow.png
│ │ │ │ │ ├── menu.gif
│ │ │ │ │ ├── menu_rightarrow.png
│ │ │ │ │ ├── menu_sep.png
│ │ │ │ │ ├── menu_split_downarrow.png
│ │ │ │ │ ├── messager_error.gif
│ │ │ │ │ ├── messager_info.gif
│ │ │ │ │ ├── messager_question.gif
│ │ │ │ │ ├── messager_warning.gif
│ │ │ │ │ ├── pagination_first.gif
│ │ │ │ │ ├── pagination_last.gif
│ │ │ │ │ ├── pagination_loading.gif
│ │ │ │ │ ├── pagination_load.png
│ │ │ │ │ ├── pagination_next.gif
│ │ │ │ │ ├── pagination_prev.gif
│ │ │ │ │ ├── panel_loading.gif
│ │ │ │ │ ├── panel_title.png
│ │ │ │ │ ├── panel_tool_collapse.gif
│ │ │ │ │ ├── panel_tool_expand.gif
│ │ │ │ │ ├── panel_tools.gif
│ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ ├── spinner_arrow_down.gif
│ │ │ │ │ ├── spinner_arrow_up.gif
│ │ │ │ │ ├── tabs_active.png
│ │ │ │ │ ├── tabs_close.gif
│ │ │ │ │ ├── tabs_enabled.png
│ │ │ │ │ ├── tabs_leftarrow.png
│ │ │ │ │ ├── tabs_rightarrow.png
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── tree_arrows.gif
│ │ │ │ │ ├── tree_checkbox_0.gif
│ │ │ │ │ ├── tree_checkbox_1.gif
│ │ │ │ │ ├── tree_checkbox_2.gif
│ │ │ │ │ ├── tree_dnd_no.png
│ │ │ │ │ ├── tree_dnd_yes.png
│ │ │ │ │ ├── tree_file.gif
│ │ │ │ │ ├── tree_folder.gif
│ │ │ │ │ ├── tree_folder_open.gif
│ │ │ │ │ ├── tree_loading.gif
│ │ │ │ │ ├── validatebox_pointer.gif
│ │ │ │ │ └── validatebox_warning.png
│ │ │ │ ├── layout.css
│ │ │ │ ├── linkbutton.css
│ │ │ │ ├── menubutton.css
│ │ │ │ ├── menu.css
│ │ │ │ ├── messager.css
│ │ │ │ ├── pagination.css
│ │ │ │ ├── panel.css
│ │ │ │ ├── progressbar.css
│ │ │ │ ├── propertygrid.css
│ │ │ │ ├── searchbox.css
│ │ │ │ ├── spinner.css
│ │ │ │ ├── splitbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── window.css
│ │ │ ├── gray
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datebox.css
│ │ │ │ ├── dialog.css
│ │ │ │ ├── easyui.css
│ │ │ │ ├── images
│ │ │ │ │ ├── accordion_collapse.png
│ │ │ │ │ ├── accordion_expand.png
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── button_a_bg.gif
│ │ │ │ │ ├── button_plain_hover.png
│ │ │ │ │ ├── button_span_bg.gif
│ │ │ │ │ ├── calendar_nextmonth.gif
│ │ │ │ │ ├── calendar_nextyear.gif
│ │ │ │ │ ├── calendar_prevmonth.gif
│ │ │ │ │ ├── calendar_prevyear.gif
│ │ │ │ │ ├── combo_arrow.gif
│ │ │ │ │ ├── datagrid_header_bg.gif
│ │ │ │ │ ├── datagrid_row_collapse.gif
│ │ │ │ │ ├── datagrid_row_expand.gif
│ │ │ │ │ ├── datagrid_sort_asc.gif
│ │ │ │ │ ├── datagrid_sort_desc.gif
│ │ │ │ │ ├── datagrid_title_bg.gif
│ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ ├── layout_button_down.gif
│ │ │ │ │ ├── layout_button_left.gif
│ │ │ │ │ ├── layout_button_right.gif
│ │ │ │ │ ├── layout_button_up.gif
│ │ │ │ │ ├── menu_downarrow.png
│ │ │ │ │ ├── menu.gif
│ │ │ │ │ ├── menu_rightarrow.png
│ │ │ │ │ ├── menu_sep.png
│ │ │ │ │ ├── menu_split_downarrow.png
│ │ │ │ │ ├── messager_error.gif
│ │ │ │ │ ├── messager_info.gif
│ │ │ │ │ ├── messager_question.gif
│ │ │ │ │ ├── messager_warning.gif
│ │ │ │ │ ├── pagination_first.gif
│ │ │ │ │ ├── pagination_last.gif
│ │ │ │ │ ├── pagination_loading.gif
│ │ │ │ │ ├── pagination_load.png
│ │ │ │ │ ├── pagination_next.gif
│ │ │ │ │ ├── pagination_prev.gif
│ │ │ │ │ ├── panel_loading.gif
│ │ │ │ │ ├── panel_title.gif
│ │ │ │ │ ├── panel_tool_collapse.gif
│ │ │ │ │ ├── panel_tool_expand.gif
│ │ │ │ │ ├── panel_tools.gif
│ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ ├── spinner_arrow_down.gif
│ │ │ │ │ ├── spinner_arrow_up.gif
│ │ │ │ │ ├── tabs_close.gif
│ │ │ │ │ ├── tabs_enabled.gif
│ │ │ │ │ ├── tabs_leftarrow.png
│ │ │ │ │ ├── tabs_rightarrow.png
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── tree_arrows.gif
│ │ │ │ │ ├── tree_checkbox_0.gif
│ │ │ │ │ ├── tree_checkbox_1.gif
│ │ │ │ │ ├── tree_checkbox_2.gif
│ │ │ │ │ ├── tree_dnd_no.png
│ │ │ │ │ ├── tree_dnd_yes.png
│ │ │ │ │ ├── tree_file.gif
│ │ │ │ │ ├── tree_folder.gif
│ │ │ │ │ ├── tree_folder_open.gif
│ │ │ │ │ ├── tree_loading.gif
│ │ │ │ │ ├── validatebox_pointer.gif
│ │ │ │ │ └── validatebox_warning.png
│ │ │ │ ├── layout.css
│ │ │ │ ├── linkbutton.css
│ │ │ │ ├── menubutton.css
│ │ │ │ ├── menu.css
│ │ │ │ ├── messager.css
│ │ │ │ ├── pagination.css
│ │ │ │ ├── panel.css
│ │ │ │ ├── progressbar.css
│ │ │ │ ├── propertygrid.css
│ │ │ │ ├── searchbox.css
│ │ │ │ ├── spinner.css
│ │ │ │ ├── splitbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── window.css
│ │ │ ├── icon.css
│ │ │ └── icons
│ │ │ ├── back.png
│ │ │ ├── blank.gif
│ │ │ ├── cancel.png
│ │ │ ├── cut.png
│ │ │ ├── edit_add.png
│ │ │ ├── edit_remove.png
│ │ │ ├── filesave.png
│ │ │ ├── help.png
│ │ │ ├── no.png
│ │ │ ├── ok.png
│ │ │ ├── pencil.png
│ │ │ ├── print.png
│ │ │ ├── redo.png
│ │ │ ├── reload.png
│ │ │ ├── search.png
│ │ │ ├── sum.png
│ │ │ ├── Thumbs.db
│ │ │ ├── tip.png
│ │ │ └── undo.png
│ │ ├── jquery-ui
│ │ │ ├── AUTHORS.txt
│ │ │ ├── docs
│ │ │ │ ├── accordion.html
│ │ │ │ ├── addClass.html
│ │ │ │ ├── animate.html
│ │ │ │ ├── autocomplete.html
│ │ │ │ ├── button.html
│ │ │ │ ├── datepicker.html
│ │ │ │ ├── dialog.html
│ │ │ │ ├── draggable.html
│ │ │ │ ├── droppable.html
│ │ │ │ ├── effect-blind.html
│ │ │ │ ├── effect-bounce.html
│ │ │ │ ├── effect-clip.html
│ │ │ │ ├── effect-drop.html
│ │ │ │ ├── effect-explode.html
│ │ │ │ ├── effect-fade.html
│ │ │ │ ├── effect-fold.html
│ │ │ │ ├── effect-highlight.html
│ │ │ │ ├── effect.html
│ │ │ │ ├── effect-puff.html
│ │ │ │ ├── effect-pulsate.html
│ │ │ │ ├── effect-scale.html
│ │ │ │ ├── effect-shake.html
│ │ │ │ ├── effect-size.html
│ │ │ │ ├── effect-slide.html
│ │ │ │ ├── effect-transfer.html
│ │ │ │ ├── hide.html
│ │ │ │ ├── position.html
│ │ │ │ ├── progressbar.html
│ │ │ │ ├── removeClass.html
│ │ │ │ ├── resizable.html
│ │ │ │ ├── selectable.html
│ │ │ │ ├── show.html
│ │ │ │ ├── slider.html
│ │ │ │ ├── sortable.html
│ │ │ │ ├── switchClass.html
│ │ │ │ ├── tabs.html
│ │ │ │ ├── toggleClass.html
│ │ │ │ └── toggle.html
│ │ │ ├── external
│ │ │ │ ├── jquery.bgiframe-2.1.2.js
│ │ │ │ ├── jquery.cookie.js
│ │ │ │ ├── jquery.metadata.js
│ │ │ │ ├── qunit.css
│ │ │ │ └── qunit.js
│ │ │ ├── GPL-LICENSE.txt
│ │ │ ├── jquery-1.4.4.js
│ │ │ ├── MIT-LICENSE.txt
│ │ │ ├── tests
│ │ │ │ ├── index.html
│ │ │ │ ├── jquery.simulate.js
│ │ │ │ ├── static
│ │ │ │ │ ├── accordion
│ │ │ │ │ │ ├── default.html
│ │ │ │ │ │ ├── dl.html
│ │ │ │ │ │ └── ul.html
│ │ │ │ │ ├── button
│ │ │ │ │ │ └── default.html
│ │ │ │ │ ├── datepicker
│ │ │ │ │ │ ├── datepicker.html
│ │ │ │ │ │ └── default.html
│ │ │ │ │ ├── dialog
│ │ │ │ │ │ ├── default.html
│ │ │ │ │ │ └── dialog.html
│ │ │ │ │ ├── draggable
│ │ │ │ │ │ └── default.html
│ │ │ │ │ ├── droppable
│ │ │ │ │ │ └── default.html
│ │ │ │ │ ├── highlight_error.html
│ │ │ │ │ ├── icons.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── menu
│ │ │ │ │ │ ├── all-menus-icons.html
│ │ │ │ │ │ └── default.html
│ │ │ │ │ ├── overlay.html
│ │ │ │ │ ├── progressbar
│ │ │ │ │ │ ├── default.html
│ │ │ │ │ │ └── progressbar.html
│ │ │ │ │ ├── resizable
│ │ │ │ │ │ └── default.html
│ │ │ │ │ ├── selectable
│ │ │ │ │ │ └── default.html
│ │ │ │ │ ├── slider
│ │ │ │ │ │ ├── default.html
│ │ │ │ │ │ ├── default_vertical.html
│ │ │ │ │ │ ├── slider_horizontal.html
│ │ │ │ │ │ ├── slider_horizontal_range.html
│ │ │ │ │ │ ├── slider_horizontal_range_max.html
│ │ │ │ │ │ ├── slider_horizontal_range_min.html
│ │ │ │ │ │ ├── slider_vertical.html
│ │ │ │ │ │ ├── slider_vertical_range.html
│ │ │ │ │ │ ├── slider_vertical_range_max.html
│ │ │ │ │ │ └── slider_vertical_range_min.html
│ │ │ │ │ ├── sortable
│ │ │ │ │ │ └── default.html
│ │ │ │ │ ├── static.css
│ │ │ │ │ ├── static.js
│ │ │ │ │ └── tabs
│ │ │ │ │ ├── default.html
│ │ │ │ │ └── tabs.html
│ │ │ │ ├── unit
│ │ │ │ │ ├── accordion
│ │ │ │ │ │ ├── accordion_core.js
│ │ │ │ │ │ ├── accordion_defaults.js
│ │ │ │ │ │ ├── accordion_events.js
│ │ │ │ │ │ ├── accordion.html
│ │ │ │ │ │ ├── accordion_methods.js
│ │ │ │ │ │ ├── accordion_options.js
│ │ │ │ │ │ └── accordion_tickets.js
│ │ │ │ │ ├── autocomplete
│ │ │ │ │ │ ├── autocomplete_core.js
│ │ │ │ │ │ ├── autocomplete_defaults.js
│ │ │ │ │ │ ├── autocomplete_events.js
│ │ │ │ │ │ ├── autocomplete.html
│ │ │ │ │ │ ├── autocomplete_methods.js
│ │ │ │ │ │ ├── autocomplete_options.js
│ │ │ │ │ │ ├── autocomplete_tickets.js
│ │ │ │ │ │ ├── remote_object_array_labels.txt
│ │ │ │ │ │ ├── remote_object_array_values.txt
│ │ │ │ │ │ └── remote_string_array.txt
│ │ │ │ │ ├── button
│ │ │ │ │ │ ├── button_core.js
│ │ │ │ │ │ ├── button_defaults.js
│ │ │ │ │ │ ├── button_events.js
│ │ │ │ │ │ ├── button.html
│ │ │ │ │ │ ├── button_methods.js
│ │ │ │ │ │ ├── button_options.js
│ │ │ │ │ │ └── button_tickets.js
│ │ │ │ │ ├── core
│ │ │ │ │ │ ├── core.html
│ │ │ │ │ │ ├── core.js
│ │ │ │ │ │ └── selector.js
│ │ │ │ │ ├── datepicker
│ │ │ │ │ │ ├── datepicker_core.js
│ │ │ │ │ │ ├── datepicker_defaults.js
│ │ │ │ │ │ ├── datepicker_events.js
│ │ │ │ │ │ ├── datepicker.html
│ │ │ │ │ │ ├── datepicker_methods.js
│ │ │ │ │ │ ├── datepicker_options.js
│ │ │ │ │ │ └── datepicker_tickets.js
│ │ │ │ │ ├── defaults.html
│ │ │ │ │ ├── dialog
│ │ │ │ │ │ ├── dialog_core.js
│ │ │ │ │ │ ├── dialog_defaults.js
│ │ │ │ │ │ ├── dialog_events.js
│ │ │ │ │ │ ├── dialog.html
│ │ │ │ │ │ ├── dialog_methods.js
│ │ │ │ │ │ ├── dialog_options.js
│ │ │ │ │ │ └── dialog_tickets.js
│ │ │ │ │ ├── draggable
│ │ │ │ │ │ ├── draggable_core.js
│ │ │ │ │ │ ├── draggable_defaults.js
│ │ │ │ │ │ ├── draggable_events.js
│ │ │ │ │ │ ├── draggable.html
│ │ │ │ │ │ ├── draggable_methods.js
│ │ │ │ │ │ ├── draggable_options.js
│ │ │ │ │ │ └── draggable_tickets.js
│ │ │ │ │ ├── droppable
│ │ │ │ │ │ ├── droppable_core.js
│ │ │ │ │ │ ├── droppable_defaults.js
│ │ │ │ │ │ ├── droppable_events.js
│ │ │ │ │ │ ├── droppable.html
│ │ │ │ │ │ ├── droppable_methods.js
│ │ │ │ │ │ ├── droppable_options.js
│ │ │ │ │ │ └── droppable_tickets.js
│ │ │ │ │ ├── images
│ │ │ │ │ │ └── jqueryui_32x32.png
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── position
│ │ │ │ │ │ ├── position_core.js
│ │ │ │ │ │ └── position.html
│ │ │ │ │ ├── progressbar
│ │ │ │ │ │ ├── progressbar_core.js
│ │ │ │ │ │ ├── progressbar_defaults.js
│ │ │ │ │ │ ├── progressbar_events.js
│ │ │ │ │ │ ├── progressbar.html
│ │ │ │ │ │ ├── progressbar_methods.js
│ │ │ │ │ │ ├── progressbar_options.js
│ │ │ │ │ │ └── progressbar_tickets.js
│ │ │ │ │ ├── resizable
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ └── test.jpg
│ │ │ │ │ │ ├── resizable_core.js
│ │ │ │ │ │ ├── resizable_defaults.js
│ │ │ │ │ │ ├── resizable_events.js
│ │ │ │ │ │ ├── resizable.html
│ │ │ │ │ │ ├── resizable_methods.js
│ │ │ │ │ │ ├── resizable_options.js
│ │ │ │ │ │ └── resizable_tickets.js
│ │ │ │ │ ├── selectable
│ │ │ │ │ │ ├── selectable_core.js
│ │ │ │ │ │ ├── selectable_defaults.js
│ │ │ │ │ │ ├── selectable_events.js
│ │ │ │ │ │ ├── selectable.html
│ │ │ │ │ │ ├── selectable_methods.js
│ │ │ │ │ │ ├── selectable_options.js
│ │ │ │ │ │ └── selectable_tickets.js
│ │ │ │ │ ├── slider
│ │ │ │ │ │ ├── slider_core.js
│ │ │ │ │ │ ├── slider_defaults.js
│ │ │ │ │ │ ├── slider_events.js
│ │ │ │ │ │ ├── slider.html
│ │ │ │ │ │ ├── slider_methods.js
│ │ │ │ │ │ ├── slider_options.js
│ │ │ │ │ │ └── slider_tickets.js
│ │ │ │ │ ├── sortable
│ │ │ │ │ │ ├── sortable_core.js
│ │ │ │ │ │ ├── sortable_defaults.js
│ │ │ │ │ │ ├── sortable_events.js
│ │ │ │ │ │ ├── sortable.html
│ │ │ │ │ │ ├── sortable_methods.js
│ │ │ │ │ │ ├── sortable_options.js
│ │ │ │ │ │ └── sortable_tickets.js
│ │ │ │ │ ├── swarminject.js
│ │ │ │ │ ├── tabs
│ │ │ │ │ │ ├── data
│ │ │ │ │ │ │ └── test.html
│ │ │ │ │ │ ├── spinner.gif
│ │ │ │ │ │ ├── tabs_core.js
│ │ │ │ │ │ ├── tabs_defaults.js
│ │ │ │ │ │ ├── tabs_events.js
│ │ │ │ │ │ ├── tabs.html
│ │ │ │ │ │ ├── tabs_methods.js
│ │ │ │ │ │ ├── tabs_options.js
│ │ │ │ │ │ └── tabs_tickets.js
│ │ │ │ │ ├── testsuite.js
│ │ │ │ │ └── widget
│ │ │ │ │ ├── widget_core.js
│ │ │ │ │ ├── widget.html
│ │ │ │ │ └── widget_tickets.js
│ │ │ │ └── visual
│ │ │ │ ├── accordion
│ │ │ │ │ ├── accordion_dl.html
│ │ │ │ │ ├── accordion.html
│ │ │ │ │ ├── accordion_method_destroy.html
│ │ │ │ │ ├── accordion_method_disable.html
│ │ │ │ │ ├── accordion_option_animated_bounceslide.html
│ │ │ │ │ ├── accordion_option_animated_easeslide.html
│ │ │ │ │ ├── accordion_option_animated_false.html
│ │ │ │ │ ├── accordion_option_animated_slide.html
│ │ │ │ │ ├── accordion_option_animated_true.html
│ │ │ │ │ ├── accordion_option_autoHeight_false.html
│ │ │ │ │ ├── accordion_option_autoHeight_true.html
│ │ │ │ │ ├── accordion_option_fillSpace_true.html
│ │ │ │ │ ├── accordion_option_navigation_true.html
│ │ │ │ │ ├── accordion_ticket_4322.html
│ │ │ │ │ ├── accordion_ticket_4331.html
│ │ │ │ │ ├── accordion_ticket_4444.html
│ │ │ │ │ └── accordion_ul.html
│ │ │ │ ├── all.css
│ │ │ │ ├── all.html
│ │ │ │ ├── animate
│ │ │ │ │ ├── animate_backgroundColor_hex.html
│ │ │ │ │ ├── animate_backgroundColor_rgb.html
│ │ │ │ │ ├── animate_color_hex.html
│ │ │ │ │ └── animate_color_rgb.html
│ │ │ │ ├── autocomplete
│ │ │ │ │ └── autocomplete.html
│ │ │ │ ├── button
│ │ │ │ │ ├── button_disabled_true.html
│ │ │ │ │ ├── button.html
│ │ │ │ │ ├── button_input_type_checkbox.html
│ │ │ │ │ ├── button_option_disabled_true.html
│ │ │ │ │ ├── button_performance.html
│ │ │ │ │ ├── button_ticket_5254.html
│ │ │ │ │ ├── button_ticket_5261.html
│ │ │ │ │ └── button_ticket_5278.html
│ │ │ │ ├── compound
│ │ │ │ │ ├── accordion_dialog.html
│ │ │ │ │ ├── accordion_tabs.html
│ │ │ │ │ ├── datepicker_dialog.html
│ │ │ │ │ ├── draggable_accordion_accordion_tabs_draggable.html
│ │ │ │ │ ├── draggable_accordion.html
│ │ │ │ │ ├── sortable_accordion_sortable_tabs.html
│ │ │ │ │ ├── tabs_tabs.html
│ │ │ │ │ └── widgets_in_dialog.html
│ │ │ │ ├── datepicker
│ │ │ │ │ ├── calendar.gif
│ │ │ │ │ ├── datepicker.html
│ │ │ │ │ ├── datepicker_multi_inline.html
│ │ │ │ │ ├── datepicker_ticket_4071.html
│ │ │ │ │ ├── datepicker_ticket_4240.html
│ │ │ │ │ ├── datepicker_ticket_4443.html
│ │ │ │ │ ├── datepicker_ticket_5676.html
│ │ │ │ │ ├── multimonth.html
│ │ │ │ │ └── viewport.html
│ │ │ │ ├── dialog
│ │ │ │ │ ├── dialog.html
│ │ │ │ │ ├── dialog_on_page_with_large_dom.html
│ │ │ │ │ ├── dialog_on_page_with_scrollbars.html
│ │ │ │ │ ├── dialog_option_buttons_OK_Cancel.html
│ │ │ │ │ ├── dialog_option_closeOnEscape_false.html
│ │ │ │ │ ├── dialog_option_closeOnEscape_true.html
│ │ │ │ │ ├── dialog_option_modal_false.html
│ │ │ │ │ ├── dialog_option_modal_true.html
│ │ │ │ │ ├── dialog_option_position_right_top.html
│ │ │ │ │ ├── dialog_ticket_4350.html
│ │ │ │ │ └── dialog_ticket_4826.html
│ │ │ │ ├── draggable
│ │ │ │ │ ├── draggable.html
│ │ │ │ │ ├── draggable_option_containment_array.html
│ │ │ │ │ ├── draggable_option_cursorAt_object.html
│ │ │ │ │ ├── draggable_option_handle_selector.html
│ │ │ │ │ ├── draggable_option_iframeFix_false.html
│ │ │ │ │ ├── draggable_option_iframeFix_selector.html
│ │ │ │ │ ├── draggable_option_iframeFix_true.html
│ │ │ │ │ └── draggable.scroll.html
│ │ │ │ ├── droppable
│ │ │ │ │ ├── droppable.css
│ │ │ │ │ ├── droppable.html
│ │ │ │ │ ├── droppable_option_accept_default.html
│ │ │ │ │ ├── droppable_option_accept_function.html
│ │ │ │ │ ├── droppable_option_accept_selector.html
│ │ │ │ │ ├── droppable_ticket_4087.html
│ │ │ │ │ └── droppable_ticket_4088.html
│ │ │ │ ├── effects.all.css
│ │ │ │ ├── effects.all.html
│ │ │ │ ├── effects.all.js
│ │ │ │ ├── index.html
│ │ │ │ ├── menu
│ │ │ │ │ ├── contextmenu.html
│ │ │ │ │ ├── drilldown.html
│ │ │ │ │ ├── menu.html
│ │ │ │ │ └── nested.html
│ │ │ │ ├── position
│ │ │ │ │ ├── position.html
│ │ │ │ │ └── position_margin.html
│ │ │ │ ├── progressbar
│ │ │ │ │ └── progressbar.html
│ │ │ │ ├── resizable
│ │ │ │ │ ├── images
│ │ │ │ │ │ └── test.png
│ │ │ │ │ ├── resizable.html
│ │ │ │ │ ├── resizable_option_alsoResize_child.html
│ │ │ │ │ ├── resizable_option_aspectRatio_0.5.html
│ │ │ │ │ ├── resizable_option_aspectRatio_1.0.html
│ │ │ │ │ ├── resizable_option_aspectRatio_1.5.html
│ │ │ │ │ ├── resizable_option_aspectRatio_preserve_maxHeight_150.html
│ │ │ │ │ ├── resizable_option_aspectRatio_preserve_maxWidth_150.html
│ │ │ │ │ ├── resizable_option_aspectRatio_preserve_minHeight_50.html
│ │ │ │ │ ├── resizable_option_aspectRatio_preserve_minWidth_50.html
│ │ │ │ │ ├── resizable_option_aspectRatio_preserve_w100xh100.html
│ │ │ │ │ ├── resizable_option_aspectRatio_preserve_w100xh50.html
│ │ │ │ │ ├── resizable_option_aspectRatio_preserve_w50xh100.html
│ │ │ │ │ ├── resizable_ticket_3053.html
│ │ │ │ │ ├── resizable_ticket_4199.html
│ │ │ │ │ ├── resizable_ticket_4217.html
│ │ │ │ │ ├── resizable_ticket_4940.html
│ │ │ │ │ └── resizable_ticket_5335.html
│ │ │ │ ├── selectable
│ │ │ │ │ ├── selectable.html
│ │ │ │ │ └── selectable_ticket_4341.html
│ │ │ │ ├── slider
│ │ │ │ │ ├── slider_horizontal.html
│ │ │ │ │ ├── slider_horizontal_range.html
│ │ │ │ │ ├── slider_horizontal_range_max.html
│ │ │ │ │ ├── slider_horizontal_range_min.html
│ │ │ │ │ ├── slider.html
│ │ │ │ │ ├── slider_in_container_with_scrollbars.html
│ │ │ │ │ ├── slider_method_destroy.html
│ │ │ │ │ ├── slider_method_disable.html
│ │ │ │ │ ├── slider_option_animate_false.html
│ │ │ │ │ ├── slider_option_animate_true.html
│ │ │ │ │ ├── slider_option_max_300.html
│ │ │ │ │ ├── slider_option_max_30.html
│ │ │ │ │ ├── slider_option_max_3.html
│ │ │ │ │ ├── slider_option_min_-300.html
│ │ │ │ │ ├── slider_option_min_-30.html
│ │ │ │ │ ├── slider_option_min_-3.html
│ │ │ │ │ ├── slider_option_orientation_horizontal.html
│ │ │ │ │ ├── slider_option_orientation_vertical.html
│ │ │ │ │ ├── slider_option_range_false.html
│ │ │ │ │ ├── slider_option_range_max.html
│ │ │ │ │ ├── slider_option_range_min.html
│ │ │ │ │ ├── slider_option_range_true.html
│ │ │ │ │ ├── slider_option_step_25.html
│ │ │ │ │ ├── slider_option_step_5.html
│ │ │ │ │ ├── slider_option_value_30.html
│ │ │ │ │ ├── slider_option_value_3.html
│ │ │ │ │ ├── slider_option_values_25_50_75.html
│ │ │ │ │ ├── slider_option_values_25_75.html
│ │ │ │ │ ├── slider_option_values_50.html
│ │ │ │ │ ├── slider_ticket_3736.html
│ │ │ │ │ ├── slider_ticket_3762.html
│ │ │ │ │ ├── slider_ticket_4385.html
│ │ │ │ │ ├── slider_ticket_4467.html
│ │ │ │ │ ├── slider_vertical.html
│ │ │ │ │ ├── slider_vertical_range.html
│ │ │ │ │ ├── slider_vertical_range_max.html
│ │ │ │ │ └── slider_vertical_range_min.html
│ │ │ │ ├── sortable
│ │ │ │ │ ├── sortable.html
│ │ │ │ │ ├── sortable_massive_scale.html
│ │ │ │ │ ├── sortable_option_revert_false.html
│ │ │ │ │ ├── sortable_option_revert_true.html
│ │ │ │ │ ├── sortable_ticket_4231.html
│ │ │ │ │ ├── sortable_ticket_4551.html
│ │ │ │ │ └── sortable_ticket_5355.html
│ │ │ │ ├── tabs
│ │ │ │ │ └── tabs.html
│ │ │ │ ├── theme.html
│ │ │ │ └── visual.css
│ │ │ ├── themes
│ │ │ │ ├── base
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ │ │ │ ├── jquery.ui.accordion.css
│ │ │ │ │ ├── jquery.ui.all.css
│ │ │ │ │ ├── jquery.ui.autocomplete.css
│ │ │ │ │ ├── jquery.ui.base.css
│ │ │ │ │ ├── jquery.ui.button.css
│ │ │ │ │ ├── jquery.ui.core.css
│ │ │ │ │ ├── jquery-ui.css
│ │ │ │ │ ├── jquery.ui.datepicker.css
│ │ │ │ │ ├── jquery.ui.dialog.css
│ │ │ │ │ ├── jquery.ui.progressbar.css
│ │ │ │ │ ├── jquery.ui.resizable.css
│ │ │ │ │ ├── jquery.ui.selectable.css
│ │ │ │ │ ├── jquery.ui.slider.css
│ │ │ │ │ ├── jquery.ui.tabs.css
│ │ │ │ │ ├── jquery.ui.theme.css
│ │ │ │ │ └── minified
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ │ │ │ ├── jquery.ui.accordion.min.css
│ │ │ │ │ ├── jquery.ui.all.min.css
│ │ │ │ │ ├── jquery.ui.autocomplete.min.css
│ │ │ │ │ ├── jquery.ui.base.min.css
│ │ │ │ │ ├── jquery.ui.button.min.css
│ │ │ │ │ ├── jquery.ui.core.min.css
│ │ │ │ │ ├── jquery.ui.datepicker.min.css
│ │ │ │ │ ├── jquery.ui.dialog.min.css
│ │ │ │ │ ├── jquery-ui.min.css
│ │ │ │ │ ├── jquery.ui.progressbar.min.css
│ │ │ │ │ ├── jquery.ui.resizable.min.css
│ │ │ │ │ ├── jquery.ui.selectable.min.css
│ │ │ │ │ ├── jquery.ui.slider.min.css
│ │ │ │ │ ├── jquery.ui.tabs.min.css
│ │ │ │ │ └── jquery.ui.theme.min.css
│ │ │ │ ├── redmond
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ │ ├── ui-bg_flat_55_fbec88_40x100.png
│ │ │ │ │ │ ├── ui-bg_glass_75_d0e5f5_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_85_dfeffc_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ │ ├── ui-bg_gloss-wave_55_5c9ccc_500x100.png
│ │ │ │ │ │ ├── ui-bg_inset-hard_100_f5f8f9_1x100.png
│ │ │ │ │ │ ├── ui-bg_inset-hard_100_fcfdfd_1x100.png
│ │ │ │ │ │ ├── ui-icons_217bc0_256x240.png
│ │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ │ ├── ui-icons_469bdd_256x240.png
│ │ │ │ │ │ ├── ui-icons_6da8d5_256x240.png
│ │ │ │ │ │ ├── ui-icons_cd0a0a_256x240.png
│ │ │ │ │ │ ├── ui-icons_d8e7f3_256x240.png
│ │ │ │ │ │ └── ui-icons_f9bd01_256x240.png
│ │ │ │ │ ├── jquery-ui-1.8.16.custom.css
│ │ │ │ │ ├── jquery.ui.accordion.css
│ │ │ │ │ ├── jquery.ui.all.css
│ │ │ │ │ ├── jquery.ui.autocomplete.css
│ │ │ │ │ ├── jquery.ui.base.css
│ │ │ │ │ ├── jquery.ui.button.css
│ │ │ │ │ ├── jquery.ui.core.css
│ │ │ │ │ ├── jquery.ui.datepicker.css
│ │ │ │ │ ├── jquery.ui.dialog.css
│ │ │ │ │ ├── jquery.ui.progressbar.css
│ │ │ │ │ ├── jquery.ui.resizable.css
│ │ │ │ │ ├── jquery.ui.selectable.css
│ │ │ │ │ ├── jquery.ui.slider.css
│ │ │ │ │ ├── jquery.ui.tabs.css
│ │ │ │ │ └── jquery.ui.theme.css
│ │ │ │ └── start
│ │ │ │ ├── images
│ │ │ │ │ ├── ui-bg_flat_55_999999_40x100.png
│ │ │ │ │ ├── ui-bg_flat_75_aaaaaa_40x100.png
│ │ │ │ │ ├── ui-bg_glass_45_0078ae_1x400.png
│ │ │ │ │ ├── ui-bg_glass_55_f8da4e_1x400.png
│ │ │ │ │ ├── ui-bg_glass_75_79c9ec_1x400.png
│ │ │ │ │ ├── ui-bg_gloss-wave_45_e14f1c_500x100.png
│ │ │ │ │ ├── ui-bg_gloss-wave_50_6eac2c_500x100.png
│ │ │ │ │ ├── ui-bg_gloss-wave_75_2191c0_500x100.png
│ │ │ │ │ ├── ui-bg_inset-hard_100_fcfdfd_1x100.png
│ │ │ │ │ ├── ui-icons_0078ae_256x240.png
│ │ │ │ │ ├── ui-icons_056b93_256x240.png
│ │ │ │ │ ├── ui-icons_d8e7f3_256x240.png
│ │ │ │ │ ├── ui-icons_e0fdff_256x240.png
│ │ │ │ │ ├── ui-icons_f5e175_256x240.png
│ │ │ │ │ ├── ui-icons_f7a50d_256x240.png
│ │ │ │ │ └── ui-icons_fcd113_256x240.png
│ │ │ │ ├── jquery-ui-1.8.16.custom.css
│ │ │ │ ├── jquery.ui.accordion.css
│ │ │ │ ├── jquery.ui.all.css
│ │ │ │ ├── jquery.ui.autocomplete.css
│ │ │ │ ├── jquery.ui.base.css
│ │ │ │ ├── jquery.ui.button.css
│ │ │ │ ├── jquery.ui.core.css
│ │ │ │ ├── jquery.ui.datepicker.css
│ │ │ │ ├── jquery.ui.dialog.css
│ │ │ │ ├── jquery.ui.progressbar.css
│ │ │ │ ├── jquery.ui.resizable.css
│ │ │ │ ├── jquery.ui.selectable.css
│ │ │ │ ├── jquery.ui.slider.css
│ │ │ │ ├── jquery.ui.tabs.css
│ │ │ │ └── jquery.ui.theme.css
│ │ │ ├── ui
│ │ │ │ ├── i18n
│ │ │ │ │ ├── jquery.ui.datepicker-af.js
│ │ │ │ │ ├── jquery.ui.datepicker-ar-DZ.js
│ │ │ │ │ ├── jquery.ui.datepicker-ar.js
│ │ │ │ │ ├── jquery.ui.datepicker-az.js
│ │ │ │ │ ├── jquery.ui.datepicker-bg.js
│ │ │ │ │ ├── jquery.ui.datepicker-bs.js
│ │ │ │ │ ├── jquery.ui.datepicker-ca.js
│ │ │ │ │ ├── jquery.ui.datepicker-cs.js
│ │ │ │ │ ├── jquery.ui.datepicker-da.js
│ │ │ │ │ ├── jquery.ui.datepicker-de.js
│ │ │ │ │ ├── jquery.ui.datepicker-el.js
│ │ │ │ │ ├── jquery.ui.datepicker-en-AU.js
│ │ │ │ │ ├── jquery.ui.datepicker-en-GB.js
│ │ │ │ │ ├── jquery.ui.datepicker-en-NZ.js
│ │ │ │ │ ├── jquery.ui.datepicker-eo.js
│ │ │ │ │ ├── jquery.ui.datepicker-es.js
│ │ │ │ │ ├── jquery.ui.datepicker-et.js
│ │ │ │ │ ├── jquery.ui.datepicker-eu.js
│ │ │ │ │ ├── jquery.ui.datepicker-fa.js
│ │ │ │ │ ├── jquery.ui.datepicker-fi.js
│ │ │ │ │ ├── jquery.ui.datepicker-fo.js
│ │ │ │ │ ├── jquery.ui.datepicker-fr-CH.js
│ │ │ │ │ ├── jquery.ui.datepicker-fr.js
│ │ │ │ │ ├── jquery.ui.datepicker-gl.js
│ │ │ │ │ ├── jquery.ui.datepicker-he.js
│ │ │ │ │ ├── jquery.ui.datepicker-hr.js
│ │ │ │ │ ├── jquery.ui.datepicker-hu.js
│ │ │ │ │ ├── jquery.ui.datepicker-hy.js
│ │ │ │ │ ├── jquery.ui.datepicker-id.js
│ │ │ │ │ ├── jquery.ui.datepicker-is.js
│ │ │ │ │ ├── jquery.ui.datepicker-it.js
│ │ │ │ │ ├── jquery.ui.datepicker-ja.js
│ │ │ │ │ ├── jquery.ui.datepicker-ko.js
│ │ │ │ │ ├── jquery.ui.datepicker-kz.js
│ │ │ │ │ ├── jquery.ui.datepicker-lt.js
│ │ │ │ │ ├── jquery.ui.datepicker-lv.js
│ │ │ │ │ ├── jquery.ui.datepicker-ml.js
│ │ │ │ │ ├── jquery.ui.datepicker-ms.js
│ │ │ │ │ ├── jquery.ui.datepicker-nl.js
│ │ │ │ │ ├── jquery.ui.datepicker-no.js
│ │ │ │ │ ├── jquery.ui.datepicker-pl.js
│ │ │ │ │ ├── jquery.ui.datepicker-pt-BR.js
│ │ │ │ │ ├── jquery.ui.datepicker-pt.js
│ │ │ │ │ ├── jquery.ui.datepicker-rm.js
│ │ │ │ │ ├── jquery.ui.datepicker-ro.js
│ │ │ │ │ ├── jquery.ui.datepicker-ru.js
│ │ │ │ │ ├── jquery.ui.datepicker-sk.js
│ │ │ │ │ ├── jquery.ui.datepicker-sl.js
│ │ │ │ │ ├── jquery.ui.datepicker-sq.js
│ │ │ │ │ ├── jquery.ui.datepicker-sr.js
│ │ │ │ │ ├── jquery.ui.datepicker-sr-SR.js
│ │ │ │ │ ├── jquery.ui.datepicker-sv.js
│ │ │ │ │ ├── jquery.ui.datepicker-ta.js
│ │ │ │ │ ├── jquery.ui.datepicker-th.js
│ │ │ │ │ ├── jquery.ui.datepicker-tr.js
│ │ │ │ │ ├── jquery.ui.datepicker-uk.js
│ │ │ │ │ ├── jquery.ui.datepicker-vi.js
│ │ │ │ │ ├── jquery.ui.datepicker-zh-CN.js
│ │ │ │ │ ├── jquery.ui.datepicker-zh-HK.js
│ │ │ │ │ ├── jquery.ui.datepicker-zh-TW.js
│ │ │ │ │ └── jquery-ui-i18n.js
│ │ │ │ ├── jquery.effects.blind.js
│ │ │ │ ├── jquery.effects.bounce.js
│ │ │ │ ├── jquery.effects.clip.js
│ │ │ │ ├── jquery.effects.core.js
│ │ │ │ ├── jquery.effects.drop.js
│ │ │ │ ├── jquery.effects.explode.js
│ │ │ │ ├── jquery.effects.fade.js
│ │ │ │ ├── jquery.effects.fold.js
│ │ │ │ ├── jquery.effects.highlight.js
│ │ │ │ ├── jquery.effects.pulsate.js
│ │ │ │ ├── jquery.effects.scale.js
│ │ │ │ ├── jquery.effects.shake.js
│ │ │ │ ├── jquery.effects.slide.js
│ │ │ │ ├── jquery.effects.transfer.js
│ │ │ │ ├── jquery.ui.accordion.js
│ │ │ │ ├── jquery.ui.autocomplete.js
│ │ │ │ ├── jquery.ui.button.js
│ │ │ │ ├── jquery.ui.core.js
│ │ │ │ ├── jquery.ui.datepicker.js
│ │ │ │ ├── jquery.ui.dialog.js
│ │ │ │ ├── jquery.ui.draggable.js
│ │ │ │ ├── jquery.ui.droppable.js
│ │ │ │ ├── jquery-ui.js
│ │ │ │ ├── jquery.ui.mouse.js
│ │ │ │ ├── jquery.ui.position.js
│ │ │ │ ├── jquery.ui.progressbar.js
│ │ │ │ ├── jquery.ui.resizable.js
│ │ │ │ ├── jquery.ui.selectable.js
│ │ │ │ ├── jquery.ui.slider.js
│ │ │ │ ├── jquery.ui.sortable.js
│ │ │ │ ├── jquery.ui.tabs.js
│ │ │ │ ├── jquery.ui.widget.js
│ │ │ │ └── minified
│ │ │ │ ├── i18n
│ │ │ │ │ ├── jquery.ui.datepicker-af.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-ar-DZ.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-ar.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-az.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-bg.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-bs.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-ca.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-cs.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-da.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-de.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-el.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-en-AU.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-en-GB.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-en-NZ.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-eo.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-es.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-et.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-eu.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-fa.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-fi.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-fo.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-fr-CH.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-fr.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-gl.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-he.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-hr.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-hu.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-hy.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-id.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-is.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-it.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-ja.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-ko.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-kz.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-lt.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-lv.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-ml.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-ms.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-nl.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-no.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-pl.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-pt-BR.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-pt.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-rm.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-ro.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-ru.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-sk.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-sl.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-sq.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-sr.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-sr-SR.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-sv.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-ta.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-th.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-tr.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-uk.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-vi.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-zh-CN.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-zh-HK.min.js
│ │ │ │ │ ├── jquery.ui.datepicker-zh-TW.min.js
│ │ │ │ │ └── jquery-ui-i18n.min.js
│ │ │ │ ├── jquery.effects.blind.min.js
│ │ │ │ ├── jquery.effects.bounce.min.js
│ │ │ │ ├── jquery.effects.clip.min.js
│ │ │ │ ├── jquery.effects.core.min.js
│ │ │ │ ├── jquery.effects.drop.min.js
│ │ │ │ ├── jquery.effects.explode.min.js
│ │ │ │ ├── jquery.effects.fade.min.js
│ │ │ │ ├── jquery.effects.fold.min.js
│ │ │ │ ├── jquery.effects.highlight.min.js
│ │ │ │ ├── jquery.effects.pulsate.min.js
│ │ │ │ ├── jquery.effects.scale.min.js
│ │ │ │ ├── jquery.effects.shake.min.js
│ │ │ │ ├── jquery.effects.slide.min.js
│ │ │ │ ├── jquery.effects.transfer.min.js
│ │ │ │ ├── jquery.ui.accordion.min.js
│ │ │ │ ├── jquery.ui.autocomplete.min.js
│ │ │ │ ├── jquery.ui.button.min.js
│ │ │ │ ├── jquery.ui.core.min.js
│ │ │ │ ├── jquery.ui.datepicker.min.js
│ │ │ │ ├── jquery.ui.dialog.min.js
│ │ │ │ ├── jquery.ui.draggable.min.js
│ │ │ │ ├── jquery.ui.droppable.min.js
│ │ │ │ ├── jquery-ui.min.js
│ │ │ │ ├── jquery.ui.mouse.min.js
│ │ │ │ ├── jquery.ui.position.min.js
│ │ │ │ ├── jquery.ui.progressbar.min.js
│ │ │ │ ├── jquery.ui.resizable.min.js
│ │ │ │ ├── jquery.ui.selectable.min.js
│ │ │ │ ├── jquery.ui.slider.min.js
│ │ │ │ ├── jquery.ui.sortable.min.js
│ │ │ │ ├── jquery.ui.tabs.min.js
│ │ │ │ └── jquery.ui.widget.min.js
│ │ │ └── version.txt
│ │ ├── jquery.uploadify
│ │ │ ├── cancel.png
│ │ │ ├── com
│ │ │ │ └── adobe
│ │ │ │ ├── air
│ │ │ │ │ └── logging
│ │ │ │ │ └── FileTarget.as
│ │ │ │ ├── crypto
│ │ │ │ │ ├── HMAC.as
│ │ │ │ │ ├── MD5.as
│ │ │ │ │ ├── MD5Stream.as
│ │ │ │ │ ├── SHA1.as
│ │ │ │ │ ├── SHA224.as
│ │ │ │ │ ├── SHA256.as
│ │ │ │ │ └── WSSEUsernameToken.as
│ │ │ │ ├── errors
│ │ │ │ │ └── IllegalStateError.as
│ │ │ │ ├── fileformats
│ │ │ │ │ └── vcard
│ │ │ │ │ ├── Address.as
│ │ │ │ │ ├── Email.as
│ │ │ │ │ ├── Phone.as
│ │ │ │ │ ├── VCard.as
│ │ │ │ │ └── VCardParser.as
│ │ │ │ ├── images
│ │ │ │ │ ├── BitString.as
│ │ │ │ │ ├── JPGEncoder.as
│ │ │ │ │ └── PNGEncoder.as
│ │ │ │ ├── net
│ │ │ │ │ ├── DynamicURLLoader.as
│ │ │ │ │ ├── IURIResolver.as
│ │ │ │ │ ├── MimeTypeMap.as
│ │ │ │ │ ├── proxies
│ │ │ │ │ │ └── RFC2817Socket.as
│ │ │ │ │ ├── URI.as
│ │ │ │ │ └── URIEncodingBitmap.as
│ │ │ │ ├── protocols
│ │ │ │ │ └── dict
│ │ │ │ │ ├── Database.as
│ │ │ │ │ ├── Definition.as
│ │ │ │ │ ├── Dict.as
│ │ │ │ │ ├── DictionaryServer.as
│ │ │ │ │ ├── events
│ │ │ │ │ │ ├── ConnectedEvent.as
│ │ │ │ │ │ ├── DatabaseEvent.as
│ │ │ │ │ │ ├── DefinitionEvent.as
│ │ │ │ │ │ ├── DefinitionHeaderEvent.as
│ │ │ │ │ │ ├── DictionaryServerEvent.as
│ │ │ │ │ │ ├── DisconnectedEvent.as
│ │ │ │ │ │ ├── ErrorEvent.as
│ │ │ │ │ │ ├── MatchEvent.as
│ │ │ │ │ │ ├── MatchStrategiesEvent.as
│ │ │ │ │ │ └── NoMatchEvent.as
│ │ │ │ │ ├── MatchStrategy.as
│ │ │ │ │ ├── Response.as
│ │ │ │ │ └── util
│ │ │ │ │ ├── CompleteResponseEvent.as
│ │ │ │ │ └── SocketHelper.as
│ │ │ │ ├── serialization
│ │ │ │ │ └── json
│ │ │ │ │ ├── JSON.as
│ │ │ │ │ ├── JSONDecoder.as
│ │ │ │ │ ├── JSONEncoder.as
│ │ │ │ │ ├── JSONParseError.as
│ │ │ │ │ ├── JSONToken.as
│ │ │ │ │ ├── JSONTokenizer.as
│ │ │ │ │ └── JSONTokenType.as
│ │ │ │ ├── utils
│ │ │ │ │ ├── ArrayUtil.as
│ │ │ │ │ ├── DateUtil.as
│ │ │ │ │ ├── DictionaryUtil.as
│ │ │ │ │ ├── IntUtil.as
│ │ │ │ │ ├── NumberFormatter.as
│ │ │ │ │ ├── StringUtil.as
│ │ │ │ │ └── XMLUtil.as
│ │ │ │ └── webapis
│ │ │ │ ├── events
│ │ │ │ │ └── ServiceEvent.as
│ │ │ │ ├── ServiceBase.as
│ │ │ │ └── URLLoaderBase.as
│ │ │ ├── expressInstall.swf
│ │ │ ├── jquery.uploadify.js
│ │ │ ├── swfobject.js
│ │ │ ├── upload.gif
│ │ │ ├── uploadify.allglyphs.swf
│ │ │ ├── uploadify.css
│ │ │ ├── uploadify.fla
│ │ │ └── uploadify.swf
│ │ ├── JScript.js
│ │ ├── ui.jqgrid.css
│ │ ├── ZxjayAjax.js
│ │ ├── ZxjayCommon.js
│ │ ├── ZxjayDialog.js
│ │ ├── ZxjayTree.js
│ │ └── ZxjayWebExplorer.js
│ ├── UploadHandler.ashx
│ └── web.config
└── 操作方法.doc
118 directories, 1075 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论