在好例子网,分享、交流、成长!
您当前所在位置:首页js 开发实例常用JavaScript方法 → 好用的后台管理js效果jindie

好用的后台管理js效果jindie

常用JavaScript方法

下载此实例
  • 开发语言:js
  • 实例大小:6.55M
  • 下载次数:8
  • 浏览次数:141
  • 发布时间:2020-07-10
  • 实例类别:常用JavaScript方法
  • 发 布 人:wemily
  • 文件格式:.zip
  • 所需积分:2
 相关标签: 后台管理 效果 后台 管理 js

实例介绍

【实例简介】

一款后台开发管理软件常用js效果,使用案例

operamasks-ui 示例工程
======================
1、将operamasks-ui.war部署到符合Servlet 2.5/JSP2.1的所有Web容器或J2EE应用服务器
2、以Tomcat6.0为例,war包部署成功后访问:http://127.0.0.1:8080/operamasks-ui/

【实例截图】


【核心代码】

好用的后台管理js效果jindie

├── LGPL-LICENSE.txt
├── META-INF
│   └── MANIFEST.MF
├── MIT-LICENSE.txt
├── WEB-INF
│   ├── classes
│   │   └── org
│   │       └── operamasks
│   │           ├── data
│   │           │   ├── Catalog.class
│   │           │   ├── CatalogService.class
│   │           │   ├── Column.class
│   │           │   ├── ColumnService.class
│   │           │   ├── Ip.class
│   │           │   ├── IpService.class
│   │           │   ├── Organization.class
│   │           │   ├── OrganizationServiceImpl.class
│   │           │   ├── Staff.class
│   │           │   ├── StaffServiceImpl.class
│   │           │   ├── TreeNode.class
│   │           │   ├── TreeNodeService.class
│   │           │   ├── User.class
│   │           │   └── UserServiceImpl.class
│   │           ├── download
│   │           │   ├── BuildCodeTask.class
│   │           │   ├── Component.class
│   │           │   ├── ComponentResourcesLoader.class
│   │           │   ├── Resource.class
│   │           │   ├── XMLHelper$1.class
│   │           │   └── XMLHelper.class
│   │           ├── model
│   │           │   └── GridDataModel.class
│   │           ├── servlet
│   │           │   ├── AdvancedSuggestionServlet.class
│   │           │   ├── AdvancedSuggestionServlet.java
│   │           │   ├── ChangeUrlSuggestionServlet.class
│   │           │   ├── ChangeUrlSuggestionServlet.java
│   │           │   ├── F7Servlet.class
│   │           │   ├── F7Servlet.java
│   │           │   ├── LoginValidateServlet$RandomImage.class
│   │           │   ├── LoginValidateServlet.class
│   │           │   ├── LoginValidateServlet.java
│   │           │   ├── OASearchServlet.class
│   │           │   ├── OASearchServlet.java
│   │           │   ├── OMCascadeComboData$1.class
│   │           │   ├── OMCascadeComboData.class
│   │           │   ├── OMCascadeComboData.java
│   │           │   ├── OmButtonServlet.class
│   │           │   ├── OmButtonServlet.java
│   │           │   ├── OmCascadeComboServlet.class
│   │           │   ├── OmCascadeComboServlet.java
│   │           │   ├── OmCodeBuilderServlet.class
│   │           │   ├── OmCodeBuilderServlet.java
│   │           │   ├── OmComboServlet.class
│   │           │   ├── OmComboServlet.java
│   │           │   ├── OmComplexGridServlet.class
│   │           │   ├── OmComplexGridServlet.java
│   │           │   ├── OmEditorImageUploadServlet.class
│   │           │   ├── OmEditorImageUploadServlet.java
│   │           │   ├── OmEditorServlet.class
│   │           │   ├── OmEditorServlet.java
│   │           │   ├── OmFileUploadServlet.class
│   │           │   ├── OmFileUploadServlet.java
│   │           │   ├── OmGridAuthorityServlet.class
│   │           │   ├── OmGridAuthorityServlet.java
│   │           │   ├── OmGridCrudServlet$1.class
│   │           │   ├── OmGridCrudServlet.class
│   │           │   ├── OmGridCrudServlet.java
│   │           │   ├── OmGridServlet.class
│   │           │   ├── OmGridServlet.java
│   │           │   ├── OmItemSelectorServlet$SelectItem.class
│   │           │   ├── OmItemSelectorServlet.class
│   │           │   ├── OmItemSelectorServlet.java
│   │           │   ├── OmMenuServlet.class
│   │           │   ├── OmMenuServlet.java
│   │           │   ├── OmPanelGetDataServlet.class
│   │           │   ├── OmPanelGetDataServlet.java
│   │           │   ├── OmProxyServlet.class
│   │           │   ├── OmProxyServlet.java
│   │           │   ├── OmRegValidateServlet.class
│   │           │   ├── OmRegValidateServlet.java
│   │           │   ├── OmSortGridServlet$1.class
│   │           │   ├── OmSortGridServlet.class
│   │           │   ├── OmSortGridServlet.java
│   │           │   ├── OmTreeServlet.class
│   │           │   ├── OmTreeServlet.java
│   │           │   ├── SimpleSuggestionServlet.class
│   │           │   ├── SimpleSuggestionServlet.java
│   │           │   ├── SuggestionEventServlet.class
│   │           │   ├── SuggestionEventServlet.java
│   │           │   ├── TaobaoSearchServlet$Data.class
│   │           │   ├── TaobaoSearchServlet$Record.class
│   │           │   ├── TaobaoSearchServlet.class
│   │           │   ├── TaobaoSearchServlet.java
│   │           │   ├── ViewJavaSourceServlet.class
│   │           │   └── ViewJavaSourceServlet.java
│   │           └── test
│   │               ├── AjaxSubmitServlet.class
│   │               ├── OmTestServlet.class
│   │               └── QunitAjaxSubmitServlet.class
│   ├── lib
│   │   ├── commons-beanutils-1.8.0.jar
│   │   ├── commons-collections-3.1.jar
│   │   ├── commons-fileupload-1.2.2.jar
│   │   ├── commons-io-2.0.1.jar
│   │   ├── commons-lang-2.5.jar
│   │   ├── commons-logging-1.1.1.jar
│   │   ├── ezmorph-1.0.6.jar
│   │   └── json-lib-2.4-jdk15.jar
│   └── web.xml
├── demos
│   ├── accordion
│   │   ├── ajax
│   │   │   ├── content1.html
│   │   │   └── content2.html
│   │   ├── autoplay.html
│   │   ├── events.html
│   │   ├── images
│   │   │   ├── c.png
│   │   │   ├── c_plus_plus.png
│   │   │   └── java.png
│   │   ├── mouseover.html
│   │   ├── simple.html
│   │   └── toggleurl.html
│   ├── borderlayout
│   │   ├── events.html
│   │   ├── expand-to-top-bottom.html
│   │   ├── fit-body.html
│   │   ├── fit-region-width.html
│   │   ├── hide-collaps-btn.html
│   │   ├── methods.html
│   │   └── simple.html
│   ├── common
│   │   ├── css
│   │   │   ├── base.css
│   │   │   ├── demo.css
│   │   │   ├── docs.css
│   │   │   └── images
│   │   │       ├── accordion-collapse.gif
│   │   │       ├── accordion-expand.gif
│   │   │       ├── bg-demo-docs-param.gif
│   │   │       ├── demo-config-on-tile.gif
│   │   │       ├── demo-config-on.gif
│   │   │       ├── demo-spindown-closed.gif
│   │   │       ├── demo-spindown-open.gif
│   │   │       ├── demo-tips.gif
│   │   │       ├── inprogress.gif
│   │   │       ├── java.gif
│   │   │       ├── new-window.png
│   │   │       ├── new.png
│   │   │       └── view-document.png
│   │   └── js
│   │       ├── data.js
│   │       ├── demo.js
│   │       ├── json2.js
│   │       ├── themeloader.js
│   │       ├── themesswitcher.js
│   │       └── themewriter.js
│   ├── dialog
│   │   ├── dialog-buttons.html
│   │   └── modal.html
│   ├── draggable
│   │   ├── containment.html
│   │   ├── event.html
│   │   └── simple.html
│   ├── droppable
│   │   ├── accept.html
│   │   ├── greedy.html
│   │   └── simple.html
│   ├── form
│   │   ├── ajax-form.html
│   │   ├── ajax-submit.html
│   │   ├── button
│   │   │   ├── event.html
│   │   │   ├── hidden-focus.html
│   │   │   ├── icon.html
│   │   │   ├── images
│   │   │   │   ├── down.png
│   │   │   │   ├── edit_add.png
│   │   │   │   ├── header_bg.png
│   │   │   │   └── help.png
│   │   │   ├── property.html
│   │   │   └── simple.html
│   │   ├── buttonbar
│   │   │   ├── images
│   │   │   │   ├── down.png
│   │   │   │   ├── edit_add.png
│   │   │   │   └── help.png
│   │   │   ├── separtor.html
│   │   │   └── simple.html
│   │   ├── calendar
│   │   │   ├── date-limit.html
│   │   │   ├── default-date.html
│   │   │   ├── disabled-days.html
│   │   │   ├── format.html
│   │   │   ├── multi-pages.html
│   │   │   ├── non-popup.html
│   │   │   ├── select-event.html
│   │   │   ├── show-time.html
│   │   │   ├── simple.html
│   │   │   └── start-day.html
│   │   ├── combo
│   │   │   ├── advanced.html
│   │   │   ├── cascade.html
│   │   │   ├── default-select.html
│   │   │   ├── defineField.html
│   │   │   ├── filter.html
│   │   │   ├── gridSelect.html
│   │   │   ├── images
│   │   │   │   ├── china.jpg
│   │   │   │   ├── japan.jpg
│   │   │   │   ├── uk.jpg
│   │   │   │   └── usa.jpg
│   │   │   ├── keyboard.html
│   │   │   ├── multi.html
│   │   │   ├── remote.html
│   │   │   └── simple.html
│   │   ├── editor
│   │   │   ├── contents.css
│   │   │   ├── edit-data.html
│   │   │   ├── keystrokes.html
│   │   │   ├── on-keyup.html
│   │   │   ├── readonly.html
│   │   │   ├── simple.html
│   │   │   ├── skin.html
│   │   │   ├── toolbar-basic.html
│   │   │   ├── toolbar-custom.html
│   │   │   ├── ui-color.html
│   │   │   ├── upload-image.html
│   │   │   └── userfiles
│   │   │       ├── blank
│   │   │       └── images
│   │   │           └── Sun.bmp
│   │   ├── fileupload
│   │   │   ├── action-data.html
│   │   │   ├── custom-button.html
│   │   │   ├── event-data.html
│   │   │   ├── file-type.html
│   │   │   ├── files
│   │   │   │   └── blank
│   │   │   ├── images
│   │   │   │   └── btn.png
│   │   │   ├── multi-files.html
│   │   │   ├── simple.html
│   │   │   ├── size-limit.html
│   │   │   └── update-setting.html
│   │   ├── images
│   │   │   └── msg_bg.png
│   │   ├── index.html
│   │   ├── itemselector
│   │   │   ├── dynamic.html
│   │   │   └── static.html
│   │   ├── numberfield
│   │   │   ├── blurEvent.html
│   │   │   ├── decimal.html
│   │   │   ├── isableNum.html
│   │   │   └── simple.html
│   │   ├── result.jsp
│   │   ├── suggestion
│   │   │   ├── advanced.html
│   │   │   ├── cache.html
│   │   │   ├── change-url.html
│   │   │   ├── crossDomain.html
│   │   │   ├── event.html
│   │   │   ├── keyboard.html
│   │   │   ├── prevent.html
│   │   │   └── simple.html
│   │   └── validation
│   │       ├── ajaxSubmit.html
│   │       ├── complex-form.html
│   │       ├── custom-messages.html
│   │       ├── custom-method.html
│   │       ├── handler.html
│   │       ├── images
│   │       │   ├── alert.png
│   │       │   ├── banner.png
│   │       │   ├── checked.gif
│   │       │   ├── code.bmp
│   │       │   ├── input.png
│   │       │   ├── msg_bg.png
│   │       │   ├── reg_btn.png
│   │       │   └── unchecked.gif
│   │       ├── internation.html
│   │       ├── remote.html
│   │       ├── rules.html
│   │       ├── rules.js
│   │       ├── sendParam.html
│   │       ├── simple.html
│   │       ├── taobao.css
│   │       └── taobao.html
│   ├── grid
│   │   ├── checkbox-column.html
│   │   ├── column-hide-data.json
│   │   ├── column-renderer.html
│   │   ├── complex.html
│   │   ├── data.json
│   │   ├── grid_row_sort.html
│   │   ├── header-group-basic-data.json
│   │   ├── header-group-basic.html
│   │   ├── hide-columnAndPager.html
│   │   ├── images
│   │   │   ├── toolbar-add.png
│   │   │   ├── toolbar-delete.png
│   │   │   └── toolbar-down.png
│   │   ├── row-dblclick.html
│   │   ├── row-editor-basic.html
│   │   ├── row-editor-click.html
│   │   ├── row-editor-complex.html
│   │   ├── row-editor-editor.html
│   │   ├── row-expander.html
│   │   ├── simple.html
│   │   ├── sort.html
│   │   └── striped.html
│   ├── index.html
│   ├── inprogress.html
│   ├── menu
│   │   ├── contextMenu.html
│   │   ├── enableDisable.html
│   │   ├── event.html
│   │   ├── icon.html
│   │   ├── images
│   │   │   ├── blank.png
│   │   │   ├── calendar.gif
│   │   │   ├── icon6.png
│   │   │   └── save1.png
│   │   ├── jsonLocal.html
│   │   ├── jsonremote.html
│   │   ├── showSeparator.html
│   │   └── simple.html
│   ├── messagebox
│   │   ├── alert_icon.html
│   │   ├── default.html
│   │   ├── defined.html
│   │   └── smile.png
│   ├── messagetip
│   │   ├── aomsdk.png
│   │   ├── default.html
│   │   ├── icons.html
│   │   └── outOfIframe.html
│   ├── panel
│   │   ├── apple-desc.html
│   │   ├── dataload.html
│   │   ├── images
│   │   │   ├── apple.gif
│   │   │   ├── filesave.gif
│   │   │   ├── help.png
│   │   │   ├── load.gif
│   │   │   └── min.png
│   │   ├── jquery-desc.html
│   │   ├── simple.html
│   │   └── tool-custom.html
│   ├── progressbar
│   │   ├── event.html
│   │   ├── showText.html
│   │   └── simple.html
│   ├── scrollbar
│   │   ├── custom.html
│   │   └── simple.html
│   ├── slider
│   │   ├── change-default-nav-style.html
│   │   ├── complex-content.html
│   │   ├── css
│   │   │   └── complex-content.css
│   │   ├── custom-control-nav.html
│   │   ├── effect.html
│   │   ├── images
│   │   │   ├── complex-content
│   │   │   │   ├── bg1.jpg
│   │   │   │   ├── bg2.png
│   │   │   │   ├── j1.jpg
│   │   │   │   ├── j10.jpg
│   │   │   │   ├── j11.jpg
│   │   │   │   ├── j12.jpg
│   │   │   │   ├── j2.jpg
│   │   │   │   ├── j3.jpg
│   │   │   │   ├── j4.jpg
│   │   │   │   ├── j5.jpg
│   │   │   │   ├── j6.jpg
│   │   │   │   ├── j7.jpg
│   │   │   │   ├── j8.jpg
│   │   │   │   └── j9.jpg
│   │   │   ├── crocodile.jpg
│   │   │   ├── custom-nav
│   │   │   │   ├── ok1.jpg
│   │   │   │   ├── ok2.jpg
│   │   │   │   ├── ok3.jpg
│   │   │   │   └── ok4.jpg
│   │   │   ├── lizard.jpg
│   │   │   ├── penguin.jpg
│   │   │   ├── rabbit.jpg
│   │   │   └── turtle.jpg
│   │   ├── method-event.html
│   │   └── simple.html
│   ├── tabs
│   │   ├── ajax
│   │   │   ├── cm.html
│   │   │   ├── content1.html
│   │   │   └── remote.html
│   │   ├── autoswitch.html
│   │   ├── events.html
│   │   ├── iframe.html
│   │   ├── images
│   │   │   ├── cm.jpg
│   │   │   ├── filesave.png
│   │   │   ├── pg.jpg
│   │   │   └── pt.jpg
│   │   ├── jquery.cookie.js
│   │   ├── lazyload.html
│   │   ├── mouseover.html
│   │   ├── scrollable.html
│   │   ├── simple.html
│   │   ├── status.html
│   │   └── tabMenu.html
│   ├── themeroller.html
│   ├── tooltip
│   │   ├── advance.html
│   │   ├── content.html
│   │   ├── images
│   │   │   └── house.jpg
│   │   └── simple.html
│   └── tree
│       ├── async.html
│       ├── check.html
│       ├── dragdrop.html
│       ├── editor.html
│       ├── event.html
│       ├── images
│       │   ├── leaf1.png
│       │   ├── leaf2.png
│       │   └── parent.png
│       ├── node-icons.html
│       ├── prepends.html
│       ├── search_node.html
│       └── simple.html
├── docs
│   ├── css
│   │   ├── docs.css
│   │   ├── images
│   │   │   ├── bg-demo-docs-param.gif
│   │   │   ├── demo-spindown-closed.gif
│   │   │   ├── demo-spindown-open.gif
│   │   │   ├── header_bg.png
│   │   │   ├── tabs
│   │   │   │   ├── om-tabs-bg-a.png
│   │   │   │   ├── om-tabs-bg-d.png
│   │   │   │   ├── om-tabs-bg-h.png
│   │   │   │   ├── om-tabs-closebtn.gif
│   │   │   │   ├── om-tabs-scroll-left.gif
│   │   │   │   └── om-tabs-scroll-right.gif
│   │   │   └── ui-bg_flat_75_ffffff_40x100.png
│   │   ├── om-core.css
│   │   ├── om-panel.css
│   │   ├── om-tabs.css
│   │   └── om-theme.css
│   ├── files.html
│   ├── index.html
│   ├── js
│   │   ├── jquery.js
│   │   ├── om-core.js
│   │   ├── om-panel.js
│   │   └── om-tabs.js
│   └── symbols
│       ├── _global_.html
│       ├── omAccordion.html
│       ├── omAjaxSubmit.html
│       ├── omBorderLayout.html
│       ├── omButton.html
│       ├── omButtonbar.html
│       ├── omCalendar.html
│       ├── omCombo.html
│       ├── omDialog.html
│       ├── omDraggable.html
│       ├── omDroppable.html
│       ├── omEditor.html
│       ├── omFileUpload.html
│       ├── omGrid.html
│       ├── omItemSelector.html
│       ├── omMenu.html
│       ├── omMessageBox.html
│       ├── omMessageTip.html
│       ├── omNumberField.html
│       ├── omPanel.html
│       ├── omProgressbar.html
│       ├── omScrollbar.html
│       ├── omSlider.html
│       ├── omSuggestion.html
│       ├── omTabs.html
│       ├── omTooltip.html
│       ├── omTree.html
│       ├── src
│       │   ├── ui__om-accordion.js.html
│       │   ├── ui__om-ajaxsubmit.js.html
│       │   ├── ui__om-borderlayout.js.html
│       │   ├── ui__om-button.js.html
│       │   ├── ui__om-buttonbar.js.html
│       │   ├── ui__om-calendar.js.html
│       │   ├── ui__om-combo.js.html
│       │   ├── ui__om-core.js.html
│       │   ├── ui__om-dialog.js.html
│       │   ├── ui__om-draggable.js.html
│       │   ├── ui__om-droppable.js.html
│       │   ├── ui__om-editor.js.html
│       │   ├── ui__om-fileupload.js.html
│       │   ├── ui__om-grid-headergroup.js.html
│       │   ├── ui__om-grid-roweditor.js.html
│       │   ├── ui__om-grid-rowexpander.js.html
│       │   ├── ui__om-grid-sort.js.html
│       │   ├── ui__om-grid.js.html
│       │   ├── ui__om-itemselector.js.html
│       │   ├── ui__om-menu.js.html
│       │   ├── ui__om-messagebox.js.html
│       │   ├── ui__om-messagetip.js.html
│       │   ├── ui__om-mouse.js.html
│       │   ├── ui__om-numberfield.js.html
│       │   ├── ui__om-panel.js.html
│       │   ├── ui__om-position.js.html
│       │   ├── ui__om-progressbar.js.html
│       │   ├── ui__om-resizable.js.html
│       │   ├── ui__om-scrollbar.js.html
│       │   ├── ui__om-slider.js.html
│       │   ├── ui__om-sortable.js.html
│       │   ├── ui__om-suggestion.js.html
│       │   ├── ui__om-tabs.js.html
│       │   ├── ui__om-tooltip.js.html
│       │   ├── ui__om-tree.js.html
│       │   └── ui__om-validate.js.html
│       └── validate.html
├── example
│   ├── advanced
│   │   ├── f7
│   │   │   ├── f7-select.html
│   │   │   └── select-user.html
│   │   └── monitor
│   │       ├── header-group-basic-data.json
│   │       ├── images
│   │       │   ├── accordion
│   │       │   │   ├── bg.jpg
│   │       │   │   ├── drawer-tools.png
│   │       │   │   └── leftmenu_bg.jpg
│   │       │   ├── add.png
│   │       │   ├── header-bg.jpg
│   │       │   ├── icon-help.png
│   │       │   ├── nav-search.png
│   │       │   ├── op-btn-icon.png
│   │       │   ├── op-delete.png
│   │       │   ├── op-edit.png
│   │       │   ├── remove.png
│   │       │   ├── search.png
│   │       │   └── user.png
│   │       └── monitor.html
│   ├── borderlayout
│   │   ├── banner.html
│   │   ├── borderlayoutaccpanel.html
│   │   ├── borderlayoutgrid.html
│   │   ├── borderlayouttab.html
│   │   ├── content1.html
│   │   ├── content2.html
│   │   ├── content3.html
│   │   ├── content4.html
│   │   ├── data.js
│   │   ├── dialogBorderlayout.html
│   │   └── images
│   │       ├── 1.jpg
│   │       ├── 2.jpg
│   │       ├── 3.jpg
│   │       ├── 4.jpg
│   │       ├── 5.jpg
│   │       └── banner.html
│   ├── combo
│   │   ├── cascade.html
│   │   └── queryable-combo-grid.html
│   ├── grid
│   │   ├── colmodel
│   │   │   └── loadColModel.html
│   │   ├── select
│   │   │   └── select.html
│   │   ├── set-authority
│   │   │   └── authority.html
│   │   └── simple
│   │       └── crud.html
│   ├── suggestion
│   │   ├── css
│   │   │   ├── oa.css
│   │   │   └── taobao.css
│   │   ├── images
│   │   │   ├── back.gif
│   │   │   ├── cxb.png
│   │   │   ├── doc.png
│   │   │   ├── email_inner.png
│   │   │   ├── email_outer.png
│   │   │   ├── lb.png
│   │   │   ├── notice.png
│   │   │   ├── searchBtn.gif
│   │   │   ├── search_bg.png
│   │   │   └── star.png
│   │   ├── oa
│   │   │   ├── search.html
│   │   │   └── subSearch.jsp
│   │   └── taobao
│   │       ├── search.html
│   │       └── subSearch.jsp
│   ├── tree
│   │   ├── combotree
│   │   │   └── combotree.html
│   │   ├── grid
│   │   │   └── tree-grid.html
│   │   ├── images
│   │   │   ├── add.png
│   │   │   ├── check.png
│   │   │   ├── default.png
│   │   │   ├── delete.png
│   │   │   ├── inprogress.gif
│   │   │   ├── javascript-finally.gif
│   │   │   ├── refresh.png
│   │   │   └── uncheck.png
│   │   ├── js
│   │   │   └── data.js
│   │   ├── nav
│   │   │   ├── default.html
│   │   │   ├── inprogress.html
│   │   │   ├── nav1.html
│   │   │   └── navtree.html
│   │   └── rightmenu
│   │       └── rightmenutree.html
│   └── validation
│       ├── 360-reg.html
│       ├── css
│       │   ├── 360buy
│       │   │   ├── regist.css
│       │   │   └── regist.personal.css
│       │   ├── dangdang
│       │   │   ├── login2010.css
│       │   │   └── unite_header_new.css
│       │   ├── login-validate.css
│       │   └── validate.css
│       ├── dangdang-reg.html
│       ├── images
│       │   ├── 360buy
│       │   │   ├── JDVerification.gif
│       │   │   ├── bg_regist.jpg
│       │   │   ├── bg_shortcut_line.jpg
│       │   │   ├── pwdstrength.gif
│       │   │   └── tit_regist.jpg
│       │   ├── alert.png
│       │   ├── button_d.jpg
│       │   ├── button_f.jpg
│       │   ├── button_u.jpg
│       │   ├── button_x.jpg
│       │   ├── dangdang
│       │   │   ├── bg_login_input.gif
│       │   │   ├── bg_login_input2.gif
│       │   │   ├── bg_login_t.gif
│       │   │   ├── bg_login_wrong.gif
│       │   │   ├── btn_login_refer1.gif
│       │   │   ├── btn_login_refer2.gif
│       │   │   ├── ddnewhead_logo_110617.gif
│       │   │   ├── email_reg_titlebar.gif
│       │   │   ├── knetSealLogo.png
│       │   │   ├── pic_login_ok.gif
│       │   │   ├── show_vcode_new.gif
│       │   │   ├── title_welcome.gif
│       │   │   └── validate.gif
│       │   ├── dashed.gif
│       │   ├── demo-tips.gif
│       │   ├── errorIcon.png
│       │   ├── invalid.png
│       │   ├── invalid_line.gif
│       │   ├── loginButton.png
│       │   ├── main_bg.jpg
│       │   ├── main_bottom_bg.jpg
│       │   └── separator.gif
│       ├── login-validate.html
│       ├── main.html
│       ├── validate-style1.html
│       └── validate-style2.html
├── index.html
├── jquery.js
├── question
│   ├── css
│   │   └── common.css
│   └── omGrid.html
├── readme.txt
├── themes
│   ├── apusic
│   │   ├── images
│   │   │   ├── accordion
│   │   │   │   ├── bg.jpg
│   │   │   │   └── drawer-tools.png
│   │   │   ├── borderlayout
│   │   │   │   ├── tools.gif
│   │   │   │   ├── trigger_buttons_n.png
│   │   │   │   ├── trigger_buttons_s.png
│   │   │   │   └── trigger_buttons_we.png
│   │   │   ├── button
│   │   │   │   ├── button-focus-bg.png
│   │   │   │   ├── button-focus-bgstyle1.png
│   │   │   │   ├── button-hover-bg.png
│   │   │   │   ├── button-hover-bgstyle1.png
│   │   │   │   ├── button-mousedown-bg.png
│   │   │   │   ├── button-mousedown-bgstyle1.png
│   │   │   │   ├── button-nomal-bg.png
│   │   │   │   └── button-nomal-bgstyle1.png
│   │   │   ├── buttonbar
│   │   │   │   ├── button-hover-bg.png
│   │   │   │   ├── buttonbar-bg.jpg
│   │   │   │   ├── buttonbar-bg.png
│   │   │   │   ├── formbutton_bg_left.jpg
│   │   │   │   ├── formbutton_bg_right.jpg
│   │   │   │   └── separtor-bg.png
│   │   │   ├── calendar
│   │   │   │   ├── calendar-trigger.png
│   │   │   │   ├── time_up_down.gif
│   │   │   │   ├── week_day_bkgd.gif
│   │   │   │   └── year_head_bkgd.gif
│   │   │   ├── combo
│   │   │   │   ├── combo-trigger.png
│   │   │   │   └── combo_selected.jpg
│   │   │   ├── dialog
│   │   │   │   ├── close-hover.png
│   │   │   │   ├── close.png
│   │   │   │   ├── dialog-bg.png
│   │   │   │   └── dialog-title-bg.png
│   │   │   ├── fileupload
│   │   │   │   ├── cancel.gif
│   │   │   │   ├── cancel.png
│   │   │   │   └── progressbar.png
│   │   │   ├── grid
│   │   │   │   ├── bg.gif
│   │   │   │   ├── fhbg.gif
│   │   │   │   ├── grid-icons-ud.png
│   │   │   │   ├── grid-icons.png
│   │   │   │   ├── grid_header_bg.png
│   │   │   │   ├── head-bg.png
│   │   │   │   ├── hl.png
│   │   │   │   ├── line.gif
│   │   │   │   ├── pager-bg.png
│   │   │   │   ├── space-bg.png
│   │   │   │   ├── tool-bg.png
│   │   │   │   └── wbg.gif
│   │   │   ├── grid-group
│   │   │   │   ├── data-header-1.png
│   │   │   │   ├── data-header-2.png
│   │   │   │   ├── data-header-3.png
│   │   │   │   ├── data-header-4.png
│   │   │   │   ├── group-header-1.png
│   │   │   │   ├── group-header-2.png
│   │   │   │   ├── group-header-3.png
│   │   │   │   └── group-header-4.png
│   │   │   ├── grid-roweditor
│   │   │   │   ├── dirty.gif
│   │   │   │   ├── error.png
│   │   │   │   └── new.png
│   │   │   ├── grid-rowexpander
│   │   │   │   └── grid-row-expand-sprite.gif
│   │   │   ├── grid-sort
│   │   │   │   ├── sort-bg.png
│   │   │   │   ├── sort_asc.gif
│   │   │   │   └── sort_desc.gif
│   │   │   ├── header_bg.png
│   │   │   ├── itemselector
│   │   │   │   ├── add.png
│   │   │   │   ├── add_hover.png
│   │   │   │   ├── button_bg.png
│   │   │   │   ├── button_bg_disabled.png
│   │   │   │   ├── button_bg_hover.png
│   │   │   │   ├── checkbox1.png
│   │   │   │   ├── checkbox2.png
│   │   │   │   ├── down.png
│   │   │   │   ├── down_disable.png
│   │   │   │   ├── header_bg.png
│   │   │   │   ├── remove.png
│   │   │   │   ├── remove_hover.png
│   │   │   │   ├── up.png
│   │   │   │   └── up_disable.png
│   │   │   ├── load.gif
│   │   │   ├── menu
│   │   │   │   ├── blank.png
│   │   │   │   ├── line-sep.png
│   │   │   │   ├── menu_bg.gif
│   │   │   │   └── menu_rightarrow.png
│   │   │   ├── messagebox
│   │   │   │   ├── close-hover.png
│   │   │   │   ├── close.png
│   │   │   │   ├── messagebox-icons.png
│   │   │   │   ├── title-bg.png
│   │   │   │   └── waiting.png
│   │   │   ├── messagetip
│   │   │   │   └── title-bg.png
│   │   │   ├── om-icons-default.png
│   │   │   ├── om-icons-hover.png
│   │   │   ├── panel
│   │   │   │   ├── close_panel.png
│   │   │   │   ├── down_panel.png
│   │   │   │   ├── max_panel.png
│   │   │   │   ├── min_panel.png
│   │   │   │   ├── om-panel-header-bg-d.jpg
│   │   │   │   ├── om-panel-header-bg-h.jpg
│   │   │   │   ├── om-panel-header-bg-help-d.jpg
│   │   │   │   ├── om-panel-header-bg-help-h.jpg
│   │   │   │   └── up_panel.png
│   │   │   ├── slider
│   │   │   │   ├── arrows.png
│   │   │   │   ├── bullets.gif
│   │   │   │   └── bullets.png
│   │   │   ├── tabs
│   │   │   │   ├── close.png
│   │   │   │   ├── om-tabs-bg-h.png
│   │   │   │   ├── om-tabs-bg.png
│   │   │   │   ├── om-tabs-close.png
│   │   │   │   ├── om-tabs-left-default.png
│   │   │   │   ├── om-tabs-left-hover.png
│   │   │   │   ├── om-tabs-right-default.png
│   │   │   │   ├── om-tabs-right-hover.png
│   │   │   │   ├── om-tabs-scroll-left-bg.png
│   │   │   │   ├── om-tabs-scroll-left-hover.png
│   │   │   │   ├── om-tabs-scroll-left.png
│   │   │   │   ├── om-tabs-scroll-right-bg.png
│   │   │   │   ├── om-tabs-scroll-right-hover.png
│   │   │   │   └── om-tabs-scroll-right.png
│   │   │   ├── tooltip
│   │   │   │   └── tip-anchor-sprite.gif
│   │   │   ├── tree
│   │   │   │   ├── checkbox.png
│   │   │   │   ├── tree-icons.png
│   │   │   │   ├── tree-loading.gif
│   │   │   │   └── treeview-default.png
│   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   └── ui-bg_glass_75_e6e6e6_1x400.png
│   │   ├── om-accordion.css
│   │   ├── om-all.css
│   │   ├── om-base.css
│   │   ├── om-borderlayout.css
│   │   ├── om-button.css
│   │   ├── om-buttonbar.css
│   │   ├── om-calendar.css
│   │   ├── om-combo.css
│   │   ├── om-dialog.css
│   │   ├── om-fileupload.css
│   │   ├── om-grid-headergroup.css
│   │   ├── om-grid-roweditor.css
│   │   ├── om-grid-rowexpander.css
│   │   ├── om-grid-sort.css
│   │   ├── om-grid.css
│   │   ├── om-itemselector.css
│   │   ├── om-menu.css
│   │   ├── om-messagebox.css
│   │   ├── om-messagetip.css
│   │   ├── om-numberfield.css
│   │   ├── om-panel.css
│   │   ├── om-progressbar.css
│   │   ├── om-resizable.css
│   │   ├── om-scrollbar.css
│   │   ├── om-slider.css
│   │   ├── om-suggestion.css
│   │   ├── om-tabs.css
│   │   ├── om-theme.css
│   │   ├── om-tooltip.css
│   │   └── om-tree.css
│   └── default
│       ├── images
│       │   ├── borderlayout
│       │   │   ├── tools.gif
│       │   │   ├── trigger_buttons.gif
│       │   │   └── trigger_buttons.png
│       │   ├── button
│       │   │   ├── button-disabled-bg.png
│       │   │   ├── button-focus-bg.png
│       │   │   ├── button-hover-bg.png
│       │   │   ├── button-mousedown-bg.png
│       │   │   └── button-nomal-bg.png
│       │   ├── buttonbar
│       │   │   ├── button-hover-bg.png
│       │   │   ├── buttonbar-bg.jpg
│       │   │   ├── buttonbar-bg.png
│       │   │   ├── formbutton_bg_left.jpg
│       │   │   ├── formbutton_bg_right.jpg
│       │   │   └── separtor-bg.png
│       │   ├── calendar
│       │   │   ├── calendar-trigger.png
│       │   │   ├── time_up_down.gif
│       │   │   ├── week_day_bkgd.gif
│       │   │   └── year_head_bkgd.gif
│       │   ├── combo
│       │   │   └── combo-trigger.png
│       │   ├── dialog
│       │   │   └── title-bg.png
│       │   ├── fileupload
│       │   │   ├── cancel.gif
│       │   │   ├── cancel.png
│       │   │   └── progressbar.png
│       │   ├── grid
│       │   │   ├── bg.gif
│       │   │   ├── fhbg.gif
│       │   │   ├── grid-icons-ud.png
│       │   │   ├── grid-icons.png
│       │   │   ├── head-bg.png
│       │   │   ├── hl.png
│       │   │   ├── line.gif
│       │   │   ├── pager-bg.png
│       │   │   ├── space-bg.png
│       │   │   ├── tool-bg.png
│       │   │   └── wbg.gif
│       │   ├── grid-group
│       │   │   ├── data-header.png
│       │   │   └── group-header.png
│       │   ├── grid-roweditor
│       │   │   ├── dirty.gif
│       │   │   ├── error.png
│       │   │   └── new.png
│       │   ├── grid-rowexpander
│       │   │   └── grid-row-expand-sprite.gif
│       │   ├── grid-sort
│       │   │   ├── sort_asc.gif
│       │   │   └── sort_desc.gif
│       │   ├── header_bg.png
│       │   ├── itemselector
│       │   │   ├── add.png
│       │   │   ├── add_hover.png
│       │   │   ├── button_bg.png
│       │   │   ├── button_bg_disabled.png
│       │   │   ├── button_bg_hover.png
│       │   │   ├── checkbox1.png
│       │   │   ├── checkbox2.png
│       │   │   ├── down.png
│       │   │   ├── down_disable.png
│       │   │   ├── header_bg.png
│       │   │   ├── remove.png
│       │   │   ├── remove_hover.png
│       │   │   ├── up.png
│       │   │   └── up_disable.png
│       │   ├── load.gif
│       │   ├── menu
│       │   │   ├── blank.png
│       │   │   ├── line-sep.png
│       │   │   ├── menu_bg.gif
│       │   │   └── menu_rightarrow.png
│       │   ├── messagebox
│       │   │   ├── messagebox-icons.gif
│       │   │   ├── title-bg.png
│       │   │   └── waiting.gif
│       │   ├── om-icons-default.png
│       │   ├── om-icons-hover.png
│       │   ├── panel
│       │   │   ├── filesave.png
│       │   │   ├── om-panel-header-bg-a.png
│       │   │   ├── om-panel-header-bg-d.png
│       │   │   └── om-panel-header-bg-h.png
│       │   ├── slider
│       │   │   ├── arrows.png
│       │   │   ├── bullets.gif
│       │   │   └── bullets.png
│       │   ├── tabs
│       │   │   ├── om-tabs-bg-a.png
│       │   │   ├── om-tabs-bg-d.png
│       │   │   ├── om-tabs-bg-h.png
│       │   │   ├── om-tabs-closebtn.gif
│       │   │   ├── om-tabs-closebtn.png
│       │   │   ├── om-tabs-scroll-left.gif
│       │   │   └── om-tabs-scroll-right.gif
│       │   ├── tooltip
│       │   │   └── tip-anchor-sprite.gif
│       │   ├── tree
│       │   │   ├── checkbox.png
│       │   │   ├── minus.gif
│       │   │   ├── plus.gif
│       │   │   ├── tree-icons.gif
│       │   │   ├── tree-loading.gif
│       │   │   ├── treeview-black-line.gif
│       │   │   ├── treeview-black.gif
│       │   │   ├── treeview-default-line.gif
│       │   │   └── treeview-default.gif
│       │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│       │   ├── ui-bg_flat_75_ffffff_40x100.png
│       │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│       │   ├── ui-toolbar-btn.gif
│       │   └── ui-toolbar-btn.png
│       ├── om-accordion.css
│       ├── om-all.css
│       ├── om-base.css
│       ├── om-borderlayout.css
│       ├── om-button.css
│       ├── om-buttonbar.css
│       ├── om-calendar.css
│       ├── om-combo.css
│       ├── om-dialog.css
│       ├── om-fileupload.css
│       ├── om-grid-headergroup.css
│       ├── om-grid-roweditor.css
│       ├── om-grid-rowexpander.css
│       ├── om-grid-sort.css
│       ├── om-grid.css
│       ├── om-itemselector.css
│       ├── om-menu.css
│       ├── om-messagebox.css
│       ├── om-messagetip.css
│       ├── om-numberfield.css
│       ├── om-panel.css
│       ├── om-progressbar.css
│       ├── om-resizable.css
│       ├── om-scrollbar.css
│       ├── om-slider.css
│       ├── om-suggestion.css
│       ├── om-tabs.css
│       ├── om-theme.css
│       ├── om-tooltip.css
│       └── om-tree.css
└── ui
    ├── editor
    │   ├── _source
    │   │   ├── core
    │   │   │   ├── _bootstrap.js
    │   │   │   ├── command.js
    │   │   │   ├── commanddefinition.js
    │   │   │   ├── config.js
    │   │   │   ├── dataprocessor.js
    │   │   │   ├── dom
    │   │   │   │   ├── comment.js
    │   │   │   │   ├── document.js
    │   │   │   │   ├── documentfragment.js
    │   │   │   │   ├── domobject.js
    │   │   │   │   ├── element.js
    │   │   │   │   ├── elementpath.js
    │   │   │   │   ├── event.js
    │   │   │   │   ├── node.js
    │   │   │   │   ├── nodelist.js
    │   │   │   │   ├── range.js
    │   │   │   │   ├── rangelist.js
    │   │   │   │   ├── text.js
    │   │   │   │   ├── walker.js
    │   │   │   │   └── window.js
    │   │   │   ├── dom.js
    │   │   │   ├── dtd.js
    │   │   │   ├── editor.js
    │   │   │   ├── editor_basic.js
    │   │   │   ├── env.js
    │   │   │   ├── event.js
    │   │   │   ├── eventInfo.js
    │   │   │   ├── focusmanager.js
    │   │   │   ├── htmlparser
    │   │   │   │   ├── basicwriter.js
    │   │   │   │   ├── cdata.js
    │   │   │   │   ├── comment.js
    │   │   │   │   ├── element.js
    │   │   │   │   ├── filter.js
    │   │   │   │   ├── fragment.js
    │   │   │   │   └── text.js
    │   │   │   ├── htmlparser.js
    │   │   │   ├── lang.js
    │   │   │   ├── loader.js
    │   │   │   ├── omeditor.js
    │   │   │   ├── omeditor_base.js
    │   │   │   ├── omeditor_basic.js
    │   │   │   ├── plugindefinition.js
    │   │   │   ├── plugins.js
    │   │   │   ├── resourcemanager.js
    │   │   │   ├── scriptloader.js
    │   │   │   ├── skins.js
    │   │   │   ├── themes.js
    │   │   │   ├── tools.js
    │   │   │   └── ui.js
    │   │   ├── lang
    │   │   │   ├── _languages.js
    │   │   │   ├── en.js
    │   │   │   ├── zh-cn.js
    │   │   │   └── zh.js
    │   │   ├── om-editor.js
    │   │   ├── plugins
    │   │   │   ├── a11yhelp
    │   │   │   │   ├── dialogs
    │   │   │   │   │   └── a11yhelp.js
    │   │   │   │   ├── lang
    │   │   │   │   │   ├── en.js
    │   │   │   │   │   └── he.js
    │   │   │   │   └── plugin.js
    │   │   │   ├── about
    │   │   │   │   ├── dialogs
    │   │   │   │   │   ├── about.js
    │   │   │   │   │   └── logo_omeditor.png
    │   │   │   │   └── plugin.js
    │   │   │   ├── adobeair
    │   │   │   │   └── plugin.js
    │   │   │   ├── ajax
    │   │   │   │   └── plugin.js
    │   │   │   ├── autogrow
    │   │   │   │   └── plugin.js
    │   │   │   ├── basicstyles
    │   │   │   │   └── plugin.js
    │   │   │   ├── bbcode
    │   │   │   │   └── plugin.js
    │   │   │   ├── bidi
    │   │   │   │   └── plugin.js
    │   │   │   ├── blockquote
    │   │   │   │   └── plugin.js
    │   │   │   ├── button
    │   │   │   │   └── plugin.js
    │   │   │   ├── clipboard
    │   │   │   │   ├── dialogs
    │   │   │   │   │   └── paste.js
    │   │   │   │   └── plugin.js
    │   │   │   ├── colorbutton
    │   │   │   │   └── plugin.js
    │   │   │   ├── colordialog
    │   │   │   │   ├── dialogs
    │   │   │   │   │   └── colordialog.js
    │   │   │   │   └── plugin.js
    │   │   │   ├── contextmenu
    │   │   │   │   └── plugin.js
    │   │   │   ├── devtools
    │   │   │   │   ├── lang
    │   │   │   │   │   └── en.js
    │   │   │   │   └── plugin.js
    │   │   │   ├── dialog
    │   │   │   │   ├── dialogDefinition.js
    │   │   │   │   └── plugin.js
    │   │   │   ├── dialogadvtab
    │   │   │   │   └── plugin.js
    │   │   │   ├── dialogui
    │   │   │   │   └── plugin.js
    │   │   │   ├── div
    │   │   │   │   ├── dialogs
    │   │   │   │   │   └── div.js
    │   │   │   │   └── plugin.js
    │   │   │   ├── docprops
    │   │   │   │   ├── dialogs
    │   │   │   │   │   └── docprops.js
    │   │   │   │   └── plugin.js
    │   │   │   ├── domiterator
    │   │   │   │   └── plugin.js
    │   │   │   ├── editingblock
    │   │   │   │   └── plugin.js
    │   │   │   ├── elementspath
    │   │   │   │   └── plugin.js
    │   │   │   ├── enterkey
    │   │   │   │   └── plugin.js
    │   │   │   ├── entities
    │   │   │   │   └── plugin.js
    │   │   │   ├── fakeobjects
    │   │   │   │   └── plugin.js
    │   │   │   ├── filebrowser
    │   │   │   │   └── plugin.js
    │   │   │   ├── find
    │   │   │   │   ├── dialogs
    │   │   │   │   │   └── find.js
    │   │   │   │   └── plugin.js
    │   │   │   ├── flash
    │   │   │   │   ├── dialogs
    │   │   │   │   │   └── flash.js
    │   │   │   │   ├── images
    │   │   │   │   │   └── placeholder.png
    │   │   │   │   └── plugin.js
    │   │   │   ├── floatpanel
    │   │   │   │   └── plugin.js
    │   │   │   ├── font
    │   │   │   │   └── plugin.js
    │   │   │   ├── format
    │   │   │   │   └── plugin.js
    │   │   │   ├── forms
    │   │   │   │   ├── dialogs
    │   │   │   │   │   ├── button.js
    │   │   │   │   │   ├── checkbox.js
    │   │   │   │   │   ├── form.js
    │   │   │   │   │   ├── hiddenfield.js
    │   │   │   │   │   ├── radio.js
    │   │   │   │   │   ├── select.js
    │   │   │   │   │   ├── textarea.js
    │   │   │   │   │   └── textfield.js
    │   │   │   │   ├── images
    │   │   │   │   │   └── hiddenfield.gif
    │   │   │   │   └── plugin.js
    │   │   │   ├── horizontalrule
    │   │   │   │   └── plugin.js
    │   │   │   ├── htmldataprocessor
    │   │   │   │   └── plugin.js
    │   │   │   ├── htmlwriter
    │   │   │   │   └── plugin.js
    │   │   │   ├── iframe
    │   │   │   │   ├── dialogs
    │   │   │   │   │   └── iframe.js
    │   │   │   │   ├── images
    │   │   │   │   │   └── placeholder.png
    │   │   │   │   └── plugin.js
    │   │   │   ├── iframedialog
    │   │   │   │   └── plugin.js
    │   │   │   ├── image
    │   │   │   │   ├── dialogs
    │   │   │   │   │   └── image.js
    │   │   │   │   └── plugin.js
    │   │   │   ├── indent
    │   │   │   │   └── plugin.js
    │   │   │   ├── justify
    │   │   │   │   └── plugin.js
    │   │   │   ├── keystrokes
    │   │   │   │   └── plugin.js
    │   │   │   ├── link
    │   │   │   │   ├── dialogs
    │   │   │   │   │   ├── anchor.js
    │   │   │   │   │   └── link.js
    │   │   │   │   ├── images
    │   │   │   │   │   └── anchor.gif
    │   │   │   │   └── plugin.js
    │   │   │   ├── list
    │   │   │   │   └── plugin.js
    │   │   │   ├── listblock
    │   │   │   │   └── plugin.js
    │   │   │   ├── liststyle
    │   │   │   │   ├── dialogs
    │   │   │   │   │   └── liststyle.js
    │   │   │   │   └── plugin.js
    │   │   │   ├── maximize
    │   │   │   │   └── plugin.js
    │   │   │   ├── menu
    │   │   │   │   └── plugin.js
    │   │   │   ├── menubutton
    │   │   │   │   └── plugin.js
    │   │   │   ├── newpage
    │   │   │   │   └── plugin.js
    │   │   │   ├── pagebreak
    │   │   │   │   ├── images
    │   │   │   │   │   └── pagebreak.gif
    │   │   │   │   └── plugin.js
    │   │   │   ├── panel
    │   │   │   │   └── plugin.js
    │   │   │   ├── panelbutton
    │   │   │   │   └── plugin.js
    │   │   │   ├── pastefromword
    │   │   │   │   ├── filter
    │   │   │   │   │   └── default.js
    │   │   │   │   └── plugin.js
    │   │   │   ├── pastetext
    │   │   │   │   ├── dialogs
    │   │   │   │   │   └── pastetext.js
    │   │   │   │   └── plugin.js
    │   │   │   ├── placeholder
    │   │   │   │   ├── dialogs
    │   │   │   │   │   └── placeholder.js
    │   │   │   │   ├── lang
    │   │   │   │   │   ├── en.js
    │   │   │   │   │   └── he.js
    │   │   │   │   ├── placeholder.gif
    │   │   │   │   └── plugin.js
    │   │   │   ├── popup
    │   │   │   │   └── plugin.js
    │   │   │   ├── preview
    │   │   │   │   └── plugin.js
    │   │   │   ├── print
    │   │   │   │   └── plugin.js
    │   │   │   ├── removeformat
    │   │   │   │   └── plugin.js
    │   │   │   ├── resize
    │   │   │   │   └── plugin.js
    │   │   │   ├── richcombo
    │   │   │   │   └── plugin.js
    │   │   │   ├── save
    │   │   │   │   └── plugin.js
    │   │   │   ├── scayt
    │   │   │   │   ├── dialogs
    │   │   │   │   │   ├── options.js
    │   │   │   │   │   └── toolbar.css
    │   │   │   │   └── plugin.js
    │   │   │   ├── selection
    │   │   │   │   └── plugin.js
    │   │   │   ├── 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
    │   │   │   │   └── plugin.js
    │   │   │   ├── showborders
    │   │   │   │   └── plugin.js
    │   │   │   ├── 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
    │   │   │   │   └── plugin.js
    │   │   │   ├── sourcearea
    │   │   │   │   └── plugin.js
    │   │   │   ├── specialchar
    │   │   │   │   ├── dialogs
    │   │   │   │   │   └── specialchar.js
    │   │   │   │   ├── lang
    │   │   │   │   │   └── en.js
    │   │   │   │   └── plugin.js
    │   │   │   ├── styles
    │   │   │   │   ├── plugin.js
    │   │   │   │   └── styles
    │   │   │   │       └── default.js
    │   │   │   ├── stylescombo
    │   │   │   │   └── plugin.js
    │   │   │   ├── stylesheetparser
    │   │   │   │   └── plugin.js
    │   │   │   ├── tab
    │   │   │   │   └── plugin.js
    │   │   │   ├── table
    │   │   │   │   ├── dialogs
    │   │   │   │   │   └── table.js
    │   │   │   │   └── plugin.js
    │   │   │   ├── tableresize
    │   │   │   │   └── plugin.js
    │   │   │   ├── tabletools
    │   │   │   │   ├── dialogs
    │   │   │   │   │   └── tableCell.js
    │   │   │   │   └── plugin.js
    │   │   │   ├── templates
    │   │   │   │   ├── dialogs
    │   │   │   │   │   └── templates.js
    │   │   │   │   ├── plugin.js
    │   │   │   │   └── templates
    │   │   │   │       ├── default.js
    │   │   │   │       └── images
    │   │   │   │           ├── template1.gif
    │   │   │   │           ├── template2.gif
    │   │   │   │           └── template3.gif
    │   │   │   ├── toolbar
    │   │   │   │   └── plugin.js
    │   │   │   ├── 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
    │   │   │   ├── undo
    │   │   │   │   └── plugin.js
    │   │   │   ├── wsc
    │   │   │   │   ├── dialogs
    │   │   │   │   │   ├── ciframe.html
    │   │   │   │   │   ├── tmpFrameset.html
    │   │   │   │   │   ├── wsc.css
    │   │   │   │   │   └── wsc.js
    │   │   │   │   └── plugin.js
    │   │   │   ├── wysiwygarea
    │   │   │   │   └── plugin.js
    │   │   │   └── xml
    │   │   │       └── plugin.js
    │   │   ├── skins
    │   │   │   ├── eac
    │   │   │   │   ├── dialog.css
    │   │   │   │   ├── editor.css
    │   │   │   │   ├── elementspath.css
    │   │   │   │   ├── icons.css
    │   │   │   │   ├── icons.png
    │   │   │   │   ├── icons_rtl.png
    │   │   │   │   ├── images
    │   │   │   │   │   ├── button_d.jpg
    │   │   │   │   │   ├── button_f.jpg
    │   │   │   │   │   ├── button_u.jpg
    │   │   │   │   │   ├── dialog_sides.gif
    │   │   │   │   │   ├── dialog_sides.png
    │   │   │   │   │   ├── dialog_sides_rtl.png
    │   │   │   │   │   ├── mini.gif
    │   │   │   │   │   ├── noimage.png
    │   │   │   │   │   ├── sprites.png
    │   │   │   │   │   ├── sprites_ie6.png
    │   │   │   │   │   ├── toolbar_start.gif
    │   │   │   │   │   └── ui-icons_222222_256x240.png
    │   │   │   │   ├── mainui.css
    │   │   │   │   ├── menu.css
    │   │   │   │   ├── panel.css
    │   │   │   │   ├── presets.css
    │   │   │   │   ├── reset.css
    │   │   │   │   ├── richcombo.css
    │   │   │   │   ├── skin.js
    │   │   │   │   ├── templates.css
    │   │   │   │   └── toolbar.css
    │   │   │   ├── kama
    │   │   │   │   ├── dialog.css
    │   │   │   │   ├── editor.css
    │   │   │   │   ├── elementspath.css
    │   │   │   │   ├── icons.css
    │   │   │   │   ├── icons.png
    │   │   │   │   ├── icons_rtl.png
    │   │   │   │   ├── images
    │   │   │   │   │   ├── dialog_sides.gif
    │   │   │   │   │   ├── dialog_sides.png
    │   │   │   │   │   ├── dialog_sides_rtl.png
    │   │   │   │   │   ├── mini.gif
    │   │   │   │   │   ├── noimage.png
    │   │   │   │   │   ├── sprites.png
    │   │   │   │   │   ├── sprites_ie6.png
    │   │   │   │   │   └── toolbar_start.gif
    │   │   │   │   ├── mainui.css
    │   │   │   │   ├── menu.css
    │   │   │   │   ├── panel.css
    │   │   │   │   ├── presets.css
    │   │   │   │   ├── reset.css
    │   │   │   │   ├── richcombo.css
    │   │   │   │   ├── skin.js
    │   │   │   │   ├── templates.css
    │   │   │   │   └── toolbar.css
    │   │   │   ├── office2003
    │   │   │   │   ├── dialog.css
    │   │   │   │   ├── editor.css
    │   │   │   │   ├── elementspath.css
    │   │   │   │   ├── icons.css
    │   │   │   │   ├── icons.png
    │   │   │   │   ├── icons_rtl.png
    │   │   │   │   ├── images
    │   │   │   │   │   ├── dialog_sides.gif
    │   │   │   │   │   ├── dialog_sides.png
    │   │   │   │   │   ├── dialog_sides_rtl.png
    │   │   │   │   │   ├── mini.gif
    │   │   │   │   │   ├── noimage.png
    │   │   │   │   │   ├── sprites.png
    │   │   │   │   │   └── sprites_ie6.png
    │   │   │   │   ├── mainui.css
    │   │   │   │   ├── menu.css
    │   │   │   │   ├── panel.css
    │   │   │   │   ├── presets.css
    │   │   │   │   ├── reset.css
    │   │   │   │   ├── richcombo.css
    │   │   │   │   ├── skin.js
    │   │   │   │   ├── templates.css
    │   │   │   │   └── toolbar.css
    │   │   │   └── v2
    │   │   │       ├── dialog.css
    │   │   │       ├── editor.css
    │   │   │       ├── elementspath.css
    │   │   │       ├── icons.css
    │   │   │       ├── icons.png
    │   │   │       ├── icons_rtl.png
    │   │   │       ├── images
    │   │   │       │   ├── dialog_sides.gif
    │   │   │       │   ├── dialog_sides.png
    │   │   │       │   ├── dialog_sides_rtl.png
    │   │   │       │   ├── mini.gif
    │   │   │       │   ├── noimage.png
    │   │   │       │   ├── sprites.png
    │   │   │       │   ├── sprites_ie6.png
    │   │   │       │   └── toolbar_start.gif
    │   │   │       ├── mainui.css
    │   │   │       ├── menu.css
    │   │   │       ├── panel.css
    │   │   │       ├── presets.css
    │   │   │       ├── reset.css
    │   │   │       ├── richcombo.css
    │   │   │       ├── skin.js
    │   │   │       ├── templates.css
    │   │   │       └── toolbar.css
    │   │   └── themes
    │   │       └── default
    │   │           └── theme.js
    │   ├── config.js
    │   ├── images
    │   │   └── spacer.gif
    │   ├── lang
    │   │   ├── _languages.js
    │   │   ├── en.js
    │   │   ├── zh-cn.js
    │   │   └── zh.js
    │   ├── omeditor.js
    │   ├── omeditor.pack
    │   ├── omeditor_source.js
    │   ├── packager.jar
    │   ├── plugins
    │   │   ├── a11yhelp
    │   │   │   ├── dialogs
    │   │   │   │   └── a11yhelp.js
    │   │   │   └── lang
    │   │   │       ├── en.js
    │   │   │       └── he.js
    │   │   ├── about
    │   │   │   └── dialogs
    │   │   │       ├── about.js
    │   │   │       └── logo_omeditor.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
    │   │   ├── eac
    │   │   │   ├── dialog.css
    │   │   │   ├── editor.css
    │   │   │   ├── icons.png
    │   │   │   ├── icons_rtl.png
    │   │   │   ├── images
    │   │   │   │   ├── button_d.jpg
    │   │   │   │   ├── button_f.jpg
    │   │   │   │   ├── button_u.jpg
    │   │   │   │   ├── dialog_sides.gif
    │   │   │   │   ├── dialog_sides.png
    │   │   │   │   ├── dialog_sides_rtl.png
    │   │   │   │   ├── mini.gif
    │   │   │   │   ├── noimage.png
    │   │   │   │   ├── sprites.png
    │   │   │   │   ├── sprites_ie6.png
    │   │   │   │   ├── toolbar_start.gif
    │   │   │   │   └── ui-icons_222222_256x240.png
    │   │   │   └── skin.js
    │   │   ├── 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.png
    │   │   │   │   ├── sprites_ie6.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.png
    │   │   │   │   └── sprites_ie6.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.png
    │   │       │   ├── sprites_ie6.png
    │   │       │   └── toolbar_start.gif
    │   │       ├── skin.js
    │   │       └── templates.css
    │   └── themes
    │       └── default
    │           └── theme.js
    ├── lang
    │   ├── en-us.js
    │   └── zh-tw.js
    ├── om-accordion.js
    ├── om-ajaxsubmit.js
    ├── om-borderlayout.js
    ├── om-button.js
    ├── om-buttonbar.js
    ├── om-calendar.js
    ├── om-combo.js
    ├── om-core.js
    ├── om-dialog.js
    ├── om-draggable.js
    ├── om-droppable.js
    ├── om-fileupload.js
    ├── om-fileupload.swf
    ├── om-grid-headergroup.js
    ├── om-grid-roweditor.js
    ├── om-grid-rowexpander.js
    ├── om-grid-sort.js
    ├── om-grid.js
    ├── om-itemselector.js
    ├── om-menu.js
    ├── om-messagebox.js
    ├── om-messagetip.js
    ├── om-mouse.js
    ├── om-numberfield.js
    ├── om-panel.js
    ├── om-position.js
    ├── om-progressbar.js
    ├── om-resizable.js
    ├── om-scrollbar.js
    ├── om-slider.js
    ├── om-sortable.js
    ├── om-suggestion.js
    ├── om-tabs.js
    ├── om-tooltip.js
    ├── om-tree.js
    └── om-validate.js

391 directories, 1397 files



实例下载地址

好用的后台管理js效果jindie

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警