实例介绍
【实例简介】
ckeditor与ckfinder整合demo采用springmvc,学习使用
【实例截图】
【核心代码】
846c818d-9ae4-4a6f-adaf-5bd83e1f538a
└── ckdemo
├── build
│ └── classes
│ ├── com
│ │ └── gwc
│ │ └── cktest
│ │ └── controller
│ │ └── CkController.class
│ ├── log4j.properties
│ └── spring
│ └── spring-mvc.xml
├── resources
│ ├── log4j.properties
│ └── spring
│ └── spring-mvc.xml
├── src
│ └── com
│ └── gwc
│ └── cktest
│ └── controller
│ └── CkController.java
└── WebContent
├── assets
│ ├── ckeditor
│ │ ├── adapters
│ │ │ └── jquery.js
│ │ ├── build-config.js
│ │ ├── CHANGES.md
│ │ ├── ckeditor.js
│ │ ├── config.js
│ │ ├── contents.css
│ │ ├── lang
│ │ │ ├── af.js
│ │ │ ├── ar.js
│ │ │ ├── bg.js
│ │ │ ├── bn.js
│ │ │ ├── bs.js
│ │ │ ├── ca.js
│ │ │ ├── cs.js
│ │ │ ├── cy.js
│ │ │ ├── da.js
│ │ │ ├── de-ch.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
│ │ │ ├── id.js
│ │ │ ├── is.js
│ │ │ ├── it.js
│ │ │ ├── ja.js
│ │ │ ├── ka.js
│ │ │ ├── km.js
│ │ │ ├── ko.js
│ │ │ ├── ku.js
│ │ │ ├── lt.js
│ │ │ ├── lv.js
│ │ │ ├── mk.js
│ │ │ ├── mn.js
│ │ │ ├── ms.js
│ │ │ ├── nb.js
│ │ │ ├── nl.js
│ │ │ ├── no.js
│ │ │ ├── pl.js
│ │ │ ├── pt-br.js
│ │ │ ├── pt.js
│ │ │ ├── ro.js
│ │ │ ├── ru.js
│ │ │ ├── si.js
│ │ │ ├── sk.js
│ │ │ ├── sl.js
│ │ │ ├── sq.js
│ │ │ ├── sr.js
│ │ │ ├── sr-latn.js
│ │ │ ├── sv.js
│ │ │ ├── th.js
│ │ │ ├── tr.js
│ │ │ ├── tt.js
│ │ │ ├── ug.js
│ │ │ ├── uk.js
│ │ │ ├── vi.js
│ │ │ ├── zh-cn.js
│ │ │ └── zh.js
│ │ ├── LICENSE.md
│ │ ├── plugins
│ │ │ ├── a11yhelp
│ │ │ │ └── dialogs
│ │ │ │ ├── a11yhelp.js
│ │ │ │ └── lang
│ │ │ │ ├── af.js
│ │ │ │ ├── ar.js
│ │ │ │ ├── bg.js
│ │ │ │ ├── ca.js
│ │ │ │ ├── cs.js
│ │ │ │ ├── cy.js
│ │ │ │ ├── da.js
│ │ │ │ ├── de-ch.js
│ │ │ │ ├── de.js
│ │ │ │ ├── el.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
│ │ │ │ ├── id.js
│ │ │ │ ├── it.js
│ │ │ │ ├── ja.js
│ │ │ │ ├── km.js
│ │ │ │ ├── ko.js
│ │ │ │ ├── ku.js
│ │ │ │ ├── lt.js
│ │ │ │ ├── lv.js
│ │ │ │ ├── mk.js
│ │ │ │ ├── mn.js
│ │ │ │ ├── nb.js
│ │ │ │ ├── nl.js
│ │ │ │ ├── no.js
│ │ │ │ ├── pl.js
│ │ │ │ ├── pt-br.js
│ │ │ │ ├── pt.js
│ │ │ │ ├── ro.js
│ │ │ │ ├── ru.js
│ │ │ │ ├── si.js
│ │ │ │ ├── sk.js
│ │ │ │ ├── sl.js
│ │ │ │ ├── sq.js
│ │ │ │ ├── sr.js
│ │ │ │ ├── sr-latn.js
│ │ │ │ ├── sv.js
│ │ │ │ ├── th.js
│ │ │ │ ├── _translationstatus.txt
│ │ │ │ ├── tr.js
│ │ │ │ ├── tt.js
│ │ │ │ ├── ug.js
│ │ │ │ ├── uk.js
│ │ │ │ ├── vi.js
│ │ │ │ ├── zh-cn.js
│ │ │ │ └── zh.js
│ │ │ ├── about
│ │ │ │ └── dialogs
│ │ │ │ ├── about.js
│ │ │ │ ├── hidpi
│ │ │ │ │ └── logo_ckeditor.png
│ │ │ │ └── logo_ckeditor.png
│ │ │ ├── clipboard
│ │ │ │ └── dialogs
│ │ │ │ └── paste.js
│ │ │ ├── colordialog
│ │ │ │ └── dialogs
│ │ │ │ └── colordialog.js
│ │ │ ├── dialog
│ │ │ │ └── dialogDefinition.js
│ │ │ ├── div
│ │ │ │ └── dialogs
│ │ │ │ └── div.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
│ │ │ ├── icons_hidpi.png
│ │ │ ├── icons.png
│ │ │ ├── iframe
│ │ │ │ ├── dialogs
│ │ │ │ │ └── iframe.js
│ │ │ │ └── images
│ │ │ │ └── placeholder.png
│ │ │ ├── image
│ │ │ │ ├── dialogs
│ │ │ │ │ └── image.js
│ │ │ │ └── images
│ │ │ │ └── noimage.png
│ │ │ ├── link
│ │ │ │ ├── dialogs
│ │ │ │ │ ├── anchor.js
│ │ │ │ │ └── link.js
│ │ │ │ └── images
│ │ │ │ ├── anchor.png
│ │ │ │ └── hidpi
│ │ │ │ └── anchor.png
│ │ │ ├── liststyle
│ │ │ │ └── dialogs
│ │ │ │ └── liststyle.js
│ │ │ ├── magicline
│ │ │ │ └── images
│ │ │ │ ├── hidpi
│ │ │ │ │ ├── icon.png
│ │ │ │ │ └── icon-rtl.png
│ │ │ │ ├── icon.png
│ │ │ │ └── icon-rtl.png
│ │ │ ├── pagebreak
│ │ │ │ └── images
│ │ │ │ └── pagebreak.gif
│ │ │ ├── pastefromword
│ │ │ │ └── filter
│ │ │ │ └── default.js
│ │ │ ├── preview
│ │ │ │ └── preview.html
│ │ │ ├── scayt
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── dialogs
│ │ │ │ │ ├── options.js
│ │ │ │ │ └── toolbar.css
│ │ │ │ ├── LICENSE.md
│ │ │ │ └── README.md
│ │ │ ├── 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
│ │ │ │ ├── angel_smile.png
│ │ │ │ ├── angry_smile.gif
│ │ │ │ ├── angry_smile.png
│ │ │ │ ├── broken_heart.gif
│ │ │ │ ├── broken_heart.png
│ │ │ │ ├── confused_smile.gif
│ │ │ │ ├── confused_smile.png
│ │ │ │ ├── cry_smile.gif
│ │ │ │ ├── cry_smile.png
│ │ │ │ ├── devil_smile.gif
│ │ │ │ ├── devil_smile.png
│ │ │ │ ├── embaressed_smile.gif
│ │ │ │ ├── embarrassed_smile.gif
│ │ │ │ ├── embarrassed_smile.png
│ │ │ │ ├── envelope.gif
│ │ │ │ ├── envelope.png
│ │ │ │ ├── heart.gif
│ │ │ │ ├── heart.png
│ │ │ │ ├── kiss.gif
│ │ │ │ ├── kiss.png
│ │ │ │ ├── lightbulb.gif
│ │ │ │ ├── lightbulb.png
│ │ │ │ ├── omg_smile.gif
│ │ │ │ ├── omg_smile.png
│ │ │ │ ├── regular_smile.gif
│ │ │ │ ├── regular_smile.png
│ │ │ │ ├── sad_smile.gif
│ │ │ │ ├── sad_smile.png
│ │ │ │ ├── shades_smile.gif
│ │ │ │ ├── shades_smile.png
│ │ │ │ ├── teeth_smile.gif
│ │ │ │ ├── teeth_smile.png
│ │ │ │ ├── thumbs_down.gif
│ │ │ │ ├── thumbs_down.png
│ │ │ │ ├── thumbs_up.gif
│ │ │ │ ├── thumbs_up.png
│ │ │ │ ├── tongue_smile.gif
│ │ │ │ ├── tongue_smile.png
│ │ │ │ ├── tounge_smile.gif
│ │ │ │ ├── whatchutalkingabout_smile.gif
│ │ │ │ ├── whatchutalkingabout_smile.png
│ │ │ │ ├── wink_smile.gif
│ │ │ │ └── wink_smile.png
│ │ │ ├── specialchar
│ │ │ │ └── dialogs
│ │ │ │ ├── lang
│ │ │ │ │ ├── af.js
│ │ │ │ │ ├── ar.js
│ │ │ │ │ ├── bg.js
│ │ │ │ │ ├── ca.js
│ │ │ │ │ ├── cs.js
│ │ │ │ │ ├── cy.js
│ │ │ │ │ ├── da.js
│ │ │ │ │ ├── de-ch.js
│ │ │ │ │ ├── de.js
│ │ │ │ │ ├── el.js
│ │ │ │ │ ├── en-gb.js
│ │ │ │ │ ├── en.js
│ │ │ │ │ ├── eo.js
│ │ │ │ │ ├── es.js
│ │ │ │ │ ├── et.js
│ │ │ │ │ ├── eu.js
│ │ │ │ │ ├── fa.js
│ │ │ │ │ ├── fi.js
│ │ │ │ │ ├── fr-ca.js
│ │ │ │ │ ├── fr.js
│ │ │ │ │ ├── gl.js
│ │ │ │ │ ├── he.js
│ │ │ │ │ ├── hr.js
│ │ │ │ │ ├── hu.js
│ │ │ │ │ ├── id.js
│ │ │ │ │ ├── it.js
│ │ │ │ │ ├── ja.js
│ │ │ │ │ ├── km.js
│ │ │ │ │ ├── ko.js
│ │ │ │ │ ├── ku.js
│ │ │ │ │ ├── lt.js
│ │ │ │ │ ├── lv.js
│ │ │ │ │ ├── nb.js
│ │ │ │ │ ├── nl.js
│ │ │ │ │ ├── no.js
│ │ │ │ │ ├── pl.js
│ │ │ │ │ ├── pt-br.js
│ │ │ │ │ ├── pt.js
│ │ │ │ │ ├── ru.js
│ │ │ │ │ ├── si.js
│ │ │ │ │ ├── sk.js
│ │ │ │ │ ├── sl.js
│ │ │ │ │ ├── sq.js
│ │ │ │ │ ├── sv.js
│ │ │ │ │ ├── th.js
│ │ │ │ │ ├── _translationstatus.txt
│ │ │ │ │ ├── tr.js
│ │ │ │ │ ├── tt.js
│ │ │ │ │ ├── ug.js
│ │ │ │ │ ├── uk.js
│ │ │ │ │ ├── vi.js
│ │ │ │ │ ├── zh-cn.js
│ │ │ │ │ └── zh.js
│ │ │ │ └── specialchar.js
│ │ │ ├── table
│ │ │ │ └── dialogs
│ │ │ │ └── table.js
│ │ │ ├── tabletools
│ │ │ │ └── dialogs
│ │ │ │ └── tableCell.js
│ │ │ ├── templates
│ │ │ │ ├── dialogs
│ │ │ │ │ ├── templates.css
│ │ │ │ │ └── templates.js
│ │ │ │ └── templates
│ │ │ │ ├── default.js
│ │ │ │ └── images
│ │ │ │ ├── template1.gif
│ │ │ │ ├── template2.gif
│ │ │ │ └── template3.gif
│ │ │ └── wsc
│ │ │ ├── dialogs
│ │ │ │ ├── ciframe.html
│ │ │ │ ├── tmpFrameset.html
│ │ │ │ ├── wsc.css
│ │ │ │ ├── wsc_ie.js
│ │ │ │ └── wsc.js
│ │ │ ├── LICENSE.md
│ │ │ └── README.md
│ │ ├── README.md
│ │ ├── samples
│ │ │ ├── css
│ │ │ │ └── samples.css
│ │ │ ├── img
│ │ │ │ ├── github-top.png
│ │ │ │ ├── header-bg.png
│ │ │ │ ├── header-separator.png
│ │ │ │ ├── logo.png
│ │ │ │ └── navigation-tip.png
│ │ │ ├── index.html
│ │ │ ├── js
│ │ │ │ ├── sample.js
│ │ │ │ └── sf.js
│ │ │ ├── old
│ │ │ │ ├── ajax.html
│ │ │ │ ├── api.html
│ │ │ │ ├── appendto.html
│ │ │ │ ├── assets
│ │ │ │ │ ├── inlineall
│ │ │ │ │ │ └── logo.png
│ │ │ │ │ ├── outputxhtml
│ │ │ │ │ │ └── outputxhtml.css
│ │ │ │ │ ├── posteddata.php
│ │ │ │ │ ├── sample.jpg
│ │ │ │ │ └── uilanguages
│ │ │ │ │ └── languages.js
│ │ │ │ ├── datafiltering.html
│ │ │ │ ├── dialog
│ │ │ │ │ ├── assets
│ │ │ │ │ │ └── my_dialog.js
│ │ │ │ │ └── dialog.html
│ │ │ │ ├── divreplace.html
│ │ │ │ ├── enterkey
│ │ │ │ │ └── enterkey.html
│ │ │ │ ├── htmlwriter
│ │ │ │ │ ├── assets
│ │ │ │ │ │ └── outputforflash
│ │ │ │ │ │ ├── outputforflash.fla
│ │ │ │ │ │ ├── outputforflash.swf
│ │ │ │ │ │ └── swfobject.js
│ │ │ │ │ ├── outputforflash.html
│ │ │ │ │ └── outputhtml.html
│ │ │ │ ├── index.html
│ │ │ │ ├── inlineall.html
│ │ │ │ ├── inlinebycode.html
│ │ │ │ ├── inlinetextarea.html
│ │ │ │ ├── jquery.html
│ │ │ │ ├── magicline
│ │ │ │ │ └── magicline.html
│ │ │ │ ├── readonly.html
│ │ │ │ ├── replacebyclass.html
│ │ │ │ ├── replacebycode.html
│ │ │ │ ├── sample.css
│ │ │ │ ├── sample.js
│ │ │ │ ├── sample_posteddata.php
│ │ │ │ ├── tabindex.html
│ │ │ │ ├── toolbar
│ │ │ │ │ └── toolbar.html
│ │ │ │ ├── uicolor.html
│ │ │ │ ├── uilanguages.html
│ │ │ │ ├── wysiwygarea
│ │ │ │ │ └── fullpage.html
│ │ │ │ └── xhtmlstyle.html
│ │ │ └── toolbarconfigurator
│ │ │ ├── css
│ │ │ │ └── fontello.css
│ │ │ ├── font
│ │ │ │ ├── config.json
│ │ │ │ ├── fontello.eot
│ │ │ │ ├── fontello.svg
│ │ │ │ ├── fontello.ttf
│ │ │ │ ├── fontello.woff
│ │ │ │ └── LICENSE.txt
│ │ │ ├── index.html
│ │ │ ├── js
│ │ │ │ ├── abstracttoolbarmodifier.js
│ │ │ │ ├── fulltoolbareditor.js
│ │ │ │ ├── toolbarmodifier.js
│ │ │ │ └── toolbartextmodifier.js
│ │ │ └── lib
│ │ │ └── codemirror
│ │ │ ├── codemirror.css
│ │ │ ├── codemirror.js
│ │ │ ├── javascript.js
│ │ │ ├── LICENSE
│ │ │ ├── neo.css
│ │ │ ├── show-hint.css
│ │ │ └── show-hint.js
│ │ ├── skins
│ │ │ ├── bootstrapck
│ │ │ │ ├── dev
│ │ │ │ │ ├── icons16.svg
│ │ │ │ │ ├── icons32.svg
│ │ │ │ │ └── locations.json
│ │ │ │ ├── dialog.css
│ │ │ │ ├── dialog_ie7.css
│ │ │ │ ├── dialog_ie8.css
│ │ │ │ ├── dialog_ie.css
│ │ │ │ ├── dialog_iequirks.css
│ │ │ │ ├── dialog_opera.css
│ │ │ │ ├── editor.css
│ │ │ │ ├── editor_gecko.css
│ │ │ │ ├── editor_ie7.css
│ │ │ │ ├── editor_ie8.css
│ │ │ │ ├── editor_ie.css
│ │ │ │ ├── editor_iequirks.css
│ │ │ │ ├── icons_hidpi.png
│ │ │ │ ├── icons.png
│ │ │ │ ├── images
│ │ │ │ │ ├── arrow.png
│ │ │ │ │ ├── close.png
│ │ │ │ │ ├── hidpi
│ │ │ │ │ │ ├── close.png
│ │ │ │ │ │ ├── lock-open.png
│ │ │ │ │ │ ├── lock.png
│ │ │ │ │ │ └── refresh.png
│ │ │ │ │ ├── lock-open.png
│ │ │ │ │ ├── lock.png
│ │ │ │ │ └── refresh.png
│ │ │ │ ├── readme.md
│ │ │ │ ├── sample
│ │ │ │ │ ├── bootstrapck-sample.html
│ │ │ │ │ ├── css
│ │ │ │ │ │ └── bootstrapck-sample.css
│ │ │ │ │ └── js
│ │ │ │ │ ├── analytics.js
│ │ │ │ │ └── jquery-1.11.0.min.js
│ │ │ │ ├── scss
│ │ │ │ │ ├── browser-specific
│ │ │ │ │ │ ├── gecko
│ │ │ │ │ │ │ └── editor_gecko.scss
│ │ │ │ │ │ ├── ie
│ │ │ │ │ │ │ ├── dialog_ie.scss
│ │ │ │ │ │ │ └── editor_ie.scss
│ │ │ │ │ │ ├── ie7
│ │ │ │ │ │ │ ├── dialog_ie7.scss
│ │ │ │ │ │ │ └── editor_ie7.scss
│ │ │ │ │ │ ├── ie8
│ │ │ │ │ │ │ ├── dialog_ie8.scss
│ │ │ │ │ │ │ └── editor_ie8.scss
│ │ │ │ │ │ ├── iequirks
│ │ │ │ │ │ │ ├── dialog_iequirks.scss
│ │ │ │ │ │ │ └── editor_iequirks.scss
│ │ │ │ │ │ └── opera
│ │ │ │ │ │ └── dialog_opera.scss
│ │ │ │ │ ├── components
│ │ │ │ │ │ ├── _colorpanel.scss
│ │ │ │ │ │ ├── editor.scss
│ │ │ │ │ │ ├── _elementspath.scss
│ │ │ │ │ │ ├── _mainui.scss
│ │ │ │ │ │ ├── _menu.scss
│ │ │ │ │ │ ├── _panel.scss
│ │ │ │ │ │ ├── _presets.scss
│ │ │ │ │ │ ├── _reset.scss
│ │ │ │ │ │ ├── _richcombo.scss
│ │ │ │ │ │ └── _toolbar.scss
│ │ │ │ │ ├── config
│ │ │ │ │ │ ├── _colors.scss
│ │ │ │ │ │ ├── _config.scss
│ │ │ │ │ │ └── _defaults.scss
│ │ │ │ │ └── dialog
│ │ │ │ │ └── dialog.scss
│ │ │ │ └── skin.js
│ │ │ ├── moono
│ │ │ │ ├── dialog.css
│ │ │ │ ├── dialog_ie7.css
│ │ │ │ ├── dialog_ie8.css
│ │ │ │ ├── dialog_ie.css
│ │ │ │ ├── dialog_iequirks.css
│ │ │ │ ├── editor.css
│ │ │ │ ├── editor_gecko.css
│ │ │ │ ├── editor_ie7.css
│ │ │ │ ├── editor_ie8.css
│ │ │ │ ├── editor_ie.css
│ │ │ │ ├── editor_iequirks.css
│ │ │ │ ├── icons_hidpi.png
│ │ │ │ ├── icons.png
│ │ │ │ ├── images
│ │ │ │ │ ├── arrow.png
│ │ │ │ │ ├── close.png
│ │ │ │ │ ├── hidpi
│ │ │ │ │ │ ├── close.png
│ │ │ │ │ │ ├── lock-open.png
│ │ │ │ │ │ ├── lock.png
│ │ │ │ │ │ └── refresh.png
│ │ │ │ │ ├── lock-open.png
│ │ │ │ │ ├── lock.png
│ │ │ │ │ ├── refresh.png
│ │ │ │ │ └── spinner.gif
│ │ │ │ └── readme.md
│ │ │ ├── moonocolor
│ │ │ │ ├── dialog.css
│ │ │ │ ├── dialog_ie7.css
│ │ │ │ ├── dialog_ie8.css
│ │ │ │ ├── dialog_ie.css
│ │ │ │ ├── dialog_iequirks.css
│ │ │ │ ├── editor.css
│ │ │ │ ├── editor_gecko.css
│ │ │ │ ├── editor_ie7.css
│ │ │ │ ├── editor_ie8.css
│ │ │ │ ├── editor_ie.css
│ │ │ │ ├── editor_iequirks.css
│ │ │ │ ├── icons_hidpi.png
│ │ │ │ ├── icons.png
│ │ │ │ ├── images
│ │ │ │ │ ├── arrow.png
│ │ │ │ │ ├── close.png
│ │ │ │ │ ├── hidpi
│ │ │ │ │ │ ├── close.png
│ │ │ │ │ │ ├── lock-open.png
│ │ │ │ │ │ ├── lock.png
│ │ │ │ │ │ └── refresh.png
│ │ │ │ │ ├── lock-open.png
│ │ │ │ │ ├── lock.png
│ │ │ │ │ ├── refresh.png
│ │ │ │ │ └── spinner.gif
│ │ │ │ ├── readme.md
│ │ │ │ └── skin.js
│ │ │ └── office2013
│ │ │ ├── dialog.css
│ │ │ ├── editor.css
│ │ │ ├── icons_hidpi.png
│ │ │ ├── icons.png
│ │ │ ├── images
│ │ │ │ ├── arrow.png
│ │ │ │ ├── close.png
│ │ │ │ ├── hidpi
│ │ │ │ │ ├── close.png
│ │ │ │ │ ├── lock-open.png
│ │ │ │ │ ├── lock.png
│ │ │ │ │ └── refresh.png
│ │ │ │ ├── lock-open.png
│ │ │ │ ├── lock.png
│ │ │ │ └── refresh.png
│ │ │ └── skin.js
│ │ └── styles.js
│ └── ckfinder
│ ├── changelog.txt
│ ├── ckfinder.html
│ ├── ckfinder.js
│ ├── ckfinder_v1.js
│ ├── config.js
│ ├── help
│ │ ├── cs
│ │ │ ├── files
│ │ │ │ ├── 001.html
│ │ │ │ ├── 002.html
│ │ │ │ ├── 003.html
│ │ │ │ ├── 004.html
│ │ │ │ ├── 005.html
│ │ │ │ ├── 006.html
│ │ │ │ ├── 007.html
│ │ │ │ ├── 008.html
│ │ │ │ ├── 009.html
│ │ │ │ ├── 010.html
│ │ │ │ ├── 011.html
│ │ │ │ ├── 012.html
│ │ │ │ ├── 013.html
│ │ │ │ ├── 014.html
│ │ │ │ ├── 015.html
│ │ │ │ ├── header.html
│ │ │ │ ├── license.html
│ │ │ │ ├── suggestions.html
│ │ │ │ └── toc.html
│ │ │ └── index.html
│ │ ├── en
│ │ │ ├── files
│ │ │ │ ├── 001.html
│ │ │ │ ├── 002.html
│ │ │ │ ├── 003.html
│ │ │ │ ├── 004.html
│ │ │ │ ├── 005.html
│ │ │ │ ├── 006.html
│ │ │ │ ├── 007.html
│ │ │ │ ├── 008.html
│ │ │ │ ├── 009.html
│ │ │ │ ├── 010.html
│ │ │ │ ├── 011.html
│ │ │ │ ├── 012.html
│ │ │ │ ├── 013.html
│ │ │ │ ├── 014.html
│ │ │ │ ├── 015.html
│ │ │ │ ├── header.html
│ │ │ │ ├── license.html
│ │ │ │ ├── suggestions.html
│ │ │ │ └── toc.html
│ │ │ └── index.html
│ │ ├── es
│ │ │ ├── files
│ │ │ │ ├── 001.html
│ │ │ │ ├── 002.html
│ │ │ │ ├── 003.html
│ │ │ │ ├── 004.html
│ │ │ │ ├── 005.html
│ │ │ │ ├── 006.html
│ │ │ │ ├── 007.html
│ │ │ │ ├── 008.html
│ │ │ │ ├── 009.html
│ │ │ │ ├── 010.html
│ │ │ │ ├── 011.html
│ │ │ │ ├── 012.html
│ │ │ │ ├── 013.html
│ │ │ │ ├── header.html
│ │ │ │ ├── images
│ │ │ │ │ ├── 001.png
│ │ │ │ │ ├── 002.gif
│ │ │ │ │ ├── 003.gif
│ │ │ │ │ ├── 004.png
│ │ │ │ │ ├── 005.png
│ │ │ │ │ ├── 006.png
│ │ │ │ │ ├── 007.png
│ │ │ │ │ ├── 008.png
│ │ │ │ │ ├── 009.png
│ │ │ │ │ ├── 010.gif
│ │ │ │ │ ├── 011.png
│ │ │ │ │ ├── 012.png
│ │ │ │ │ ├── 013.png
│ │ │ │ │ ├── 014.gif
│ │ │ │ │ ├── 015.gif
│ │ │ │ │ ├── 016.gif
│ │ │ │ │ ├── 017.gif
│ │ │ │ │ ├── 018.png
│ │ │ │ │ ├── 019.png
│ │ │ │ │ └── 020.png
│ │ │ │ ├── license.html
│ │ │ │ ├── suggestions.html
│ │ │ │ └── toc.html
│ │ │ └── index.html
│ │ ├── es-mx
│ │ │ ├── files
│ │ │ │ ├── 001.html
│ │ │ │ ├── 002.html
│ │ │ │ ├── 003.html
│ │ │ │ ├── 004.html
│ │ │ │ ├── 005.html
│ │ │ │ ├── 006.html
│ │ │ │ ├── 007.html
│ │ │ │ ├── 008.html
│ │ │ │ ├── 009.html
│ │ │ │ ├── 010.html
│ │ │ │ ├── 011.html
│ │ │ │ ├── 012.html
│ │ │ │ ├── 013.html
│ │ │ │ ├── header.html
│ │ │ │ ├── images
│ │ │ │ │ ├── 001.png
│ │ │ │ │ ├── 002.gif
│ │ │ │ │ ├── 003.gif
│ │ │ │ │ ├── 004.png
│ │ │ │ │ ├── 005.png
│ │ │ │ │ ├── 006.png
│ │ │ │ │ ├── 007.png
│ │ │ │ │ ├── 008.png
│ │ │ │ │ ├── 009.png
│ │ │ │ │ ├── 010.gif
│ │ │ │ │ ├── 011.png
│ │ │ │ │ ├── 012.png
│ │ │ │ │ ├── 013.png
│ │ │ │ │ ├── 014.gif
│ │ │ │ │ ├── 015.gif
│ │ │ │ │ ├── 016.gif
│ │ │ │ │ ├── 017.gif
│ │ │ │ │ ├── 018.png
│ │ │ │ │ ├── 019.png
│ │ │ │ │ └── 020.png
│ │ │ │ ├── license.html
│ │ │ │ ├── suggestions.html
│ │ │ │ └── toc.html
│ │ │ └── index.html
│ │ ├── fi
│ │ │ ├── files
│ │ │ │ ├── 001.html
│ │ │ │ ├── 002.html
│ │ │ │ ├── 003.html
│ │ │ │ ├── 004.html
│ │ │ │ ├── 005.html
│ │ │ │ ├── 006.html
│ │ │ │ ├── 007.html
│ │ │ │ ├── 008.html
│ │ │ │ ├── 009.html
│ │ │ │ ├── 010.html
│ │ │ │ ├── 011.html
│ │ │ │ ├── 012.html
│ │ │ │ ├── 013.html
│ │ │ │ ├── header.html
│ │ │ │ ├── images
│ │ │ │ │ ├── 001.gif
│ │ │ │ │ ├── 002.gif
│ │ │ │ │ ├── 003.gif
│ │ │ │ │ ├── 004.gif
│ │ │ │ │ ├── 005.gif
│ │ │ │ │ ├── 006.gif
│ │ │ │ │ ├── 007.gif
│ │ │ │ │ ├── 008.gif
│ │ │ │ │ ├── 009.gif
│ │ │ │ │ ├── 010.gif
│ │ │ │ │ ├── 011.gif
│ │ │ │ │ ├── 012.gif
│ │ │ │ │ ├── 013.gif
│ │ │ │ │ ├── 014.gif
│ │ │ │ │ ├── 015.gif
│ │ │ │ │ ├── 016.gif
│ │ │ │ │ ├── 017.gif
│ │ │ │ │ ├── 018.gif
│ │ │ │ │ ├── 019.gif
│ │ │ │ │ └── 020.gif
│ │ │ │ ├── license.html
│ │ │ │ ├── suggestions.html
│ │ │ │ └── toc.html
│ │ │ └── index.html
│ │ ├── files
│ │ │ ├── images
│ │ │ │ ├── 002.gif
│ │ │ │ ├── 003.gif
│ │ │ │ ├── CKFinder_basket_clear.png
│ │ │ │ ├── CKFinder_basket_drag.png
│ │ │ │ ├── CKFinder_basket_empty.png
│ │ │ │ ├── CKFinder_basket_file_menu.png
│ │ │ │ ├── CKFinder_basket_remove.png
│ │ │ │ ├── CKFinder_file_already_exists.png
│ │ │ │ ├── CKFinder_file_copied.png
│ │ │ │ ├── CKFinder_file_delete.png
│ │ │ │ ├── CKFinder_file_display_01.png
│ │ │ │ ├── CKFinder_file_display_02.png
│ │ │ │ ├── CKFinder_file_display_03.png
│ │ │ │ ├── CKFinder_file_display_04.png
│ │ │ │ ├── CKFinder_file_drag_copy.png
│ │ │ │ ├── CKFinder_file_drag_move.png
│ │ │ │ ├── CKFinder_file_menu.png
│ │ │ │ ├── CKFinder_file_moved.png
│ │ │ │ ├── CKFinder_file_pane.png
│ │ │ │ ├── CKFinder_file_rename.png
│ │ │ │ ├── CKFinder_file_resize_both.png
│ │ │ │ ├── CKFinder_file_resize_new.png
│ │ │ │ ├── CKFinder_file_resize_overwrite.png
│ │ │ │ ├── CKFinder_file_resize.png
│ │ │ │ ├── CKFinder_file_resize_resized.png
│ │ │ │ ├── CKFinder_file_resize_thumbnails.png
│ │ │ │ ├── CKFinder_file_select_hovered.png
│ │ │ │ ├── CKFinder_file_select_selected.png
│ │ │ │ ├── CKFinder_file_select_unselected.png
│ │ │ │ ├── CKFinder_file_view_list.png
│ │ │ │ ├── CKFinder_file_view_thumbnails.png
│ │ │ │ ├── CKFinder_folder_collapse.png
│ │ │ │ ├── CKFinder_folder_copied_from_basket.png
│ │ │ │ ├── CKFinder_folder_delete.png
│ │ │ │ ├── CKFinder_folder_expand.png
│ │ │ │ ├── CKFinder_folder_loading.png
│ │ │ │ ├── CKFinder_folder_menu.png
│ │ │ │ ├── CKFinder_folder_moved_from_basket.png
│ │ │ │ ├── CKFinder_folder_new.png
│ │ │ │ ├── CKFinder_folder_pane.png
│ │ │ │ ├── CKFinder_folder_rename.png
│ │ │ │ ├── CKFinder_folder_select.png
│ │ │ │ ├── CKFinder_interface.png
│ │ │ │ ├── CKFinder_menu_arrow.png
│ │ │ │ ├── CKFinder_menu_arrows.png
│ │ │ │ ├── CKFinder_resize_lock.png
│ │ │ │ ├── CKFinder_resize_reset.png
│ │ │ │ ├── CKFinder_resize_unlock.png
│ │ │ │ ├── CKFinder_settings.png
│ │ │ │ ├── CKFinder_status_empty.png
│ │ │ │ ├── CKFinder_status_file.png
│ │ │ │ ├── CKFinder_status_folder.png
│ │ │ │ ├── CKFinder_toolbar_help.png
│ │ │ │ ├── CKFinder_toolbar.png
│ │ │ │ ├── CKFinder_toolbar_refresh.png
│ │ │ │ ├── CKFinder_upload_01.png
│ │ │ │ ├── CKFinder_upload_03.png
│ │ │ │ ├── CKFinder_upload_04.png
│ │ │ │ ├── CKFinder_upload_09.png
│ │ │ │ └── CKFinder_upload_10.png
│ │ │ └── other
│ │ │ ├── help.css
│ │ │ └── help.js
│ │ ├── lt
│ │ │ ├── files
│ │ │ │ ├── 001.html
│ │ │ │ ├── 002.html
│ │ │ │ ├── 003.html
│ │ │ │ ├── 004.html
│ │ │ │ ├── 005.html
│ │ │ │ ├── 006.html
│ │ │ │ ├── 007.html
│ │ │ │ ├── 008.html
│ │ │ │ ├── 009.html
│ │ │ │ ├── 010.html
│ │ │ │ ├── 011.html
│ │ │ │ ├── 012.html
│ │ │ │ ├── 013.html
│ │ │ │ ├── header.html
│ │ │ │ ├── images
│ │ │ │ │ ├── 001.gif
│ │ │ │ │ ├── 002.gif
│ │ │ │ │ ├── 003.gif
│ │ │ │ │ ├── 004.gif
│ │ │ │ │ ├── 005.gif
│ │ │ │ │ ├── 006.gif
│ │ │ │ │ ├── 007.gif
│ │ │ │ │ ├── 008.gif
│ │ │ │ │ ├── 009.gif
│ │ │ │ │ ├── 010.gif
│ │ │ │ │ ├── 011.gif
│ │ │ │ │ ├── 012.gif
│ │ │ │ │ ├── 013.gif
│ │ │ │ │ ├── 014.gif
│ │ │ │ │ ├── 015.gif
│ │ │ │ │ ├── 016.gif
│ │ │ │ │ ├── 017.gif
│ │ │ │ │ ├── 018.gif
│ │ │ │ │ ├── 019.gif
│ │ │ │ │ └── 020.gif
│ │ │ │ ├── license.html
│ │ │ │ ├── suggestions.html
│ │ │ │ └── toc.html
│ │ │ └── index.html
│ │ └── pl
│ │ ├── files
│ │ │ ├── 001.html
│ │ │ ├── 002.html
│ │ │ ├── 003.html
│ │ │ ├── 004.html
│ │ │ ├── 005.html
│ │ │ ├── 006.html
│ │ │ ├── 007.html
│ │ │ ├── 008.html
│ │ │ ├── 009.html
│ │ │ ├── 010.html
│ │ │ ├── 011.html
│ │ │ ├── 012.html
│ │ │ ├── 013.html
│ │ │ ├── 014.html
│ │ │ ├── 015.html
│ │ │ ├── header.html
│ │ │ ├── license.html
│ │ │ ├── suggestions.html
│ │ │ └── toc.html
│ │ └── index.html
│ ├── install.txt
│ ├── lang
│ │ ├── bg.js
│ │ ├── ca.js
│ │ ├── cs.js
│ │ ├── cy.js
│ │ ├── da.js
│ │ ├── de.js
│ │ ├── el.js
│ │ ├── en.js
│ │ ├── eo.js
│ │ ├── es.js
│ │ ├── es-mx.js
│ │ ├── et.js
│ │ ├── fa.js
│ │ ├── fi.js
│ │ ├── fr.js
│ │ ├── gu.js
│ │ ├── he.js
│ │ ├── hi.js
│ │ ├── hr.js
│ │ ├── hu.js
│ │ ├── it.js
│ │ ├── ja.js
│ │ ├── lt.js
│ │ ├── lv.js
│ │ ├── nb.js
│ │ ├── nl.js
│ │ ├── nn.js
│ │ ├── no.js
│ │ ├── pl.js
│ │ ├── pt-br.js
│ │ ├── ro.js
│ │ ├── ru.js
│ │ ├── sk.js
│ │ ├── sl.js
│ │ ├── sr.js
│ │ ├── sv.js
│ │ ├── _translationstatus.txt
│ │ ├── tr.js
│ │ ├── vi.js
│ │ ├── zh-cn.js
│ │ └── zh-tw.js
│ ├── license.txt
│ ├── plugins
│ │ ├── dummy
│ │ │ ├── lang
│ │ │ │ ├── en.js
│ │ │ │ └── pl.js
│ │ │ └── plugin.js
│ │ ├── fileeditor
│ │ │ ├── codemirror
│ │ │ │ ├── addon
│ │ │ │ │ └── mode
│ │ │ │ │ └── overlay.js
│ │ │ │ ├── lib
│ │ │ │ │ ├── codemirror.css
│ │ │ │ │ └── codemirror.js
│ │ │ │ ├── LICENSE
│ │ │ │ └── mode
│ │ │ │ ├── clike
│ │ │ │ │ └── clike.js
│ │ │ │ ├── css
│ │ │ │ │ └── css.js
│ │ │ │ ├── htmlmixed
│ │ │ │ │ └── htmlmixed.js
│ │ │ │ ├── javascript
│ │ │ │ │ └── javascript.js
│ │ │ │ ├── markdown
│ │ │ │ │ └── markdown.js
│ │ │ │ ├── perl
│ │ │ │ │ └── perl.js
│ │ │ │ ├── python
│ │ │ │ │ └── python.js
│ │ │ │ ├── rst
│ │ │ │ │ └── rst.js
│ │ │ │ ├── ruby
│ │ │ │ │ └── ruby.js
│ │ │ │ ├── sass
│ │ │ │ │ └── sass.js
│ │ │ │ ├── sql
│ │ │ │ │ └── sql.js
│ │ │ │ ├── stex
│ │ │ │ │ └── stex.js
│ │ │ │ └── xml
│ │ │ │ └── xml.js
│ │ │ └── plugin.js
│ │ ├── gallery
│ │ │ └── colorbox
│ │ │ ├── colorbox.css
│ │ │ ├── images
│ │ │ │ ├── border.png
│ │ │ │ ├── controls.png
│ │ │ │ ├── ie6
│ │ │ │ │ ├── borderBottomCenter.png
│ │ │ │ │ ├── borderBottomLeft.png
│ │ │ │ │ ├── borderBottomRight.png
│ │ │ │ │ ├── borderMiddleLeft.png
│ │ │ │ │ ├── borderMiddleRight.png
│ │ │ │ │ ├── borderTopCenter.png
│ │ │ │ │ ├── borderTopLeft.png
│ │ │ │ │ └── borderTopRight.png
│ │ │ │ ├── loading_background.png
│ │ │ │ ├── loading.gif
│ │ │ │ └── overlay.png
│ │ │ ├── jquery.colorbox-min.js
│ │ │ ├── jquery.min.js
│ │ │ └── license.txt
│ │ └── imageresize
│ │ ├── images
│ │ │ └── mini.gif
│ │ └── plugin.js
│ ├── _samples
│ │ ├── ckeditor.html
│ │ ├── index.html
│ │ ├── popup.html
│ │ ├── popups.html
│ │ ├── public_api.html
│ │ ├── sample.css
│ │ ├── skin_bootstrap.html
│ │ ├── skin_v1.html
│ │ ├── standalone.html
│ │ ├── standalone_v1.html
│ │ └── tagusage.jsp
│ ├── skins
│ │ ├── bootstrap
│ │ │ ├── app.css
│ │ │ ├── assets
│ │ │ │ └── fonts
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ └── glyphicons-halflings-regular.woff2
│ │ │ ├── host.css
│ │ │ ├── images
│ │ │ │ └── icons
│ │ │ │ ├── 16
│ │ │ │ │ ├── ai.png
│ │ │ │ │ ├── avi.png
│ │ │ │ │ ├── bmp.png
│ │ │ │ │ ├── cs.png
│ │ │ │ │ ├── default.icon.png
│ │ │ │ │ ├── dll.png
│ │ │ │ │ ├── doc.png
│ │ │ │ │ ├── docx.png
│ │ │ │ │ ├── exe.png
│ │ │ │ │ ├── fla.png
│ │ │ │ │ ├── gif.png
│ │ │ │ │ ├── jpg.png
│ │ │ │ │ ├── js.png
│ │ │ │ │ ├── mdb.png
│ │ │ │ │ ├── mp3.png
│ │ │ │ │ ├── ogg.png
│ │ │ │ │ ├── pdf.png
│ │ │ │ │ ├── ppt.png
│ │ │ │ │ ├── pptx.png
│ │ │ │ │ ├── rdp.png
│ │ │ │ │ ├── swf.png
│ │ │ │ │ ├── swt.png
│ │ │ │ │ ├── txt.png
│ │ │ │ │ ├── vsd.png
│ │ │ │ │ ├── xls.png
│ │ │ │ │ ├── xlsx.png
│ │ │ │ │ ├── xml.png
│ │ │ │ │ └── zip.png
│ │ │ │ └── 32
│ │ │ │ ├── ai.png
│ │ │ │ ├── avi.png
│ │ │ │ ├── cs.png
│ │ │ │ ├── default.icon.png
│ │ │ │ ├── dll.png
│ │ │ │ ├── doc.png
│ │ │ │ ├── docx.png
│ │ │ │ ├── exe.png
│ │ │ │ ├── fla.png
│ │ │ │ ├── gif.png
│ │ │ │ ├── jpg.png
│ │ │ │ ├── js.png
│ │ │ │ ├── mdb.png
│ │ │ │ ├── mp3.png
│ │ │ │ ├── ogg.png
│ │ │ │ ├── pdf.png
│ │ │ │ ├── ppt.png
│ │ │ │ ├── pptx.png
│ │ │ │ ├── rdp.png
│ │ │ │ ├── swf.png
│ │ │ │ ├── swt.png
│ │ │ │ ├── txt.png
│ │ │ │ ├── vsd.png
│ │ │ │ ├── xls.png
│ │ │ │ ├── xlsx.png
│ │ │ │ ├── xml.png
│ │ │ │ └── zip.png
│ │ │ ├── skin.js
│ │ │ └── uipanel.css
│ │ ├── kama
│ │ │ ├── app.css
│ │ │ ├── host.css
│ │ │ ├── images
│ │ │ │ ├── ckffolder.gif
│ │ │ │ ├── ckffolderopened.gif
│ │ │ │ ├── ckfminus.gif
│ │ │ │ ├── ckfnothumb.gif
│ │ │ │ ├── ckfplus.gif
│ │ │ │ ├── icons
│ │ │ │ │ ├── 16
│ │ │ │ │ │ ├── ai.gif
│ │ │ │ │ │ ├── avi.gif
│ │ │ │ │ │ ├── bmp.gif
│ │ │ │ │ │ ├── cs.gif
│ │ │ │ │ │ ├── default.icon.gif
│ │ │ │ │ │ ├── dll.gif
│ │ │ │ │ │ ├── doc.gif
│ │ │ │ │ │ ├── docx.gif
│ │ │ │ │ │ ├── exe.gif
│ │ │ │ │ │ ├── fla.gif
│ │ │ │ │ │ ├── gif.gif
│ │ │ │ │ │ ├── jpg.gif
│ │ │ │ │ │ ├── js.gif
│ │ │ │ │ │ ├── mdb.gif
│ │ │ │ │ │ ├── mp3.gif
│ │ │ │ │ │ ├── ogg.gif
│ │ │ │ │ │ ├── pdf.gif
│ │ │ │ │ │ ├── ppt.gif
│ │ │ │ │ │ ├── pptx.gif
│ │ │ │ │ │ ├── rdp.gif
│ │ │ │ │ │ ├── swf.gif
│ │ │ │ │ │ ├── swt.gif
│ │ │ │ │ │ ├── txt.gif
│ │ │ │ │ │ ├── vsd.gif
│ │ │ │ │ │ ├── xls.gif
│ │ │ │ │ │ ├── xlsx.gif
│ │ │ │ │ │ ├── xml.gif
│ │ │ │ │ │ └── zip.gif
│ │ │ │ │ └── 32
│ │ │ │ │ ├── ai.gif
│ │ │ │ │ ├── avi.gif
│ │ │ │ │ ├── bmp.gif
│ │ │ │ │ ├── cs.gif
│ │ │ │ │ ├── default.icon.gif
│ │ │ │ │ ├── dll.gif
│ │ │ │ │ ├── doc.gif
│ │ │ │ │ ├── docx.gif
│ │ │ │ │ ├── exe.gif
│ │ │ │ │ ├── fla.gif
│ │ │ │ │ ├── gif.gif
│ │ │ │ │ ├── jpg.gif
│ │ │ │ │ ├── js.gif
│ │ │ │ │ ├── mdb.gif
│ │ │ │ │ ├── mp3.gif
│ │ │ │ │ ├── ogg.gif
│ │ │ │ │ ├── ogg.png
│ │ │ │ │ ├── pdf.gif
│ │ │ │ │ ├── ppt.gif
│ │ │ │ │ ├── pptx.gif
│ │ │ │ │ ├── rdp.gif
│ │ │ │ │ ├── swf.gif
│ │ │ │ │ ├── swt.gif
│ │ │ │ │ ├── txt.gif
│ │ │ │ │ ├── vsd.gif
│ │ │ │ │ ├── xls.gif
│ │ │ │ │ ├── xlsx.gif
│ │ │ │ │ ├── xml.gif
│ │ │ │ │ └── zip.gif
│ │ │ │ ├── icons.png
│ │ │ │ ├── loaders
│ │ │ │ │ ├── 16x16.gif
│ │ │ │ │ └── 32x32.gif
│ │ │ │ ├── spacer.gif
│ │ │ │ ├── sprites_ie6.png
│ │ │ │ ├── sprites.png
│ │ │ │ └── toolbar
│ │ │ │ ├── add.gif
│ │ │ │ ├── clear_basket.gif
│ │ │ │ ├── delete.gif
│ │ │ │ ├── download.gif
│ │ │ │ ├── help.gif
│ │ │ │ ├── maximize.gif
│ │ │ │ ├── refresh.gif
│ │ │ │ ├── settings.gif
│ │ │ │ └── view.gif
│ │ │ ├── richcombo.css
│ │ │ ├── skin.js
│ │ │ └── uipanel.css
│ │ └── v1
│ │ ├── app.css
│ │ ├── host.css
│ │ ├── images
│ │ │ ├── ckffolder.gif
│ │ │ ├── ckffolderopened.gif
│ │ │ ├── ckfminus.gif
│ │ │ ├── ckfnothumb.gif
│ │ │ ├── ckfplus.gif
│ │ │ ├── dialog_sides.gif
│ │ │ ├── dialog_sides.png
│ │ │ ├── dialog_sides_rtl.png
│ │ │ ├── icons
│ │ │ │ ├── 16
│ │ │ │ │ ├── ai.gif
│ │ │ │ │ ├── avi.gif
│ │ │ │ │ ├── bmp.gif
│ │ │ │ │ ├── cs.gif
│ │ │ │ │ ├── default.icon.gif
│ │ │ │ │ ├── dll.gif
│ │ │ │ │ ├── doc.gif
│ │ │ │ │ ├── docx.gif
│ │ │ │ │ ├── exe.gif
│ │ │ │ │ ├── fla.gif
│ │ │ │ │ ├── gif.gif
│ │ │ │ │ ├── jpg.gif
│ │ │ │ │ ├── js.gif
│ │ │ │ │ ├── mdb.gif
│ │ │ │ │ ├── mp3.gif
│ │ │ │ │ ├── pdf.gif
│ │ │ │ │ ├── ppt.gif
│ │ │ │ │ ├── pptx.gif
│ │ │ │ │ ├── rdp.gif
│ │ │ │ │ ├── swf.gif
│ │ │ │ │ ├── swt.gif
│ │ │ │ │ ├── txt.gif
│ │ │ │ │ ├── vsd.gif
│ │ │ │ │ ├── xls.gif
│ │ │ │ │ ├── xlsx.gif
│ │ │ │ │ ├── xml.gif
│ │ │ │ │ └── zip.gif
│ │ │ │ └── 32
│ │ │ │ ├── ai.gif
│ │ │ │ ├── avi.gif
│ │ │ │ ├── bmp.gif
│ │ │ │ ├── cs.gif
│ │ │ │ ├── default.icon.gif
│ │ │ │ ├── dll.gif
│ │ │ │ ├── doc.gif
│ │ │ │ ├── docx.gif
│ │ │ │ ├── exe.gif
│ │ │ │ ├── fla.gif
│ │ │ │ ├── gif.gif
│ │ │ │ ├── jpg.gif
│ │ │ │ ├── js.gif
│ │ │ │ ├── mdb.gif
│ │ │ │ ├── mp3.gif
│ │ │ │ ├── pdf.gif
│ │ │ │ ├── ppt.gif
│ │ │ │ ├── pptx.gif
│ │ │ │ ├── rdp.gif
│ │ │ │ ├── swf.gif
│ │ │ │ ├── swt.gif
│ │ │ │ ├── txt.gif
│ │ │ │ ├── vsd.gif
│ │ │ │ ├── xls.gif
│ │ │ │ ├── xlsx.gif
│ │ │ │ ├── xml.gif
│ │ │ │ └── zip.gif
│ │ │ ├── icons.png
│ │ │ ├── loaders
│ │ │ │ ├── 16x16.gif
│ │ │ │ └── 32x32.gif
│ │ │ ├── spacer.gif
│ │ │ ├── sprites_ie6.png
│ │ │ ├── sprites.png
│ │ │ ├── toolbar
│ │ │ │ ├── add.gif
│ │ │ │ ├── clear_basket.gif
│ │ │ │ ├── delete.gif
│ │ │ │ ├── download.gif
│ │ │ │ ├── help.gif
│ │ │ │ ├── maximize.gif
│ │ │ │ ├── refresh.gif
│ │ │ │ ├── settings.gif
│ │ │ │ └── view.gif
│ │ │ └── toolbar_start.gif
│ │ ├── richcombo.css
│ │ ├── skin.js
│ │ └── uipanel.css
│ └── translations.txt
├── META-INF
│ └── MANIFEST.MF
└── WEB-INF
├── ckfinder.xml
├── lib
│ ├── CKFinder-2.6.0.jar
│ ├── CKFinderPlugin-FileEditor-2.6.0.jar
│ ├── CKFinderPlugin-ImageResize-2.6.0.jar
│ ├── CKFinderPlugin-Watermark-2.6.0.jar
│ ├── commons-fileupload-1.2.2.jar
│ ├── commons-io-2.0.1.jar
│ ├── commons-logging-1.2.jar
│ ├── jstl-1.2.jar
│ ├── log4j-1.2.17.jar
│ ├── spring-aop-4.2.3.RELEASE.jar
│ ├── spring-beans-4.2.3.RELEASE.jar
│ ├── spring-context-4.2.3.RELEASE.jar
│ ├── spring-core-4.2.3.RELEASE.jar
│ ├── spring-expression-4.2.3.RELEASE.jar
│ ├── spring-web-4.2.3.RELEASE.jar
│ ├── spring-webmvc-4.2.3.RELEASE.jar
│ └── thumbnailator-0.4.8.jar
├── views
│ ├── common
│ │ └── common.jsp
│ └── index.jsp
└── web.xml
214 directories, 1119 files
ckeditor与ckfinder整合demo采用springmvc,学习使用
【实例截图】
【核心代码】
846c818d-9ae4-4a6f-adaf-5bd83e1f538a
└── ckdemo
├── build
│ └── classes
│ ├── com
│ │ └── gwc
│ │ └── cktest
│ │ └── controller
│ │ └── CkController.class
│ ├── log4j.properties
│ └── spring
│ └── spring-mvc.xml
├── resources
│ ├── log4j.properties
│ └── spring
│ └── spring-mvc.xml
├── src
│ └── com
│ └── gwc
│ └── cktest
│ └── controller
│ └── CkController.java
└── WebContent
├── assets
│ ├── ckeditor
│ │ ├── adapters
│ │ │ └── jquery.js
│ │ ├── build-config.js
│ │ ├── CHANGES.md
│ │ ├── ckeditor.js
│ │ ├── config.js
│ │ ├── contents.css
│ │ ├── lang
│ │ │ ├── af.js
│ │ │ ├── ar.js
│ │ │ ├── bg.js
│ │ │ ├── bn.js
│ │ │ ├── bs.js
│ │ │ ├── ca.js
│ │ │ ├── cs.js
│ │ │ ├── cy.js
│ │ │ ├── da.js
│ │ │ ├── de-ch.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
│ │ │ ├── id.js
│ │ │ ├── is.js
│ │ │ ├── it.js
│ │ │ ├── ja.js
│ │ │ ├── ka.js
│ │ │ ├── km.js
│ │ │ ├── ko.js
│ │ │ ├── ku.js
│ │ │ ├── lt.js
│ │ │ ├── lv.js
│ │ │ ├── mk.js
│ │ │ ├── mn.js
│ │ │ ├── ms.js
│ │ │ ├── nb.js
│ │ │ ├── nl.js
│ │ │ ├── no.js
│ │ │ ├── pl.js
│ │ │ ├── pt-br.js
│ │ │ ├── pt.js
│ │ │ ├── ro.js
│ │ │ ├── ru.js
│ │ │ ├── si.js
│ │ │ ├── sk.js
│ │ │ ├── sl.js
│ │ │ ├── sq.js
│ │ │ ├── sr.js
│ │ │ ├── sr-latn.js
│ │ │ ├── sv.js
│ │ │ ├── th.js
│ │ │ ├── tr.js
│ │ │ ├── tt.js
│ │ │ ├── ug.js
│ │ │ ├── uk.js
│ │ │ ├── vi.js
│ │ │ ├── zh-cn.js
│ │ │ └── zh.js
│ │ ├── LICENSE.md
│ │ ├── plugins
│ │ │ ├── a11yhelp
│ │ │ │ └── dialogs
│ │ │ │ ├── a11yhelp.js
│ │ │ │ └── lang
│ │ │ │ ├── af.js
│ │ │ │ ├── ar.js
│ │ │ │ ├── bg.js
│ │ │ │ ├── ca.js
│ │ │ │ ├── cs.js
│ │ │ │ ├── cy.js
│ │ │ │ ├── da.js
│ │ │ │ ├── de-ch.js
│ │ │ │ ├── de.js
│ │ │ │ ├── el.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
│ │ │ │ ├── id.js
│ │ │ │ ├── it.js
│ │ │ │ ├── ja.js
│ │ │ │ ├── km.js
│ │ │ │ ├── ko.js
│ │ │ │ ├── ku.js
│ │ │ │ ├── lt.js
│ │ │ │ ├── lv.js
│ │ │ │ ├── mk.js
│ │ │ │ ├── mn.js
│ │ │ │ ├── nb.js
│ │ │ │ ├── nl.js
│ │ │ │ ├── no.js
│ │ │ │ ├── pl.js
│ │ │ │ ├── pt-br.js
│ │ │ │ ├── pt.js
│ │ │ │ ├── ro.js
│ │ │ │ ├── ru.js
│ │ │ │ ├── si.js
│ │ │ │ ├── sk.js
│ │ │ │ ├── sl.js
│ │ │ │ ├── sq.js
│ │ │ │ ├── sr.js
│ │ │ │ ├── sr-latn.js
│ │ │ │ ├── sv.js
│ │ │ │ ├── th.js
│ │ │ │ ├── _translationstatus.txt
│ │ │ │ ├── tr.js
│ │ │ │ ├── tt.js
│ │ │ │ ├── ug.js
│ │ │ │ ├── uk.js
│ │ │ │ ├── vi.js
│ │ │ │ ├── zh-cn.js
│ │ │ │ └── zh.js
│ │ │ ├── about
│ │ │ │ └── dialogs
│ │ │ │ ├── about.js
│ │ │ │ ├── hidpi
│ │ │ │ │ └── logo_ckeditor.png
│ │ │ │ └── logo_ckeditor.png
│ │ │ ├── clipboard
│ │ │ │ └── dialogs
│ │ │ │ └── paste.js
│ │ │ ├── colordialog
│ │ │ │ └── dialogs
│ │ │ │ └── colordialog.js
│ │ │ ├── dialog
│ │ │ │ └── dialogDefinition.js
│ │ │ ├── div
│ │ │ │ └── dialogs
│ │ │ │ └── div.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
│ │ │ ├── icons_hidpi.png
│ │ │ ├── icons.png
│ │ │ ├── iframe
│ │ │ │ ├── dialogs
│ │ │ │ │ └── iframe.js
│ │ │ │ └── images
│ │ │ │ └── placeholder.png
│ │ │ ├── image
│ │ │ │ ├── dialogs
│ │ │ │ │ └── image.js
│ │ │ │ └── images
│ │ │ │ └── noimage.png
│ │ │ ├── link
│ │ │ │ ├── dialogs
│ │ │ │ │ ├── anchor.js
│ │ │ │ │ └── link.js
│ │ │ │ └── images
│ │ │ │ ├── anchor.png
│ │ │ │ └── hidpi
│ │ │ │ └── anchor.png
│ │ │ ├── liststyle
│ │ │ │ └── dialogs
│ │ │ │ └── liststyle.js
│ │ │ ├── magicline
│ │ │ │ └── images
│ │ │ │ ├── hidpi
│ │ │ │ │ ├── icon.png
│ │ │ │ │ └── icon-rtl.png
│ │ │ │ ├── icon.png
│ │ │ │ └── icon-rtl.png
│ │ │ ├── pagebreak
│ │ │ │ └── images
│ │ │ │ └── pagebreak.gif
│ │ │ ├── pastefromword
│ │ │ │ └── filter
│ │ │ │ └── default.js
│ │ │ ├── preview
│ │ │ │ └── preview.html
│ │ │ ├── scayt
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── dialogs
│ │ │ │ │ ├── options.js
│ │ │ │ │ └── toolbar.css
│ │ │ │ ├── LICENSE.md
│ │ │ │ └── README.md
│ │ │ ├── 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
│ │ │ │ ├── angel_smile.png
│ │ │ │ ├── angry_smile.gif
│ │ │ │ ├── angry_smile.png
│ │ │ │ ├── broken_heart.gif
│ │ │ │ ├── broken_heart.png
│ │ │ │ ├── confused_smile.gif
│ │ │ │ ├── confused_smile.png
│ │ │ │ ├── cry_smile.gif
│ │ │ │ ├── cry_smile.png
│ │ │ │ ├── devil_smile.gif
│ │ │ │ ├── devil_smile.png
│ │ │ │ ├── embaressed_smile.gif
│ │ │ │ ├── embarrassed_smile.gif
│ │ │ │ ├── embarrassed_smile.png
│ │ │ │ ├── envelope.gif
│ │ │ │ ├── envelope.png
│ │ │ │ ├── heart.gif
│ │ │ │ ├── heart.png
│ │ │ │ ├── kiss.gif
│ │ │ │ ├── kiss.png
│ │ │ │ ├── lightbulb.gif
│ │ │ │ ├── lightbulb.png
│ │ │ │ ├── omg_smile.gif
│ │ │ │ ├── omg_smile.png
│ │ │ │ ├── regular_smile.gif
│ │ │ │ ├── regular_smile.png
│ │ │ │ ├── sad_smile.gif
│ │ │ │ ├── sad_smile.png
│ │ │ │ ├── shades_smile.gif
│ │ │ │ ├── shades_smile.png
│ │ │ │ ├── teeth_smile.gif
│ │ │ │ ├── teeth_smile.png
│ │ │ │ ├── thumbs_down.gif
│ │ │ │ ├── thumbs_down.png
│ │ │ │ ├── thumbs_up.gif
│ │ │ │ ├── thumbs_up.png
│ │ │ │ ├── tongue_smile.gif
│ │ │ │ ├── tongue_smile.png
│ │ │ │ ├── tounge_smile.gif
│ │ │ │ ├── whatchutalkingabout_smile.gif
│ │ │ │ ├── whatchutalkingabout_smile.png
│ │ │ │ ├── wink_smile.gif
│ │ │ │ └── wink_smile.png
│ │ │ ├── specialchar
│ │ │ │ └── dialogs
│ │ │ │ ├── lang
│ │ │ │ │ ├── af.js
│ │ │ │ │ ├── ar.js
│ │ │ │ │ ├── bg.js
│ │ │ │ │ ├── ca.js
│ │ │ │ │ ├── cs.js
│ │ │ │ │ ├── cy.js
│ │ │ │ │ ├── da.js
│ │ │ │ │ ├── de-ch.js
│ │ │ │ │ ├── de.js
│ │ │ │ │ ├── el.js
│ │ │ │ │ ├── en-gb.js
│ │ │ │ │ ├── en.js
│ │ │ │ │ ├── eo.js
│ │ │ │ │ ├── es.js
│ │ │ │ │ ├── et.js
│ │ │ │ │ ├── eu.js
│ │ │ │ │ ├── fa.js
│ │ │ │ │ ├── fi.js
│ │ │ │ │ ├── fr-ca.js
│ │ │ │ │ ├── fr.js
│ │ │ │ │ ├── gl.js
│ │ │ │ │ ├── he.js
│ │ │ │ │ ├── hr.js
│ │ │ │ │ ├── hu.js
│ │ │ │ │ ├── id.js
│ │ │ │ │ ├── it.js
│ │ │ │ │ ├── ja.js
│ │ │ │ │ ├── km.js
│ │ │ │ │ ├── ko.js
│ │ │ │ │ ├── ku.js
│ │ │ │ │ ├── lt.js
│ │ │ │ │ ├── lv.js
│ │ │ │ │ ├── nb.js
│ │ │ │ │ ├── nl.js
│ │ │ │ │ ├── no.js
│ │ │ │ │ ├── pl.js
│ │ │ │ │ ├── pt-br.js
│ │ │ │ │ ├── pt.js
│ │ │ │ │ ├── ru.js
│ │ │ │ │ ├── si.js
│ │ │ │ │ ├── sk.js
│ │ │ │ │ ├── sl.js
│ │ │ │ │ ├── sq.js
│ │ │ │ │ ├── sv.js
│ │ │ │ │ ├── th.js
│ │ │ │ │ ├── _translationstatus.txt
│ │ │ │ │ ├── tr.js
│ │ │ │ │ ├── tt.js
│ │ │ │ │ ├── ug.js
│ │ │ │ │ ├── uk.js
│ │ │ │ │ ├── vi.js
│ │ │ │ │ ├── zh-cn.js
│ │ │ │ │ └── zh.js
│ │ │ │ └── specialchar.js
│ │ │ ├── table
│ │ │ │ └── dialogs
│ │ │ │ └── table.js
│ │ │ ├── tabletools
│ │ │ │ └── dialogs
│ │ │ │ └── tableCell.js
│ │ │ ├── templates
│ │ │ │ ├── dialogs
│ │ │ │ │ ├── templates.css
│ │ │ │ │ └── templates.js
│ │ │ │ └── templates
│ │ │ │ ├── default.js
│ │ │ │ └── images
│ │ │ │ ├── template1.gif
│ │ │ │ ├── template2.gif
│ │ │ │ └── template3.gif
│ │ │ └── wsc
│ │ │ ├── dialogs
│ │ │ │ ├── ciframe.html
│ │ │ │ ├── tmpFrameset.html
│ │ │ │ ├── wsc.css
│ │ │ │ ├── wsc_ie.js
│ │ │ │ └── wsc.js
│ │ │ ├── LICENSE.md
│ │ │ └── README.md
│ │ ├── README.md
│ │ ├── samples
│ │ │ ├── css
│ │ │ │ └── samples.css
│ │ │ ├── img
│ │ │ │ ├── github-top.png
│ │ │ │ ├── header-bg.png
│ │ │ │ ├── header-separator.png
│ │ │ │ ├── logo.png
│ │ │ │ └── navigation-tip.png
│ │ │ ├── index.html
│ │ │ ├── js
│ │ │ │ ├── sample.js
│ │ │ │ └── sf.js
│ │ │ ├── old
│ │ │ │ ├── ajax.html
│ │ │ │ ├── api.html
│ │ │ │ ├── appendto.html
│ │ │ │ ├── assets
│ │ │ │ │ ├── inlineall
│ │ │ │ │ │ └── logo.png
│ │ │ │ │ ├── outputxhtml
│ │ │ │ │ │ └── outputxhtml.css
│ │ │ │ │ ├── posteddata.php
│ │ │ │ │ ├── sample.jpg
│ │ │ │ │ └── uilanguages
│ │ │ │ │ └── languages.js
│ │ │ │ ├── datafiltering.html
│ │ │ │ ├── dialog
│ │ │ │ │ ├── assets
│ │ │ │ │ │ └── my_dialog.js
│ │ │ │ │ └── dialog.html
│ │ │ │ ├── divreplace.html
│ │ │ │ ├── enterkey
│ │ │ │ │ └── enterkey.html
│ │ │ │ ├── htmlwriter
│ │ │ │ │ ├── assets
│ │ │ │ │ │ └── outputforflash
│ │ │ │ │ │ ├── outputforflash.fla
│ │ │ │ │ │ ├── outputforflash.swf
│ │ │ │ │ │ └── swfobject.js
│ │ │ │ │ ├── outputforflash.html
│ │ │ │ │ └── outputhtml.html
│ │ │ │ ├── index.html
│ │ │ │ ├── inlineall.html
│ │ │ │ ├── inlinebycode.html
│ │ │ │ ├── inlinetextarea.html
│ │ │ │ ├── jquery.html
│ │ │ │ ├── magicline
│ │ │ │ │ └── magicline.html
│ │ │ │ ├── readonly.html
│ │ │ │ ├── replacebyclass.html
│ │ │ │ ├── replacebycode.html
│ │ │ │ ├── sample.css
│ │ │ │ ├── sample.js
│ │ │ │ ├── sample_posteddata.php
│ │ │ │ ├── tabindex.html
│ │ │ │ ├── toolbar
│ │ │ │ │ └── toolbar.html
│ │ │ │ ├── uicolor.html
│ │ │ │ ├── uilanguages.html
│ │ │ │ ├── wysiwygarea
│ │ │ │ │ └── fullpage.html
│ │ │ │ └── xhtmlstyle.html
│ │ │ └── toolbarconfigurator
│ │ │ ├── css
│ │ │ │ └── fontello.css
│ │ │ ├── font
│ │ │ │ ├── config.json
│ │ │ │ ├── fontello.eot
│ │ │ │ ├── fontello.svg
│ │ │ │ ├── fontello.ttf
│ │ │ │ ├── fontello.woff
│ │ │ │ └── LICENSE.txt
│ │ │ ├── index.html
│ │ │ ├── js
│ │ │ │ ├── abstracttoolbarmodifier.js
│ │ │ │ ├── fulltoolbareditor.js
│ │ │ │ ├── toolbarmodifier.js
│ │ │ │ └── toolbartextmodifier.js
│ │ │ └── lib
│ │ │ └── codemirror
│ │ │ ├── codemirror.css
│ │ │ ├── codemirror.js
│ │ │ ├── javascript.js
│ │ │ ├── LICENSE
│ │ │ ├── neo.css
│ │ │ ├── show-hint.css
│ │ │ └── show-hint.js
│ │ ├── skins
│ │ │ ├── bootstrapck
│ │ │ │ ├── dev
│ │ │ │ │ ├── icons16.svg
│ │ │ │ │ ├── icons32.svg
│ │ │ │ │ └── locations.json
│ │ │ │ ├── dialog.css
│ │ │ │ ├── dialog_ie7.css
│ │ │ │ ├── dialog_ie8.css
│ │ │ │ ├── dialog_ie.css
│ │ │ │ ├── dialog_iequirks.css
│ │ │ │ ├── dialog_opera.css
│ │ │ │ ├── editor.css
│ │ │ │ ├── editor_gecko.css
│ │ │ │ ├── editor_ie7.css
│ │ │ │ ├── editor_ie8.css
│ │ │ │ ├── editor_ie.css
│ │ │ │ ├── editor_iequirks.css
│ │ │ │ ├── icons_hidpi.png
│ │ │ │ ├── icons.png
│ │ │ │ ├── images
│ │ │ │ │ ├── arrow.png
│ │ │ │ │ ├── close.png
│ │ │ │ │ ├── hidpi
│ │ │ │ │ │ ├── close.png
│ │ │ │ │ │ ├── lock-open.png
│ │ │ │ │ │ ├── lock.png
│ │ │ │ │ │ └── refresh.png
│ │ │ │ │ ├── lock-open.png
│ │ │ │ │ ├── lock.png
│ │ │ │ │ └── refresh.png
│ │ │ │ ├── readme.md
│ │ │ │ ├── sample
│ │ │ │ │ ├── bootstrapck-sample.html
│ │ │ │ │ ├── css
│ │ │ │ │ │ └── bootstrapck-sample.css
│ │ │ │ │ └── js
│ │ │ │ │ ├── analytics.js
│ │ │ │ │ └── jquery-1.11.0.min.js
│ │ │ │ ├── scss
│ │ │ │ │ ├── browser-specific
│ │ │ │ │ │ ├── gecko
│ │ │ │ │ │ │ └── editor_gecko.scss
│ │ │ │ │ │ ├── ie
│ │ │ │ │ │ │ ├── dialog_ie.scss
│ │ │ │ │ │ │ └── editor_ie.scss
│ │ │ │ │ │ ├── ie7
│ │ │ │ │ │ │ ├── dialog_ie7.scss
│ │ │ │ │ │ │ └── editor_ie7.scss
│ │ │ │ │ │ ├── ie8
│ │ │ │ │ │ │ ├── dialog_ie8.scss
│ │ │ │ │ │ │ └── editor_ie8.scss
│ │ │ │ │ │ ├── iequirks
│ │ │ │ │ │ │ ├── dialog_iequirks.scss
│ │ │ │ │ │ │ └── editor_iequirks.scss
│ │ │ │ │ │ └── opera
│ │ │ │ │ │ └── dialog_opera.scss
│ │ │ │ │ ├── components
│ │ │ │ │ │ ├── _colorpanel.scss
│ │ │ │ │ │ ├── editor.scss
│ │ │ │ │ │ ├── _elementspath.scss
│ │ │ │ │ │ ├── _mainui.scss
│ │ │ │ │ │ ├── _menu.scss
│ │ │ │ │ │ ├── _panel.scss
│ │ │ │ │ │ ├── _presets.scss
│ │ │ │ │ │ ├── _reset.scss
│ │ │ │ │ │ ├── _richcombo.scss
│ │ │ │ │ │ └── _toolbar.scss
│ │ │ │ │ ├── config
│ │ │ │ │ │ ├── _colors.scss
│ │ │ │ │ │ ├── _config.scss
│ │ │ │ │ │ └── _defaults.scss
│ │ │ │ │ └── dialog
│ │ │ │ │ └── dialog.scss
│ │ │ │ └── skin.js
│ │ │ ├── moono
│ │ │ │ ├── dialog.css
│ │ │ │ ├── dialog_ie7.css
│ │ │ │ ├── dialog_ie8.css
│ │ │ │ ├── dialog_ie.css
│ │ │ │ ├── dialog_iequirks.css
│ │ │ │ ├── editor.css
│ │ │ │ ├── editor_gecko.css
│ │ │ │ ├── editor_ie7.css
│ │ │ │ ├── editor_ie8.css
│ │ │ │ ├── editor_ie.css
│ │ │ │ ├── editor_iequirks.css
│ │ │ │ ├── icons_hidpi.png
│ │ │ │ ├── icons.png
│ │ │ │ ├── images
│ │ │ │ │ ├── arrow.png
│ │ │ │ │ ├── close.png
│ │ │ │ │ ├── hidpi
│ │ │ │ │ │ ├── close.png
│ │ │ │ │ │ ├── lock-open.png
│ │ │ │ │ │ ├── lock.png
│ │ │ │ │ │ └── refresh.png
│ │ │ │ │ ├── lock-open.png
│ │ │ │ │ ├── lock.png
│ │ │ │ │ ├── refresh.png
│ │ │ │ │ └── spinner.gif
│ │ │ │ └── readme.md
│ │ │ ├── moonocolor
│ │ │ │ ├── dialog.css
│ │ │ │ ├── dialog_ie7.css
│ │ │ │ ├── dialog_ie8.css
│ │ │ │ ├── dialog_ie.css
│ │ │ │ ├── dialog_iequirks.css
│ │ │ │ ├── editor.css
│ │ │ │ ├── editor_gecko.css
│ │ │ │ ├── editor_ie7.css
│ │ │ │ ├── editor_ie8.css
│ │ │ │ ├── editor_ie.css
│ │ │ │ ├── editor_iequirks.css
│ │ │ │ ├── icons_hidpi.png
│ │ │ │ ├── icons.png
│ │ │ │ ├── images
│ │ │ │ │ ├── arrow.png
│ │ │ │ │ ├── close.png
│ │ │ │ │ ├── hidpi
│ │ │ │ │ │ ├── close.png
│ │ │ │ │ │ ├── lock-open.png
│ │ │ │ │ │ ├── lock.png
│ │ │ │ │ │ └── refresh.png
│ │ │ │ │ ├── lock-open.png
│ │ │ │ │ ├── lock.png
│ │ │ │ │ ├── refresh.png
│ │ │ │ │ └── spinner.gif
│ │ │ │ ├── readme.md
│ │ │ │ └── skin.js
│ │ │ └── office2013
│ │ │ ├── dialog.css
│ │ │ ├── editor.css
│ │ │ ├── icons_hidpi.png
│ │ │ ├── icons.png
│ │ │ ├── images
│ │ │ │ ├── arrow.png
│ │ │ │ ├── close.png
│ │ │ │ ├── hidpi
│ │ │ │ │ ├── close.png
│ │ │ │ │ ├── lock-open.png
│ │ │ │ │ ├── lock.png
│ │ │ │ │ └── refresh.png
│ │ │ │ ├── lock-open.png
│ │ │ │ ├── lock.png
│ │ │ │ └── refresh.png
│ │ │ └── skin.js
│ │ └── styles.js
│ └── ckfinder
│ ├── changelog.txt
│ ├── ckfinder.html
│ ├── ckfinder.js
│ ├── ckfinder_v1.js
│ ├── config.js
│ ├── help
│ │ ├── cs
│ │ │ ├── files
│ │ │ │ ├── 001.html
│ │ │ │ ├── 002.html
│ │ │ │ ├── 003.html
│ │ │ │ ├── 004.html
│ │ │ │ ├── 005.html
│ │ │ │ ├── 006.html
│ │ │ │ ├── 007.html
│ │ │ │ ├── 008.html
│ │ │ │ ├── 009.html
│ │ │ │ ├── 010.html
│ │ │ │ ├── 011.html
│ │ │ │ ├── 012.html
│ │ │ │ ├── 013.html
│ │ │ │ ├── 014.html
│ │ │ │ ├── 015.html
│ │ │ │ ├── header.html
│ │ │ │ ├── license.html
│ │ │ │ ├── suggestions.html
│ │ │ │ └── toc.html
│ │ │ └── index.html
│ │ ├── en
│ │ │ ├── files
│ │ │ │ ├── 001.html
│ │ │ │ ├── 002.html
│ │ │ │ ├── 003.html
│ │ │ │ ├── 004.html
│ │ │ │ ├── 005.html
│ │ │ │ ├── 006.html
│ │ │ │ ├── 007.html
│ │ │ │ ├── 008.html
│ │ │ │ ├── 009.html
│ │ │ │ ├── 010.html
│ │ │ │ ├── 011.html
│ │ │ │ ├── 012.html
│ │ │ │ ├── 013.html
│ │ │ │ ├── 014.html
│ │ │ │ ├── 015.html
│ │ │ │ ├── header.html
│ │ │ │ ├── license.html
│ │ │ │ ├── suggestions.html
│ │ │ │ └── toc.html
│ │ │ └── index.html
│ │ ├── es
│ │ │ ├── files
│ │ │ │ ├── 001.html
│ │ │ │ ├── 002.html
│ │ │ │ ├── 003.html
│ │ │ │ ├── 004.html
│ │ │ │ ├── 005.html
│ │ │ │ ├── 006.html
│ │ │ │ ├── 007.html
│ │ │ │ ├── 008.html
│ │ │ │ ├── 009.html
│ │ │ │ ├── 010.html
│ │ │ │ ├── 011.html
│ │ │ │ ├── 012.html
│ │ │ │ ├── 013.html
│ │ │ │ ├── header.html
│ │ │ │ ├── images
│ │ │ │ │ ├── 001.png
│ │ │ │ │ ├── 002.gif
│ │ │ │ │ ├── 003.gif
│ │ │ │ │ ├── 004.png
│ │ │ │ │ ├── 005.png
│ │ │ │ │ ├── 006.png
│ │ │ │ │ ├── 007.png
│ │ │ │ │ ├── 008.png
│ │ │ │ │ ├── 009.png
│ │ │ │ │ ├── 010.gif
│ │ │ │ │ ├── 011.png
│ │ │ │ │ ├── 012.png
│ │ │ │ │ ├── 013.png
│ │ │ │ │ ├── 014.gif
│ │ │ │ │ ├── 015.gif
│ │ │ │ │ ├── 016.gif
│ │ │ │ │ ├── 017.gif
│ │ │ │ │ ├── 018.png
│ │ │ │ │ ├── 019.png
│ │ │ │ │ └── 020.png
│ │ │ │ ├── license.html
│ │ │ │ ├── suggestions.html
│ │ │ │ └── toc.html
│ │ │ └── index.html
│ │ ├── es-mx
│ │ │ ├── files
│ │ │ │ ├── 001.html
│ │ │ │ ├── 002.html
│ │ │ │ ├── 003.html
│ │ │ │ ├── 004.html
│ │ │ │ ├── 005.html
│ │ │ │ ├── 006.html
│ │ │ │ ├── 007.html
│ │ │ │ ├── 008.html
│ │ │ │ ├── 009.html
│ │ │ │ ├── 010.html
│ │ │ │ ├── 011.html
│ │ │ │ ├── 012.html
│ │ │ │ ├── 013.html
│ │ │ │ ├── header.html
│ │ │ │ ├── images
│ │ │ │ │ ├── 001.png
│ │ │ │ │ ├── 002.gif
│ │ │ │ │ ├── 003.gif
│ │ │ │ │ ├── 004.png
│ │ │ │ │ ├── 005.png
│ │ │ │ │ ├── 006.png
│ │ │ │ │ ├── 007.png
│ │ │ │ │ ├── 008.png
│ │ │ │ │ ├── 009.png
│ │ │ │ │ ├── 010.gif
│ │ │ │ │ ├── 011.png
│ │ │ │ │ ├── 012.png
│ │ │ │ │ ├── 013.png
│ │ │ │ │ ├── 014.gif
│ │ │ │ │ ├── 015.gif
│ │ │ │ │ ├── 016.gif
│ │ │ │ │ ├── 017.gif
│ │ │ │ │ ├── 018.png
│ │ │ │ │ ├── 019.png
│ │ │ │ │ └── 020.png
│ │ │ │ ├── license.html
│ │ │ │ ├── suggestions.html
│ │ │ │ └── toc.html
│ │ │ └── index.html
│ │ ├── fi
│ │ │ ├── files
│ │ │ │ ├── 001.html
│ │ │ │ ├── 002.html
│ │ │ │ ├── 003.html
│ │ │ │ ├── 004.html
│ │ │ │ ├── 005.html
│ │ │ │ ├── 006.html
│ │ │ │ ├── 007.html
│ │ │ │ ├── 008.html
│ │ │ │ ├── 009.html
│ │ │ │ ├── 010.html
│ │ │ │ ├── 011.html
│ │ │ │ ├── 012.html
│ │ │ │ ├── 013.html
│ │ │ │ ├── header.html
│ │ │ │ ├── images
│ │ │ │ │ ├── 001.gif
│ │ │ │ │ ├── 002.gif
│ │ │ │ │ ├── 003.gif
│ │ │ │ │ ├── 004.gif
│ │ │ │ │ ├── 005.gif
│ │ │ │ │ ├── 006.gif
│ │ │ │ │ ├── 007.gif
│ │ │ │ │ ├── 008.gif
│ │ │ │ │ ├── 009.gif
│ │ │ │ │ ├── 010.gif
│ │ │ │ │ ├── 011.gif
│ │ │ │ │ ├── 012.gif
│ │ │ │ │ ├── 013.gif
│ │ │ │ │ ├── 014.gif
│ │ │ │ │ ├── 015.gif
│ │ │ │ │ ├── 016.gif
│ │ │ │ │ ├── 017.gif
│ │ │ │ │ ├── 018.gif
│ │ │ │ │ ├── 019.gif
│ │ │ │ │ └── 020.gif
│ │ │ │ ├── license.html
│ │ │ │ ├── suggestions.html
│ │ │ │ └── toc.html
│ │ │ └── index.html
│ │ ├── files
│ │ │ ├── images
│ │ │ │ ├── 002.gif
│ │ │ │ ├── 003.gif
│ │ │ │ ├── CKFinder_basket_clear.png
│ │ │ │ ├── CKFinder_basket_drag.png
│ │ │ │ ├── CKFinder_basket_empty.png
│ │ │ │ ├── CKFinder_basket_file_menu.png
│ │ │ │ ├── CKFinder_basket_remove.png
│ │ │ │ ├── CKFinder_file_already_exists.png
│ │ │ │ ├── CKFinder_file_copied.png
│ │ │ │ ├── CKFinder_file_delete.png
│ │ │ │ ├── CKFinder_file_display_01.png
│ │ │ │ ├── CKFinder_file_display_02.png
│ │ │ │ ├── CKFinder_file_display_03.png
│ │ │ │ ├── CKFinder_file_display_04.png
│ │ │ │ ├── CKFinder_file_drag_copy.png
│ │ │ │ ├── CKFinder_file_drag_move.png
│ │ │ │ ├── CKFinder_file_menu.png
│ │ │ │ ├── CKFinder_file_moved.png
│ │ │ │ ├── CKFinder_file_pane.png
│ │ │ │ ├── CKFinder_file_rename.png
│ │ │ │ ├── CKFinder_file_resize_both.png
│ │ │ │ ├── CKFinder_file_resize_new.png
│ │ │ │ ├── CKFinder_file_resize_overwrite.png
│ │ │ │ ├── CKFinder_file_resize.png
│ │ │ │ ├── CKFinder_file_resize_resized.png
│ │ │ │ ├── CKFinder_file_resize_thumbnails.png
│ │ │ │ ├── CKFinder_file_select_hovered.png
│ │ │ │ ├── CKFinder_file_select_selected.png
│ │ │ │ ├── CKFinder_file_select_unselected.png
│ │ │ │ ├── CKFinder_file_view_list.png
│ │ │ │ ├── CKFinder_file_view_thumbnails.png
│ │ │ │ ├── CKFinder_folder_collapse.png
│ │ │ │ ├── CKFinder_folder_copied_from_basket.png
│ │ │ │ ├── CKFinder_folder_delete.png
│ │ │ │ ├── CKFinder_folder_expand.png
│ │ │ │ ├── CKFinder_folder_loading.png
│ │ │ │ ├── CKFinder_folder_menu.png
│ │ │ │ ├── CKFinder_folder_moved_from_basket.png
│ │ │ │ ├── CKFinder_folder_new.png
│ │ │ │ ├── CKFinder_folder_pane.png
│ │ │ │ ├── CKFinder_folder_rename.png
│ │ │ │ ├── CKFinder_folder_select.png
│ │ │ │ ├── CKFinder_interface.png
│ │ │ │ ├── CKFinder_menu_arrow.png
│ │ │ │ ├── CKFinder_menu_arrows.png
│ │ │ │ ├── CKFinder_resize_lock.png
│ │ │ │ ├── CKFinder_resize_reset.png
│ │ │ │ ├── CKFinder_resize_unlock.png
│ │ │ │ ├── CKFinder_settings.png
│ │ │ │ ├── CKFinder_status_empty.png
│ │ │ │ ├── CKFinder_status_file.png
│ │ │ │ ├── CKFinder_status_folder.png
│ │ │ │ ├── CKFinder_toolbar_help.png
│ │ │ │ ├── CKFinder_toolbar.png
│ │ │ │ ├── CKFinder_toolbar_refresh.png
│ │ │ │ ├── CKFinder_upload_01.png
│ │ │ │ ├── CKFinder_upload_03.png
│ │ │ │ ├── CKFinder_upload_04.png
│ │ │ │ ├── CKFinder_upload_09.png
│ │ │ │ └── CKFinder_upload_10.png
│ │ │ └── other
│ │ │ ├── help.css
│ │ │ └── help.js
│ │ ├── lt
│ │ │ ├── files
│ │ │ │ ├── 001.html
│ │ │ │ ├── 002.html
│ │ │ │ ├── 003.html
│ │ │ │ ├── 004.html
│ │ │ │ ├── 005.html
│ │ │ │ ├── 006.html
│ │ │ │ ├── 007.html
│ │ │ │ ├── 008.html
│ │ │ │ ├── 009.html
│ │ │ │ ├── 010.html
│ │ │ │ ├── 011.html
│ │ │ │ ├── 012.html
│ │ │ │ ├── 013.html
│ │ │ │ ├── header.html
│ │ │ │ ├── images
│ │ │ │ │ ├── 001.gif
│ │ │ │ │ ├── 002.gif
│ │ │ │ │ ├── 003.gif
│ │ │ │ │ ├── 004.gif
│ │ │ │ │ ├── 005.gif
│ │ │ │ │ ├── 006.gif
│ │ │ │ │ ├── 007.gif
│ │ │ │ │ ├── 008.gif
│ │ │ │ │ ├── 009.gif
│ │ │ │ │ ├── 010.gif
│ │ │ │ │ ├── 011.gif
│ │ │ │ │ ├── 012.gif
│ │ │ │ │ ├── 013.gif
│ │ │ │ │ ├── 014.gif
│ │ │ │ │ ├── 015.gif
│ │ │ │ │ ├── 016.gif
│ │ │ │ │ ├── 017.gif
│ │ │ │ │ ├── 018.gif
│ │ │ │ │ ├── 019.gif
│ │ │ │ │ └── 020.gif
│ │ │ │ ├── license.html
│ │ │ │ ├── suggestions.html
│ │ │ │ └── toc.html
│ │ │ └── index.html
│ │ └── pl
│ │ ├── files
│ │ │ ├── 001.html
│ │ │ ├── 002.html
│ │ │ ├── 003.html
│ │ │ ├── 004.html
│ │ │ ├── 005.html
│ │ │ ├── 006.html
│ │ │ ├── 007.html
│ │ │ ├── 008.html
│ │ │ ├── 009.html
│ │ │ ├── 010.html
│ │ │ ├── 011.html
│ │ │ ├── 012.html
│ │ │ ├── 013.html
│ │ │ ├── 014.html
│ │ │ ├── 015.html
│ │ │ ├── header.html
│ │ │ ├── license.html
│ │ │ ├── suggestions.html
│ │ │ └── toc.html
│ │ └── index.html
│ ├── install.txt
│ ├── lang
│ │ ├── bg.js
│ │ ├── ca.js
│ │ ├── cs.js
│ │ ├── cy.js
│ │ ├── da.js
│ │ ├── de.js
│ │ ├── el.js
│ │ ├── en.js
│ │ ├── eo.js
│ │ ├── es.js
│ │ ├── es-mx.js
│ │ ├── et.js
│ │ ├── fa.js
│ │ ├── fi.js
│ │ ├── fr.js
│ │ ├── gu.js
│ │ ├── he.js
│ │ ├── hi.js
│ │ ├── hr.js
│ │ ├── hu.js
│ │ ├── it.js
│ │ ├── ja.js
│ │ ├── lt.js
│ │ ├── lv.js
│ │ ├── nb.js
│ │ ├── nl.js
│ │ ├── nn.js
│ │ ├── no.js
│ │ ├── pl.js
│ │ ├── pt-br.js
│ │ ├── ro.js
│ │ ├── ru.js
│ │ ├── sk.js
│ │ ├── sl.js
│ │ ├── sr.js
│ │ ├── sv.js
│ │ ├── _translationstatus.txt
│ │ ├── tr.js
│ │ ├── vi.js
│ │ ├── zh-cn.js
│ │ └── zh-tw.js
│ ├── license.txt
│ ├── plugins
│ │ ├── dummy
│ │ │ ├── lang
│ │ │ │ ├── en.js
│ │ │ │ └── pl.js
│ │ │ └── plugin.js
│ │ ├── fileeditor
│ │ │ ├── codemirror
│ │ │ │ ├── addon
│ │ │ │ │ └── mode
│ │ │ │ │ └── overlay.js
│ │ │ │ ├── lib
│ │ │ │ │ ├── codemirror.css
│ │ │ │ │ └── codemirror.js
│ │ │ │ ├── LICENSE
│ │ │ │ └── mode
│ │ │ │ ├── clike
│ │ │ │ │ └── clike.js
│ │ │ │ ├── css
│ │ │ │ │ └── css.js
│ │ │ │ ├── htmlmixed
│ │ │ │ │ └── htmlmixed.js
│ │ │ │ ├── javascript
│ │ │ │ │ └── javascript.js
│ │ │ │ ├── markdown
│ │ │ │ │ └── markdown.js
│ │ │ │ ├── perl
│ │ │ │ │ └── perl.js
│ │ │ │ ├── python
│ │ │ │ │ └── python.js
│ │ │ │ ├── rst
│ │ │ │ │ └── rst.js
│ │ │ │ ├── ruby
│ │ │ │ │ └── ruby.js
│ │ │ │ ├── sass
│ │ │ │ │ └── sass.js
│ │ │ │ ├── sql
│ │ │ │ │ └── sql.js
│ │ │ │ ├── stex
│ │ │ │ │ └── stex.js
│ │ │ │ └── xml
│ │ │ │ └── xml.js
│ │ │ └── plugin.js
│ │ ├── gallery
│ │ │ └── colorbox
│ │ │ ├── colorbox.css
│ │ │ ├── images
│ │ │ │ ├── border.png
│ │ │ │ ├── controls.png
│ │ │ │ ├── ie6
│ │ │ │ │ ├── borderBottomCenter.png
│ │ │ │ │ ├── borderBottomLeft.png
│ │ │ │ │ ├── borderBottomRight.png
│ │ │ │ │ ├── borderMiddleLeft.png
│ │ │ │ │ ├── borderMiddleRight.png
│ │ │ │ │ ├── borderTopCenter.png
│ │ │ │ │ ├── borderTopLeft.png
│ │ │ │ │ └── borderTopRight.png
│ │ │ │ ├── loading_background.png
│ │ │ │ ├── loading.gif
│ │ │ │ └── overlay.png
│ │ │ ├── jquery.colorbox-min.js
│ │ │ ├── jquery.min.js
│ │ │ └── license.txt
│ │ └── imageresize
│ │ ├── images
│ │ │ └── mini.gif
│ │ └── plugin.js
│ ├── _samples
│ │ ├── ckeditor.html
│ │ ├── index.html
│ │ ├── popup.html
│ │ ├── popups.html
│ │ ├── public_api.html
│ │ ├── sample.css
│ │ ├── skin_bootstrap.html
│ │ ├── skin_v1.html
│ │ ├── standalone.html
│ │ ├── standalone_v1.html
│ │ └── tagusage.jsp
│ ├── skins
│ │ ├── bootstrap
│ │ │ ├── app.css
│ │ │ ├── assets
│ │ │ │ └── fonts
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ └── glyphicons-halflings-regular.woff2
│ │ │ ├── host.css
│ │ │ ├── images
│ │ │ │ └── icons
│ │ │ │ ├── 16
│ │ │ │ │ ├── ai.png
│ │ │ │ │ ├── avi.png
│ │ │ │ │ ├── bmp.png
│ │ │ │ │ ├── cs.png
│ │ │ │ │ ├── default.icon.png
│ │ │ │ │ ├── dll.png
│ │ │ │ │ ├── doc.png
│ │ │ │ │ ├── docx.png
│ │ │ │ │ ├── exe.png
│ │ │ │ │ ├── fla.png
│ │ │ │ │ ├── gif.png
│ │ │ │ │ ├── jpg.png
│ │ │ │ │ ├── js.png
│ │ │ │ │ ├── mdb.png
│ │ │ │ │ ├── mp3.png
│ │ │ │ │ ├── ogg.png
│ │ │ │ │ ├── pdf.png
│ │ │ │ │ ├── ppt.png
│ │ │ │ │ ├── pptx.png
│ │ │ │ │ ├── rdp.png
│ │ │ │ │ ├── swf.png
│ │ │ │ │ ├── swt.png
│ │ │ │ │ ├── txt.png
│ │ │ │ │ ├── vsd.png
│ │ │ │ │ ├── xls.png
│ │ │ │ │ ├── xlsx.png
│ │ │ │ │ ├── xml.png
│ │ │ │ │ └── zip.png
│ │ │ │ └── 32
│ │ │ │ ├── ai.png
│ │ │ │ ├── avi.png
│ │ │ │ ├── cs.png
│ │ │ │ ├── default.icon.png
│ │ │ │ ├── dll.png
│ │ │ │ ├── doc.png
│ │ │ │ ├── docx.png
│ │ │ │ ├── exe.png
│ │ │ │ ├── fla.png
│ │ │ │ ├── gif.png
│ │ │ │ ├── jpg.png
│ │ │ │ ├── js.png
│ │ │ │ ├── mdb.png
│ │ │ │ ├── mp3.png
│ │ │ │ ├── ogg.png
│ │ │ │ ├── pdf.png
│ │ │ │ ├── ppt.png
│ │ │ │ ├── pptx.png
│ │ │ │ ├── rdp.png
│ │ │ │ ├── swf.png
│ │ │ │ ├── swt.png
│ │ │ │ ├── txt.png
│ │ │ │ ├── vsd.png
│ │ │ │ ├── xls.png
│ │ │ │ ├── xlsx.png
│ │ │ │ ├── xml.png
│ │ │ │ └── zip.png
│ │ │ ├── skin.js
│ │ │ └── uipanel.css
│ │ ├── kama
│ │ │ ├── app.css
│ │ │ ├── host.css
│ │ │ ├── images
│ │ │ │ ├── ckffolder.gif
│ │ │ │ ├── ckffolderopened.gif
│ │ │ │ ├── ckfminus.gif
│ │ │ │ ├── ckfnothumb.gif
│ │ │ │ ├── ckfplus.gif
│ │ │ │ ├── icons
│ │ │ │ │ ├── 16
│ │ │ │ │ │ ├── ai.gif
│ │ │ │ │ │ ├── avi.gif
│ │ │ │ │ │ ├── bmp.gif
│ │ │ │ │ │ ├── cs.gif
│ │ │ │ │ │ ├── default.icon.gif
│ │ │ │ │ │ ├── dll.gif
│ │ │ │ │ │ ├── doc.gif
│ │ │ │ │ │ ├── docx.gif
│ │ │ │ │ │ ├── exe.gif
│ │ │ │ │ │ ├── fla.gif
│ │ │ │ │ │ ├── gif.gif
│ │ │ │ │ │ ├── jpg.gif
│ │ │ │ │ │ ├── js.gif
│ │ │ │ │ │ ├── mdb.gif
│ │ │ │ │ │ ├── mp3.gif
│ │ │ │ │ │ ├── ogg.gif
│ │ │ │ │ │ ├── pdf.gif
│ │ │ │ │ │ ├── ppt.gif
│ │ │ │ │ │ ├── pptx.gif
│ │ │ │ │ │ ├── rdp.gif
│ │ │ │ │ │ ├── swf.gif
│ │ │ │ │ │ ├── swt.gif
│ │ │ │ │ │ ├── txt.gif
│ │ │ │ │ │ ├── vsd.gif
│ │ │ │ │ │ ├── xls.gif
│ │ │ │ │ │ ├── xlsx.gif
│ │ │ │ │ │ ├── xml.gif
│ │ │ │ │ │ └── zip.gif
│ │ │ │ │ └── 32
│ │ │ │ │ ├── ai.gif
│ │ │ │ │ ├── avi.gif
│ │ │ │ │ ├── bmp.gif
│ │ │ │ │ ├── cs.gif
│ │ │ │ │ ├── default.icon.gif
│ │ │ │ │ ├── dll.gif
│ │ │ │ │ ├── doc.gif
│ │ │ │ │ ├── docx.gif
│ │ │ │ │ ├── exe.gif
│ │ │ │ │ ├── fla.gif
│ │ │ │ │ ├── gif.gif
│ │ │ │ │ ├── jpg.gif
│ │ │ │ │ ├── js.gif
│ │ │ │ │ ├── mdb.gif
│ │ │ │ │ ├── mp3.gif
│ │ │ │ │ ├── ogg.gif
│ │ │ │ │ ├── ogg.png
│ │ │ │ │ ├── pdf.gif
│ │ │ │ │ ├── ppt.gif
│ │ │ │ │ ├── pptx.gif
│ │ │ │ │ ├── rdp.gif
│ │ │ │ │ ├── swf.gif
│ │ │ │ │ ├── swt.gif
│ │ │ │ │ ├── txt.gif
│ │ │ │ │ ├── vsd.gif
│ │ │ │ │ ├── xls.gif
│ │ │ │ │ ├── xlsx.gif
│ │ │ │ │ ├── xml.gif
│ │ │ │ │ └── zip.gif
│ │ │ │ ├── icons.png
│ │ │ │ ├── loaders
│ │ │ │ │ ├── 16x16.gif
│ │ │ │ │ └── 32x32.gif
│ │ │ │ ├── spacer.gif
│ │ │ │ ├── sprites_ie6.png
│ │ │ │ ├── sprites.png
│ │ │ │ └── toolbar
│ │ │ │ ├── add.gif
│ │ │ │ ├── clear_basket.gif
│ │ │ │ ├── delete.gif
│ │ │ │ ├── download.gif
│ │ │ │ ├── help.gif
│ │ │ │ ├── maximize.gif
│ │ │ │ ├── refresh.gif
│ │ │ │ ├── settings.gif
│ │ │ │ └── view.gif
│ │ │ ├── richcombo.css
│ │ │ ├── skin.js
│ │ │ └── uipanel.css
│ │ └── v1
│ │ ├── app.css
│ │ ├── host.css
│ │ ├── images
│ │ │ ├── ckffolder.gif
│ │ │ ├── ckffolderopened.gif
│ │ │ ├── ckfminus.gif
│ │ │ ├── ckfnothumb.gif
│ │ │ ├── ckfplus.gif
│ │ │ ├── dialog_sides.gif
│ │ │ ├── dialog_sides.png
│ │ │ ├── dialog_sides_rtl.png
│ │ │ ├── icons
│ │ │ │ ├── 16
│ │ │ │ │ ├── ai.gif
│ │ │ │ │ ├── avi.gif
│ │ │ │ │ ├── bmp.gif
│ │ │ │ │ ├── cs.gif
│ │ │ │ │ ├── default.icon.gif
│ │ │ │ │ ├── dll.gif
│ │ │ │ │ ├── doc.gif
│ │ │ │ │ ├── docx.gif
│ │ │ │ │ ├── exe.gif
│ │ │ │ │ ├── fla.gif
│ │ │ │ │ ├── gif.gif
│ │ │ │ │ ├── jpg.gif
│ │ │ │ │ ├── js.gif
│ │ │ │ │ ├── mdb.gif
│ │ │ │ │ ├── mp3.gif
│ │ │ │ │ ├── pdf.gif
│ │ │ │ │ ├── ppt.gif
│ │ │ │ │ ├── pptx.gif
│ │ │ │ │ ├── rdp.gif
│ │ │ │ │ ├── swf.gif
│ │ │ │ │ ├── swt.gif
│ │ │ │ │ ├── txt.gif
│ │ │ │ │ ├── vsd.gif
│ │ │ │ │ ├── xls.gif
│ │ │ │ │ ├── xlsx.gif
│ │ │ │ │ ├── xml.gif
│ │ │ │ │ └── zip.gif
│ │ │ │ └── 32
│ │ │ │ ├── ai.gif
│ │ │ │ ├── avi.gif
│ │ │ │ ├── bmp.gif
│ │ │ │ ├── cs.gif
│ │ │ │ ├── default.icon.gif
│ │ │ │ ├── dll.gif
│ │ │ │ ├── doc.gif
│ │ │ │ ├── docx.gif
│ │ │ │ ├── exe.gif
│ │ │ │ ├── fla.gif
│ │ │ │ ├── gif.gif
│ │ │ │ ├── jpg.gif
│ │ │ │ ├── js.gif
│ │ │ │ ├── mdb.gif
│ │ │ │ ├── mp3.gif
│ │ │ │ ├── pdf.gif
│ │ │ │ ├── ppt.gif
│ │ │ │ ├── pptx.gif
│ │ │ │ ├── rdp.gif
│ │ │ │ ├── swf.gif
│ │ │ │ ├── swt.gif
│ │ │ │ ├── txt.gif
│ │ │ │ ├── vsd.gif
│ │ │ │ ├── xls.gif
│ │ │ │ ├── xlsx.gif
│ │ │ │ ├── xml.gif
│ │ │ │ └── zip.gif
│ │ │ ├── icons.png
│ │ │ ├── loaders
│ │ │ │ ├── 16x16.gif
│ │ │ │ └── 32x32.gif
│ │ │ ├── spacer.gif
│ │ │ ├── sprites_ie6.png
│ │ │ ├── sprites.png
│ │ │ ├── toolbar
│ │ │ │ ├── add.gif
│ │ │ │ ├── clear_basket.gif
│ │ │ │ ├── delete.gif
│ │ │ │ ├── download.gif
│ │ │ │ ├── help.gif
│ │ │ │ ├── maximize.gif
│ │ │ │ ├── refresh.gif
│ │ │ │ ├── settings.gif
│ │ │ │ └── view.gif
│ │ │ └── toolbar_start.gif
│ │ ├── richcombo.css
│ │ ├── skin.js
│ │ └── uipanel.css
│ └── translations.txt
├── META-INF
│ └── MANIFEST.MF
└── WEB-INF
├── ckfinder.xml
├── lib
│ ├── CKFinder-2.6.0.jar
│ ├── CKFinderPlugin-FileEditor-2.6.0.jar
│ ├── CKFinderPlugin-ImageResize-2.6.0.jar
│ ├── CKFinderPlugin-Watermark-2.6.0.jar
│ ├── commons-fileupload-1.2.2.jar
│ ├── commons-io-2.0.1.jar
│ ├── commons-logging-1.2.jar
│ ├── jstl-1.2.jar
│ ├── log4j-1.2.17.jar
│ ├── spring-aop-4.2.3.RELEASE.jar
│ ├── spring-beans-4.2.3.RELEASE.jar
│ ├── spring-context-4.2.3.RELEASE.jar
│ ├── spring-core-4.2.3.RELEASE.jar
│ ├── spring-expression-4.2.3.RELEASE.jar
│ ├── spring-web-4.2.3.RELEASE.jar
│ ├── spring-webmvc-4.2.3.RELEASE.jar
│ └── thumbnailator-0.4.8.jar
├── views
│ ├── common
│ │ └── common.jsp
│ └── index.jsp
└── web.xml
214 directories, 1119 files
标签:
好例子网口号:伸出你的我的手 — 分享!
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论