在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → easyui实现的Activiti工作流引擎web版流程设计器

easyui实现的Activiti工作流引擎web版流程设计器

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:4.17M
  • 下载次数:20
  • 浏览次数:282
  • 发布时间:2020-09-14
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
easyui实现的Activiti工作流引擎web版流程设计器 跨浏览器流程设计器 打开文件 processDesigner\wf\designer\index.html 即可预览
【实例截图】
【核心代码】
processDesigner
└── processDesigner
├── css
│   └── style.css
├── image
│   ├── activate.gif
│   ├── assign.gif
│   ├── browseButton.png
│   ├── calendar.png
│   ├── cancel.png
│   ├── chart_bar_edit.png
│   ├── clock.png
│   ├── deactivate.gif
│   ├── delegate.gif
│   ├── delete.gif
│   ├── download.png
│   ├── edit_add.png
│   ├── edit.gif
│   ├── en_US.gif
│   ├── fen2.gif
│   ├── fen.gif
│   ├── help.png
│   ├── homePage.png
│   ├── hua2.gif
│   ├── hua.gif
│   ├── hui2.gif
│   ├── hui.gif
│   ├── join.gif
│   ├── lan2.gif
│   ├── lan.gif
│   ├── left_icon.gif
│   ├── logout.png
│   ├── lv2.gif
│   ├── lv.gif
│   ├── menu.png
│   ├── message.png
│   ├── modify.png
│   ├── ok.png
│   ├── pages.gif
│   ├── password_icon.png
│   ├── permissions.gif
│   ├── picture_go.png
│   ├── right_icon.gif
│   ├── role.gif
│   ├── save.png
│   ├── setPassword.gif
│   ├── task.png
│   ├── Thumbs.db
│   ├── unchecked.gif
│   ├── upload.png
│   ├── user_icon.png
│   ├── validatebox_pointer.gif
│   ├── validatebox_warning.png
│   ├── weather.png
│   ├── welcome.gif
│   ├── zh_CN.gif
│   └── zoom.png
├── js
│   ├── ckeditor
│   │   ├── adapters
│   │   │   └── jquery.js
│   │   ├── ckeditor_basic.js
│   │   ├── ckeditor_basic_source.js
│   │   ├── ckeditor.js
│   │   ├── ckeditor_source.js
│   │   ├── config.js
│   │   ├── contents.css
│   │   ├── images
│   │   │   └── spacer.gif
│   │   ├── lang
│   │   │   ├── af.js
│   │   │   ├── ar.js
│   │   │   ├── bg.js
│   │   │   ├── bn.js
│   │   │   ├── bs.js
│   │   │   ├── ca.js
│   │   │   ├── cs.js
│   │   │   ├── cy.js
│   │   │   ├── da.js
│   │   │   ├── de.js
│   │   │   ├── el.js
│   │   │   ├── en-au.js
│   │   │   ├── en-ca.js
│   │   │   ├── en-gb.js
│   │   │   ├── en.js
│   │   │   ├── eo.js
│   │   │   ├── es.js
│   │   │   ├── et.js
│   │   │   ├── eu.js
│   │   │   ├── fa.js
│   │   │   ├── fi.js
│   │   │   ├── fo.js
│   │   │   ├── fr-ca.js
│   │   │   ├── fr.js
│   │   │   ├── gl.js
│   │   │   ├── gu.js
│   │   │   ├── he.js
│   │   │   ├── hi.js
│   │   │   ├── hr.js
│   │   │   ├── hu.js
│   │   │   ├── is.js
│   │   │   ├── it.js
│   │   │   ├── ja.js
│   │   │   ├── ka.js
│   │   │   ├── km.js
│   │   │   ├── ko.js
│   │   │   ├── _languages.js
│   │   │   ├── lt.js
│   │   │   ├── lv.js
│   │   │   ├── mn.js
│   │   │   ├── ms.js
│   │   │   ├── nb.js
│   │   │   ├── nl.js
│   │   │   ├── no.js
│   │   │   ├── pl.js
│   │   │   ├── pt-br.js
│   │   │   ├── pt.js
│   │   │   ├── ro.js
│   │   │   ├── ru.js
│   │   │   ├── sk.js
│   │   │   ├── sl.js
│   │   │   ├── sr.js
│   │   │   ├── sr-latn.js
│   │   │   ├── sv.js
│   │   │   ├── th.js
│   │   │   ├── _translationstatus.txt
│   │   │   ├── tr.js
│   │   │   ├── uk.js
│   │   │   ├── vi.js
│   │   │   ├── zh-cn.js
│   │   │   └── zh.js
│   │   ├── plugins
│   │   │   ├── a11yhelp
│   │   │   │   ├── dialogs
│   │   │   │   │   └── a11yhelp.js
│   │   │   │   └── lang
│   │   │   │   ├── en.js
│   │   │   │   └── he.js
│   │   │   ├── about
│   │   │   │   └── dialogs
│   │   │   │   ├── about.js
│   │   │   │   └── logo_ckeditor.png
│   │   │   ├── adobeair
│   │   │   │   └── plugin.js
│   │   │   ├── ajax
│   │   │   │   └── plugin.js
│   │   │   ├── autogrow
│   │   │   │   └── plugin.js
│   │   │   ├── bbcode
│   │   │   │   └── plugin.js
│   │   │   ├── clipboard
│   │   │   │   └── dialogs
│   │   │   │   └── paste.js
│   │   │   ├── colordialog
│   │   │   │   └── dialogs
│   │   │   │   └── colordialog.js
│   │   │   ├── devtools
│   │   │   │   ├── lang
│   │   │   │   │   └── en.js
│   │   │   │   └── plugin.js
│   │   │   ├── dialog
│   │   │   │   └── dialogDefinition.js
│   │   │   ├── div
│   │   │   │   └── dialogs
│   │   │   │   └── div.js
│   │   │   ├── docprops
│   │   │   │   ├── dialogs
│   │   │   │   │   └── docprops.js
│   │   │   │   └── plugin.js
│   │   │   ├── find
│   │   │   │   └── dialogs
│   │   │   │   └── find.js
│   │   │   ├── flash
│   │   │   │   ├── dialogs
│   │   │   │   │   └── flash.js
│   │   │   │   └── images
│   │   │   │   └── placeholder.png
│   │   │   ├── forms
│   │   │   │   ├── dialogs
│   │   │   │   │   ├── button.js
│   │   │   │   │   ├── checkbox.js
│   │   │   │   │   ├── form.js
│   │   │   │   │   ├── hiddenfield.js
│   │   │   │   │   ├── radio.js
│   │   │   │   │   ├── select.js
│   │   │   │   │   ├── textarea.js
│   │   │   │   │   └── textfield.js
│   │   │   │   └── images
│   │   │   │   └── hiddenfield.gif
│   │   │   ├── iframe
│   │   │   │   ├── dialogs
│   │   │   │   │   └── iframe.js
│   │   │   │   └── images
│   │   │   │   └── placeholder.png
│   │   │   ├── iframedialog
│   │   │   │   └── plugin.js
│   │   │   ├── image
│   │   │   │   └── dialogs
│   │   │   │   └── image.js
│   │   │   ├── link
│   │   │   │   ├── dialogs
│   │   │   │   │   ├── anchor.js
│   │   │   │   │   └── link.js
│   │   │   │   └── images
│   │   │   │   └── anchor.gif
│   │   │   ├── liststyle
│   │   │   │   └── dialogs
│   │   │   │   └── liststyle.js
│   │   │   ├── pagebreak
│   │   │   │   └── images
│   │   │   │   └── pagebreak.gif
│   │   │   ├── pastefromword
│   │   │   │   └── filter
│   │   │   │   └── default.js
│   │   │   ├── pastetext
│   │   │   │   └── dialogs
│   │   │   │   └── pastetext.js
│   │   │   ├── placeholder
│   │   │   │   ├── dialogs
│   │   │   │   │   └── placeholder.js
│   │   │   │   ├── lang
│   │   │   │   │   ├── en.js
│   │   │   │   │   └── he.js
│   │   │   │   ├── placeholder.gif
│   │   │   │   └── plugin.js
│   │   │   ├── scayt
│   │   │   │   └── dialogs
│   │   │   │   ├── options.js
│   │   │   │   └── toolbar.css
│   │   │   ├── showblocks
│   │   │   │   └── images
│   │   │   │   ├── block_address.png
│   │   │   │   ├── block_blockquote.png
│   │   │   │   ├── block_div.png
│   │   │   │   ├── block_h1.png
│   │   │   │   ├── block_h2.png
│   │   │   │   ├── block_h3.png
│   │   │   │   ├── block_h4.png
│   │   │   │   ├── block_h5.png
│   │   │   │   ├── block_h6.png
│   │   │   │   ├── block_p.png
│   │   │   │   └── block_pre.png
│   │   │   ├── smiley
│   │   │   │   ├── dialogs
│   │   │   │   │   └── smiley.js
│   │   │   │   └── images
│   │   │   │   ├── angel_smile.gif
│   │   │   │   ├── angry_smile.gif
│   │   │   │   ├── broken_heart.gif
│   │   │   │   ├── confused_smile.gif
│   │   │   │   ├── cry_smile.gif
│   │   │   │   ├── devil_smile.gif
│   │   │   │   ├── embaressed_smile.gif
│   │   │   │   ├── envelope.gif
│   │   │   │   ├── heart.gif
│   │   │   │   ├── kiss.gif
│   │   │   │   ├── lightbulb.gif
│   │   │   │   ├── omg_smile.gif
│   │   │   │   ├── regular_smile.gif
│   │   │   │   ├── sad_smile.gif
│   │   │   │   ├── shades_smile.gif
│   │   │   │   ├── teeth_smile.gif
│   │   │   │   ├── thumbs_down.gif
│   │   │   │   ├── thumbs_up.gif
│   │   │   │   ├── tounge_smile.gif
│   │   │   │   ├── whatchutalkingabout_smile.gif
│   │   │   │   └── wink_smile.gif
│   │   │   ├── specialchar
│   │   │   │   ├── dialogs
│   │   │   │   │   └── specialchar.js
│   │   │   │   └── lang
│   │   │   │   └── en.js
│   │   │   ├── styles
│   │   │   │   └── styles
│   │   │   │   └── default.js
│   │   │   ├── stylesheetparser
│   │   │   │   └── plugin.js
│   │   │   ├── table
│   │   │   │   └── dialogs
│   │   │   │   └── table.js
│   │   │   ├── tableresize
│   │   │   │   └── plugin.js
│   │   │   ├── tabletools
│   │   │   │   └── dialogs
│   │   │   │   └── tableCell.js
│   │   │   ├── templates
│   │   │   │   ├── dialogs
│   │   │   │   │   └── templates.js
│   │   │   │   └── templates
│   │   │   │   ├── default.js
│   │   │   │   └── images
│   │   │   │   ├── template1.gif
│   │   │   │   ├── template2.gif
│   │   │   │   └── template3.gif
│   │   │   ├── uicolor
│   │   │   │   ├── dialogs
│   │   │   │   │   └── uicolor.js
│   │   │   │   ├── lang
│   │   │   │   │   ├── en.js
│   │   │   │   │   └── he.js
│   │   │   │   ├── plugin.js
│   │   │   │   ├── uicolor.gif
│   │   │   │   └── yui
│   │   │   │   ├── assets
│   │   │   │   │   ├── hue_bg.png
│   │   │   │   │   ├── hue_thumb.png
│   │   │   │   │   ├── picker_mask.png
│   │   │   │   │   ├── picker_thumb.png
│   │   │   │   │   └── yui.css
│   │   │   │   └── yui.js
│   │   │   ├── wsc
│   │   │   │   └── dialogs
│   │   │   │   ├── ciframe.html
│   │   │   │   ├── tmpFrameset.html
│   │   │   │   ├── wsc.css
│   │   │   │   └── wsc.js
│   │   │   └── xml
│   │   │   └── plugin.js
│   │   ├── skins
│   │   │   ├── kama
│   │   │   │   ├── dialog.css
│   │   │   │   ├── editor.css
│   │   │   │   ├── icons.png
│   │   │   │   ├── icons_rtl.png
│   │   │   │   ├── images
│   │   │   │   │   ├── dialog_sides.gif
│   │   │   │   │   ├── dialog_sides.png
│   │   │   │   │   ├── dialog_sides_rtl.png
│   │   │   │   │   ├── mini.gif
│   │   │   │   │   ├── noimage.png
│   │   │   │   │   ├── sprites_ie6.png
│   │   │   │   │   ├── sprites.png
│   │   │   │   │   └── toolbar_start.gif
│   │   │   │   ├── skin.js
│   │   │   │   └── templates.css
│   │   │   ├── office2003
│   │   │   │   ├── dialog.css
│   │   │   │   ├── editor.css
│   │   │   │   ├── icons.png
│   │   │   │   ├── icons_rtl.png
│   │   │   │   ├── images
│   │   │   │   │   ├── dialog_sides.gif
│   │   │   │   │   ├── dialog_sides.png
│   │   │   │   │   ├── dialog_sides_rtl.png
│   │   │   │   │   ├── mini.gif
│   │   │   │   │   ├── noimage.png
│   │   │   │   │   ├── sprites_ie6.png
│   │   │   │   │   └── sprites.png
│   │   │   │   ├── skin.js
│   │   │   │   └── templates.css
│   │   │   └── v2
│   │   │   ├── dialog.css
│   │   │   ├── editor.css
│   │   │   ├── icons.png
│   │   │   ├── icons_rtl.png
│   │   │   ├── images
│   │   │   │   ├── dialog_sides.gif
│   │   │   │   ├── dialog_sides.png
│   │   │   │   ├── dialog_sides_rtl.png
│   │   │   │   ├── mini.gif
│   │   │   │   ├── noimage.png
│   │   │   │   ├── sprites_ie6.png
│   │   │   │   ├── sprites.png
│   │   │   │   └── toolbar_start.gif
│   │   │   ├── skin.js
│   │   │   └── templates.css
│   │   └── themes
│   │   └── default
│   │   └── theme.js
│   ├── designer
│   │   ├── connection
│   │   │   ├── DecoratedConnection.js
│   │   │   ├── MyInputPort.js
│   │   │   └── MyOutputPort.js
│   │   ├── designer.css
│   │   ├── designer.js
│   │   ├── event
│   │   │   ├── End.js
│   │   │   └── Start.js
│   │   ├── gateway
│   │   │   ├── ExclusiveGateway.js
│   │   │   └── ParallelGateway.js
│   │   ├── icons
│   │   │   ├── action.down.png
│   │   │   ├── action.magnifier.png
│   │   │   ├── action.up.png
│   │   │   ├── callactivity.png
│   │   │   ├── defaultCustomServiceTask.png
│   │   │   ├── ereference.gif
│   │   │   ├── errorCustomServiceTask.png
│   │   │   ├── error.png
│   │   │   ├── palette.png
│   │   │   ├── process.gif
│   │   │   ├── properties.gif
│   │   │   ├── Thumbs.db
│   │   │   ├── timer.png
│   │   │   ├── tree_folder_open.gif
│   │   │   ├── type.annotation.png
│   │   │   ├── type.business.rule.png
│   │   │   ├── type.endevent.none.png
│   │   │   ├── type.gateway.exclusive.png
│   │   │   ├── type.gateway.inclusive.png
│   │   │   ├── type.gateway.parallel.png
│   │   │   ├── type.loopmarker.png
│   │   │   ├── type.mail.png
│   │   │   ├── type.manual.png
│   │   │   ├── type.receive.png
│   │   │   ├── type.script.png
│   │   │   ├── type.send.png
│   │   │   ├── type.service.png
│   │   │   ├── type.startevent.none.png
│   │   │   ├── type.subprocess.collapsed.png
│   │   │   ├── type.subprocess.expanded.png
│   │   │   └── type.user.png
│   │   ├── img
│   │   │   ├── business_rule_task_bg.png
│   │   │   ├── call_activity_bg.png
│   │   │   ├── circle.png
│   │   │   ├── grid_10.png
│   │   │   ├── mail_task_bg.png
│   │   │   ├── manual_task_bg.png
│   │   │   ├── manual-task.png
│   │   │   ├── menu.gif
│   │   │   ├── menu_sep.png
│   │   │   ├── receive_task_bg.png
│   │   │   ├── script_task_bg.png
│   │   │   ├── service_task_bg.png
│   │   │   └── Thumbs.db
│   │   ├── MyCanvas.js
│   │   ├── ResizeImage.js
│   │   └── task
│   │   ├── BaseTask.js
│   │   ├── BusinessRuleTask.js
│   │   ├── CallActivity.js
│   │   ├── MailTask.js
│   │   ├── ManualTask.js
│   │   ├── ReceiveTask.js
│   │   ├── ScriptTask.js
│   │   ├── ServiceTask.js
│   │   ├── Task.js
│   │   └── UserTask.js
│   ├── draw2d
│   │   ├── draw2d.js
│   │   ├── moocanvas.js
│   │   ├── mootools.js
│   │   └── wz_jsgraphics.js
│   ├── htmlformatter
│   │   ├── base.js
│   │   ├── dialog.css
│   │   ├── globals.js
│   │   ├── htmlformat.js
│   │   ├── jsformat.js
│   │   └── toolsite.css
│   ├── jqplot
│   │   ├── excanvas.js
│   │   ├── excanvas.min.js
│   │   ├── jquery.jqplot.js
│   │   ├── jquery.jqplot.min.js
│   │   ├── plugins
│   │   │   ├── jqplot.barRenderer.js
│   │   │   ├── jqplot.barRenderer.min.js
│   │   │   ├── jqplot.BezierCurveRenderer.js
│   │   │   ├── jqplot.BezierCurveRenderer.min.js
│   │   │   ├── jqplot.blockRenderer.js
│   │   │   ├── jqplot.blockRenderer.min.js
│   │   │   ├── jqplot.bubbleRenderer.js
│   │   │   ├── jqplot.bubbleRenderer.min.js
│   │   │   ├── jqplot.canvasAxisLabelRenderer.js
│   │   │   ├── jqplot.canvasAxisLabelRenderer.min.js
│   │   │   ├── jqplot.canvasAxisTickRenderer.js
│   │   │   ├── jqplot.canvasAxisTickRenderer.min.js
│   │   │   ├── jqplot.canvasTextRenderer.js
│   │   │   ├── jqplot.canvasTextRenderer.min.js
│   │   │   ├── jqplot.categoryAxisRenderer.js
│   │   │   ├── jqplot.categoryAxisRenderer.min.js
│   │   │   ├── jqplot.ciParser.js
│   │   │   ├── jqplot.ciParser.min.js
│   │   │   ├── jqplot.cursor.js
│   │   │   ├── jqplot.cursor.min.js
│   │   │   ├── jqplot.dateAxisRenderer.js
│   │   │   ├── jqplot.dateAxisRenderer.min.js
│   │   │   ├── jqplot.donutRenderer.js
│   │   │   ├── jqplot.donutRenderer.min.js
│   │   │   ├── jqplot.dragable.js
│   │   │   ├── jqplot.dragable.min.js
│   │   │   ├── jqplot.enhancedLegendRenderer.js
│   │   │   ├── jqplot.enhancedLegendRenderer.min.js
│   │   │   ├── jqplot.funnelRenderer.js
│   │   │   ├── jqplot.funnelRenderer.min.js
│   │   │   ├── jqplot.highlighter.js
│   │   │   ├── jqplot.highlighter.min.js
│   │   │   ├── jqplot.json2.js
│   │   │   ├── jqplot.json2.min.js
│   │   │   ├── jqplot.logAxisRenderer.js
│   │   │   ├── jqplot.logAxisRenderer.min.js
│   │   │   ├── jqplot.mekkoAxisRenderer.js
│   │   │   ├── jqplot.mekkoAxisRenderer.min.js
│   │   │   ├── jqplot.mekkoRenderer.js
│   │   │   ├── jqplot.mekkoRenderer.min.js
│   │   │   ├── jqplot.meterGaugeRenderer.js
│   │   │   ├── jqplot.meterGaugeRenderer.min.js
│   │   │   ├── jqplot.ohlcRenderer.js
│   │   │   ├── jqplot.ohlcRenderer.min.js
│   │   │   ├── jqplot.pieRenderer.js
│   │   │   ├── jqplot.pieRenderer.min.js
│   │   │   ├── jqplot.pointLabels.js
│   │   │   ├── jqplot.pointLabels.min.js
│   │   │   ├── jqplot.trendline.js
│   │   │   └── jqplot.trendline.min.js
│   │   └── themes
│   │   ├── jquery.jqplot.css
│   │   └── jquery.jqplot.min.css
│   ├── jquery-1.4.4.js
│   ├── jquery-1.4.4.min.js
│   ├── jquery-autocomplete
│   │   ├── jquery.autocomplete.css
│   │   ├── jquery.autocomplete.js
│   │   ├── jquery.autocomplete.min.js
│   │   ├── jquery.autocomplete.pack.js
│   │   └── lib
│   │   ├── jquery.ajaxQueue.js
│   │   ├── jquery.bgiframe.min.js
│   │   ├── thickbox-compressed.js
│   │   └── thickbox.css
│   ├── jQueryBubblePopup
│   │   ├── jquery.bubblepopup.license.txt
│   │   ├── jquerybubblepopup-theme
│   │   │   ├── all-azure
│   │   │   │   ├── bottom-left.png
│   │   │   │   ├── bottom-middle.png
│   │   │   │   ├── bottom-right.png
│   │   │   │   ├── ie
│   │   │   │   │   ├── bottom-left.gif
│   │   │   │   │   ├── bottom-middle.gif
│   │   │   │   │   ├── bottom-right.gif
│   │   │   │   │   ├── middle-left.gif
│   │   │   │   │   ├── middle-right.gif
│   │   │   │   │   ├── tail-bottom.gif
│   │   │   │   │   ├── tail-left.gif
│   │   │   │   │   ├── tail-right.gif
│   │   │   │   │   ├── tail-top.gif
│   │   │   │   │   ├── top-left.gif
│   │   │   │   │   ├── top-middle.gif
│   │   │   │   │   └── top-right.gif
│   │   │   │   ├── middle-left.png
│   │   │   │   ├── middle-right.png
│   │   │   │   ├── tail-bottom.png
│   │   │   │   ├── tail-left.png
│   │   │   │   ├── tail-right.png
│   │   │   │   ├── tail-top.png
│   │   │   │   ├── top-left.png
│   │   │   │   ├── top-middle.png
│   │   │   │   └── top-right.png
│   │   │   ├── all-black
│   │   │   │   ├── bottom-left.png
│   │   │   │   ├── bottom-middle.png
│   │   │   │   ├── bottom-right.png
│   │   │   │   ├── ie
│   │   │   │   │   ├── bottom-left.gif
│   │   │   │   │   ├── bottom-middle.gif
│   │   │   │   │   ├── bottom-right.gif
│   │   │   │   │   ├── middle-left.gif
│   │   │   │   │   ├── middle-right.gif
│   │   │   │   │   ├── tail-bottom.gif
│   │   │   │   │   ├── tail-left.gif
│   │   │   │   │   ├── tail-right.gif
│   │   │   │   │   ├── tail-top.gif
│   │   │   │   │   ├── top-left.gif
│   │   │   │   │   ├── top-middle.gif
│   │   │   │   │   └── top-right.gif
│   │   │   │   ├── middle-left.png
│   │   │   │   ├── middle-right.png
│   │   │   │   ├── tail-bottom.png
│   │   │   │   ├── tail-left.png
│   │   │   │   ├── tail-right.png
│   │   │   │   ├── tail-top.png
│   │   │   │   ├── top-left.png
│   │   │   │   ├── top-middle.png
│   │   │   │   └── top-right.png
│   │   │   ├── all-blue
│   │   │   │   ├── bottom-left.png
│   │   │   │   ├── bottom-middle.png
│   │   │   │   ├── bottom-right.png
│   │   │   │   ├── ie
│   │   │   │   │   ├── bottom-left.gif
│   │   │   │   │   ├── bottom-middle.gif
│   │   │   │   │   ├── bottom-right.gif
│   │   │   │   │   ├── middle-left.gif
│   │   │   │   │   ├── middle-right.gif
│   │   │   │   │   ├── tail-bottom.gif
│   │   │   │   │   ├── tail-left.gif
│   │   │   │   │   ├── tail-right.gif
│   │   │   │   │   ├── tail-top.gif
│   │   │   │   │   ├── top-left.gif
│   │   │   │   │   ├── top-middle.gif
│   │   │   │   │   └── top-right.gif
│   │   │   │   ├── middle-left.png
│   │   │   │   ├── middle-right.png
│   │   │   │   ├── tail-bottom.png
│   │   │   │   ├── tail-left.png
│   │   │   │   ├── tail-right.png
│   │   │   │   ├── tail-top.png
│   │   │   │   ├── top-left.png
│   │   │   │   ├── top-middle.png
│   │   │   │   └── top-right.png
│   │   │   ├── all-green
│   │   │   │   ├── bottom-left.png
│   │   │   │   ├── bottom-middle.png
│   │   │   │   ├── bottom-right.png
│   │   │   │   ├── ie
│   │   │   │   │   ├── bottom-left.gif
│   │   │   │   │   ├── bottom-middle.gif
│   │   │   │   │   ├── bottom-right.gif
│   │   │   │   │   ├── middle-left.gif
│   │   │   │   │   ├── middle-right.gif
│   │   │   │   │   ├── tail-bottom.gif
│   │   │   │   │   ├── tail-left.gif
│   │   │   │   │   ├── tail-right.gif
│   │   │   │   │   ├── tail-top.gif
│   │   │   │   │   ├── top-left.gif
│   │   │   │   │   ├── top-middle.gif
│   │   │   │   │   └── top-right.gif
│   │   │   │   ├── middle-left.png
│   │   │   │   ├── middle-right.png
│   │   │   │   ├── tail-bottom.png
│   │   │   │   ├── tail-left.png
│   │   │   │   ├── tail-right.png
│   │   │   │   ├── tail-top.png
│   │   │   │   ├── top-left.png
│   │   │   │   ├── top-middle.png
│   │   │   │   └── top-right.png
│   │   │   ├── all-grey
│   │   │   │   ├── bottom-left.png
│   │   │   │   ├── bottom-middle.png
│   │   │   │   ├── bottom-right.png
│   │   │   │   ├── ie
│   │   │   │   │   ├── bottom-left.gif
│   │   │   │   │   ├── bottom-middle.gif
│   │   │   │   │   ├── bottom-right.gif
│   │   │   │   │   ├── middle-left.gif
│   │   │   │   │   ├── middle-right.gif
│   │   │   │   │   ├── tail-bottom.gif
│   │   │   │   │   ├── tail-left.gif
│   │   │   │   │   ├── tail-right.gif
│   │   │   │   │   ├── tail-top.gif
│   │   │   │   │   ├── top-left.gif
│   │   │   │   │   ├── top-middle.gif
│   │   │   │   │   └── top-right.gif
│   │   │   │   ├── middle-left.png
│   │   │   │   ├── middle-right.png
│   │   │   │   ├── tail-bottom.png
│   │   │   │   ├── tail-left.png
│   │   │   │   ├── tail-right.png
│   │   │   │   ├── tail-top.png
│   │   │   │   ├── top-left.png
│   │   │   │   ├── top-middle.png
│   │   │   │   └── top-right.png
│   │   │   ├── all-orange
│   │   │   │   ├── bottom-left.png
│   │   │   │   ├── bottom-middle.png
│   │   │   │   ├── bottom-right.png
│   │   │   │   ├── ie
│   │   │   │   │   ├── bottom-left.gif
│   │   │   │   │   ├── bottom-middle.gif
│   │   │   │   │   ├── bottom-right.gif
│   │   │   │   │   ├── middle-left.gif
│   │   │   │   │   ├── middle-right.gif
│   │   │   │   │   ├── tail-bottom.gif
│   │   │   │   │   ├── tail-left.gif
│   │   │   │   │   ├── tail-right.gif
│   │   │   │   │   ├── tail-top.gif
│   │   │   │   │   ├── top-left.gif
│   │   │   │   │   ├── top-middle.gif
│   │   │   │   │   └── top-right.gif
│   │   │   │   ├── middle-left.png
│   │   │   │   ├── middle-right.png
│   │   │   │   ├── tail-bottom.png
│   │   │   │   ├── tail-left.png
│   │   │   │   ├── tail-right.png
│   │   │   │   ├── tail-top.png
│   │   │   │   ├── top-left.png
│   │   │   │   ├── top-middle.png
│   │   │   │   └── top-right.png
│   │   │   ├── all-violet
│   │   │   │   ├── bottom-left.png
│   │   │   │   ├── bottom-middle.png
│   │   │   │   ├── bottom-right.png
│   │   │   │   ├── ie
│   │   │   │   │   ├── bottom-left.gif
│   │   │   │   │   ├── bottom-middle.gif
│   │   │   │   │   ├── bottom-right.gif
│   │   │   │   │   ├── middle-left.gif
│   │   │   │   │   ├── middle-right.gif
│   │   │   │   │   ├── tail-bottom.gif
│   │   │   │   │   ├── tail-left.gif
│   │   │   │   │   ├── tail-right.gif
│   │   │   │   │   ├── tail-top.gif
│   │   │   │   │   ├── top-left.gif
│   │   │   │   │   ├── top-middle.gif
│   │   │   │   │   └── top-right.gif
│   │   │   │   ├── middle-left.png
│   │   │   │   ├── middle-right.png
│   │   │   │   ├── tail-bottom.png
│   │   │   │   ├── tail-left.png
│   │   │   │   ├── tail-right.png
│   │   │   │   ├── tail-top.png
│   │   │   │   ├── top-left.png
│   │   │   │   ├── top-middle.png
│   │   │   │   └── top-right.png
│   │   │   ├── all-yellow
│   │   │   │   ├── bottom-left.png
│   │   │   │   ├── bottom-middle.png
│   │   │   │   ├── bottom-right.png
│   │   │   │   ├── ie
│   │   │   │   │   ├── bottom-left.gif
│   │   │   │   │   ├── bottom-middle.gif
│   │   │   │   │   ├── bottom-right.gif
│   │   │   │   │   ├── middle-left.gif
│   │   │   │   │   ├── middle-right.gif
│   │   │   │   │   ├── tail-bottom.gif
│   │   │   │   │   ├── tail-left.gif
│   │   │   │   │   ├── tail-right.gif
│   │   │   │   │   ├── tail-top.gif
│   │   │   │   │   ├── top-left.gif
│   │   │   │   │   ├── top-middle.gif
│   │   │   │   │   └── top-right.gif
│   │   │   │   ├── middle-left.png
│   │   │   │   ├── middle-right.png
│   │   │   │   ├── tail-bottom.png
│   │   │   │   ├── tail-left.png
│   │   │   │   ├── tail-right.png
│   │   │   │   ├── tail-top.png
│   │   │   │   ├── top-left.png
│   │   │   │   ├── top-middle.png
│   │   │   │   └── top-right.png
│   │   │   ├── azure
│   │   │   │   ├── bottom-left.png
│   │   │   │   ├── bottom-middle.png
│   │   │   │   ├── bottom-right.png
│   │   │   │   ├── ie
│   │   │   │   │   ├── bottom-left.gif
│   │   │   │   │   ├── bottom-middle.gif
│   │   │   │   │   ├── bottom-right.gif
│   │   │   │   │   ├── middle-left.gif
│   │   │   │   │   ├── middle-right.gif
│   │   │   │   │   ├── tail-bottom.gif
│   │   │   │   │   ├── tail-left.gif
│   │   │   │   │   ├── tail-right.gif
│   │   │   │   │   ├── tail-top.gif
│   │   │   │   │   ├── top-left.gif
│   │   │   │   │   ├── top-middle.gif
│   │   │   │   │   └── top-right.gif
│   │   │   │   ├── middle-left.png
│   │   │   │   ├── middle-right.png
│   │   │   │   ├── tail-bottom.png
│   │   │   │   ├── tail-left.png
│   │   │   │   ├── tail-right.png
│   │   │   │   ├── tail-top.png
│   │   │   │   ├── top-left.png
│   │   │   │   ├── top-middle.png
│   │   │   │   └── top-right.png
│   │   │   ├── black
│   │   │   │   ├── bottom-left.png
│   │   │   │   ├── bottom-middle.png
│   │   │   │   ├── bottom-right.png
│   │   │   │   ├── ie
│   │   │   │   │   ├── bottom-left.gif
│   │   │   │   │   ├── bottom-middle.gif
│   │   │   │   │   ├── bottom-right.gif
│   │   │   │   │   ├── middle-left.gif
│   │   │   │   │   ├── middle-right.gif
│   │   │   │   │   ├── tail-bottom.gif
│   │   │   │   │   ├── tail-left.gif
│   │   │   │   │   ├── tail-right.gif
│   │   │   │   │   ├── tail-top.gif
│   │   │   │   │   ├── top-left.gif
│   │   │   │   │   ├── top-middle.gif
│   │   │   │   │   └── top-right.gif
│   │   │   │   ├── middle-left.png
│   │   │   │   ├── middle-right.png
│   │   │   │   ├── tail-bottom.png
│   │   │   │   ├── tail-left.png
│   │   │   │   ├── tail-right.png
│   │   │   │   ├── tail-top.png
│   │   │   │   ├── top-left.png
│   │   │   │   ├── top-middle.png
│   │   │   │   └── top-right.png
│   │   │   ├── blue
│   │   │   │   ├── bottom-left.png
│   │   │   │   ├── bottom-middle.png
│   │   │   │   ├── bottom-right.png
│   │   │   │   ├── ie
│   │   │   │   │   ├── bottom-left.gif
│   │   │   │   │   ├── bottom-middle.gif
│   │   │   │   │   ├── bottom-right.gif
│   │   │   │   │   ├── middle-left.gif
│   │   │   │   │   ├── middle-right.gif
│   │   │   │   │   ├── tail-bottom.gif
│   │   │   │   │   ├── tail-left.gif
│   │   │   │   │   ├── tail-right.gif
│   │   │   │   │   ├── tail-top.gif
│   │   │   │   │   ├── top-left.gif
│   │   │   │   │   ├── top-middle.gif
│   │   │   │   │   └── top-right.gif
│   │   │   │   ├── middle-left.png
│   │   │   │   ├── middle-right.png
│   │   │   │   ├── tail-bottom.png
│   │   │   │   ├── tail-left.png
│   │   │   │   ├── tail-right.png
│   │   │   │   ├── tail-top.png
│   │   │   │   ├── top-left.png
│   │   │   │   ├── top-middle.png
│   │   │   │   └── top-right.png
│   │   │   ├── green
│   │   │   │   ├── bottom-left.png
│   │   │   │   ├── bottom-middle.png
│   │   │   │   ├── bottom-right.png
│   │   │   │   ├── ie
│   │   │   │   │   ├── bottom-left.gif
│   │   │   │   │   ├── bottom-middle.gif
│   │   │   │   │   ├── bottom-right.gif
│   │   │   │   │   ├── middle-left.gif
│   │   │   │   │   ├── middle-right.gif
│   │   │   │   │   ├── tail-bottom.gif
│   │   │   │   │   ├── tail-left.gif
│   │   │   │   │   ├── tail-right.gif
│   │   │   │   │   ├── tail-top.gif
│   │   │   │   │   ├── top-left.gif
│   │   │   │   │   ├── top-middle.gif
│   │   │   │   │   └── top-right.gif
│   │   │   │   ├── middle-left.png
│   │   │   │   ├── middle-right.png
│   │   │   │   ├── tail-bottom.png
│   │   │   │   ├── tail-left.png
│   │   │   │   ├── tail-right.png
│   │   │   │   ├── tail-top.png
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── top-left.png
│   │   │   │   ├── top-middle.png
│   │   │   │   └── top-right.png
│   │   │   ├── grey
│   │   │   │   ├── bottom-left.png
│   │   │   │   ├── bottom-middle.png
│   │   │   │   ├── bottom-right.png
│   │   │   │   ├── ie
│   │   │   │   │   ├── bottom-left.gif
│   │   │   │   │   ├── bottom-middle.gif
│   │   │   │   │   ├── bottom-right.gif
│   │   │   │   │   ├── middle-left.gif
│   │   │   │   │   ├── middle-right.gif
│   │   │   │   │   ├── tail-bottom.gif
│   │   │   │   │   ├── tail-left.gif
│   │   │   │   │   ├── tail-right.gif
│   │   │   │   │   ├── tail-top.gif
│   │   │   │   │   ├── top-left.gif
│   │   │   │   │   ├── top-middle.gif
│   │   │   │   │   └── top-right.gif
│   │   │   │   ├── middle-left.png
│   │   │   │   ├── middle-right.png
│   │   │   │   ├── tail-bottom.png
│   │   │   │   ├── tail-left.png
│   │   │   │   ├── tail-right.png
│   │   │   │   ├── tail-top.png
│   │   │   │   ├── top-left.png
│   │   │   │   ├── top-middle.png
│   │   │   │   └── top-right.png
│   │   │   ├── orange
│   │   │   │   ├── bottom-left.png
│   │   │   │   ├── bottom-middle.png
│   │   │   │   ├── bottom-right.png
│   │   │   │   ├── ie
│   │   │   │   │   ├── bottom-left.gif
│   │   │   │   │   ├── bottom-middle.gif
│   │   │   │   │   ├── bottom-right.gif
│   │   │   │   │   ├── middle-left.gif
│   │   │   │   │   ├── middle-right.gif
│   │   │   │   │   ├── tail-bottom.gif
│   │   │   │   │   ├── tail-left.gif
│   │   │   │   │   ├── tail-right.gif
│   │   │   │   │   ├── tail-top.gif
│   │   │   │   │   ├── top-left.gif
│   │   │   │   │   ├── top-middle.gif
│   │   │   │   │   └── top-right.gif
│   │   │   │   ├── middle-left.png
│   │   │   │   ├── middle-right.png
│   │   │   │   ├── tail-bottom.png
│   │   │   │   ├── tail-left.png
│   │   │   │   ├── tail-right.png
│   │   │   │   ├── tail-top.png
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── top-left.png
│   │   │   │   ├── top-middle.png
│   │   │   │   └── top-right.png
│   │   │   ├── violet
│   │   │   │   ├── bottom-left.png
│   │   │   │   ├── bottom-middle.png
│   │   │   │   ├── bottom-right.png
│   │   │   │   ├── ie
│   │   │   │   │   ├── bottom-left.gif
│   │   │   │   │   ├── bottom-middle.gif
│   │   │   │   │   ├── bottom-right.gif
│   │   │   │   │   ├── middle-left.gif
│   │   │   │   │   ├── middle-right.gif
│   │   │   │   │   ├── tail-bottom.gif
│   │   │   │   │   ├── tail-left.gif
│   │   │   │   │   ├── tail-right.gif
│   │   │   │   │   ├── tail-top.gif
│   │   │   │   │   ├── top-left.gif
│   │   │   │   │   ├── top-middle.gif
│   │   │   │   │   └── top-right.gif
│   │   │   │   ├── middle-left.png
│   │   │   │   ├── middle-right.png
│   │   │   │   ├── tail-bottom.png
│   │   │   │   ├── tail-left.png
│   │   │   │   ├── tail-right.png
│   │   │   │   ├── tail-top.png
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── top-left.png
│   │   │   │   ├── top-middle.png
│   │   │   │   └── top-right.png
│   │   │   └── yellow
│   │   │   ├── bottom-left.png
│   │   │   ├── bottom-middle.png
│   │   │   ├── bottom-right.png
│   │   │   ├── ie
│   │   │   │   ├── bottom-left.gif
│   │   │   │   ├── bottom-middle.gif
│   │   │   │   ├── bottom-right.gif
│   │   │   │   ├── middle-left.gif
│   │   │   │   ├── middle-right.gif
│   │   │   │   ├── tail-bottom.gif
│   │   │   │   ├── tail-left.gif
│   │   │   │   ├── tail-right.gif
│   │   │   │   ├── tail-top.gif
│   │   │   │   ├── top-left.gif
│   │   │   │   ├── top-middle.gif
│   │   │   │   └── top-right.gif
│   │   │   ├── middle-left.png
│   │   │   ├── middle-right.png
│   │   │   ├── tail-bottom.png
│   │   │   ├── tail-left.png
│   │   │   ├── tail-right.png
│   │   │   ├── tail-top.png
│   │   │   ├── Thumbs.db
│   │   │   ├── top-left.png
│   │   │   ├── top-middle.png
│   │   │   └── top-right.png
│   │   ├── jquery.bubblepopup.v2.3.1.css
│   │   └── jquery.bubblepopup.v2.3.1.min.js
│   ├── jquery-easyui
│   │   ├── easyloader.js
│   │   ├── extend
│   │   │   └── portal
│   │   │   ├── jquery.portal.js
│   │   │   └── portal.css
│   │   ├── jquery.easyui.min.js
│   │   ├── locale
│   │   │   ├── easyui-lang-af.js
│   │   │   ├── easyui-lang-bg.js
│   │   │   ├── easyui-lang-ca.js
│   │   │   ├── easyui-lang-cs.js
│   │   │   ├── easyui-lang-da.js
│   │   │   ├── easyui-lang-de.js
│   │   │   ├── easyui-lang-en.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.spinbox.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
│   │   └── themes
│   │   ├── default
│   │   │   ├── accordion.css
│   │   │   ├── calendar.css
│   │   │   ├── combobox.css
│   │   │   ├── combo.css
│   │   │   ├── combotree.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
│   │   │   ├── combotree.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
│   │   ├── green
│   │   │   ├── 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
│   │   │   ├── top_bg.jpg
│   │   │   ├── 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
│   │   │   ├── tuichu.jpg
│   │   │   ├── validatebox_pointer.gif
│   │   │   ├── validatebox_warning.png
│   │   │   └── xiugai.jpg
│   │   ├── icon.css
│   │   ├── icons
│   │   │   ├── back.png
│   │   │   ├── blank.gif
│   │   │   ├── cancel.png
│   │   │   ├── cut.png
│   │   │   ├── edit_add.png
│   │   │   ├── edit_remove.png
│   │   │   ├── fen2.gif
│   │   │   ├── fen.gif
│   │   │   ├── filesave.png
│   │   │   ├── help.png
│   │   │   ├── hua2.gif
│   │   │   ├── hua.gif
│   │   │   ├── hui2.gif
│   │   │   ├── hui.gif
│   │   │   ├── lan2.gif
│   │   │   ├── lan.gif
│   │   │   ├── lv2.gif
│   │   │   ├── lv.gif
│   │   │   ├── no.png
│   │   │   ├── ok.png
│   │   │   ├── pencil.png
│   │   │   ├── print.png
│   │   │   ├── redo.png
│   │   │   ├── reload.png
│   │   │   ├── search.png
│   │   │   ├── sum.png
│   │   │   ├── Thumbs.db
│   │   │   ├── tip.png
│   │   │   └── undo.png
│   │   ├── orange
│   │   │   ├── 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
│   │   │   ├── 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.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
│   │   │   ├── top_bg.jpg
│   │   │   ├── 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
│   │   │   ├── tuichu.jpg
│   │   │   ├── validatebox_pointer.gif
│   │   │   ├── validatebox_warning.png
│   │   │   └── xiugai.jpg
│   │   └── pink
│   │   ├── 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
│   │   ├── top_bg.jpg
│   │   ├── 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
│   │   ├── tuichu.jpg
│   │   ├── tuichu.png
│   │   ├── validatebox_pointer.gif
│   │   ├── validatebox_warning.png
│   │   ├── xiugai.jpg
│   │   └── xiugai.png
│   ├── jquery.form.js
│   ├── json2.js
│   ├── skin.js
│   ├── table.js
│   ├── uploadify
│   │   ├── expressInstall.swf
│   │   ├── images
│   │   │   └── cancel.png
│   │   ├── jquery.uploadify.v2.1.4.js
│   │   ├── jquery.uploadify.v2.1.4-min.js
│   │   ├── swfobject.js
│   │   ├── themes
│   │   │   ├── default.css
│   │   │   └── uploadify.css
│   │   ├── uploadify.allglyphs.swf
│   │   └── uploadify.swf
│   └── validate
│   ├── additional-methods.js
│   ├── images
│   │   ├── checked.gif
│   │   ├── left_icon.gif
│   │   ├── right_icon.gif
│   │   ├── Thumbs.db
│   │   ├── unchecked.gif
│   │   ├── validatebox_pointer.gif
│   │   └── validatebox_warning.png
│   ├── jquery.metadata.js
│   ├── jquery.validate.css
│   ├── jquery.validate.extend.css
│   ├── jquery.validate.extend.js
│   ├── jquery.validate.js
│   ├── jquery.validate.method.js
│   ├── messages_cn.js
│   └── messages_en.js
├── themes
│   ├── default
│   │   ├── css
│   │   │   └── style.css
│   │   └── image
│   │   ├── homePage-bg.jpg
│   │   └── login-bg.jpg
│   ├── gray
│   │   ├── css
│   │   │   └── style.css
│   │   └── image
│   │   ├── homePage-bg.jpg
│   │   └── login-bg.jpg
│   ├── green
│   │   ├── css
│   │   │   └── style.css
│   │   └── image
│   │   ├── homePage-bg.jpg
│   │   └── login-bg.jpg
│   ├── orange
│   │   ├── css
│   │   │   └── style.css
│   │   └── image
│   │   ├── homePage-bg.jpg
│   │   └── login-bg.jpg
│   └── pink
│   ├── css
│   │   └── style.css
│   └── image
│   ├── homePage-bg.jpg
│   └── login-bg.jpg
└── wf
└── designer
├── addCandidateGroup.html
├── addCandidateUser.html
├── businessRuleTaskProperties.html
├── callActivityProperties.html
├── candidateGroupsConfig.html
├── candidateUsersConfig.html
├── executionListenerConfig.html
├── flowListenerConfig.html
├── flowProperties.html
├── index.html
├── mailTaskProperties.html
├── manualTaskProperties.html
├── processListenerConfig.html
├── processProperties.html
├── receiveTaskProperties.html
├── scriptTaskProperties.html
├── serviceTaskProperties.html
├── taskFormConfig.html
├── taskGeneral.html
├── taskListenerConfig.html
├── taskMultiInstance.html
└── userTaskProperties.html

184 directories, 1331 files

标签:

实例下载地址

easyui实现的Activiti工作流引擎web版流程设计器

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警