在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → vs2010 asp.net项目中集成ckeditor和ckfinder最简单图文教程(源代码)

vs2010 asp.net项目中集成ckeditor和ckfinder最简单图文教程(源代码)

一般编程问题

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

实例介绍

【实例简介】
使用ckeditor作为富文本编辑器,ckfinder作为文件上传工具,详细图文教程可以查看本人的blog,这里是源代码。
【实例截图】
【核心代码】
ckeditor_ckfinder实例vs2010工程源码
└── ckeditor_ckfinder
├── ckeditor_ckfinder
│   ├── bin
│   │   ├── ckeditor_ckfinder.dll
│   │   ├── ckeditor_ckfinder.pdb
│   │   └── CKFinder.dll
│   ├── 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.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.js
│   │   │   │   ├── el.js
│   │   │   │   ├── en-gb.js
│   │   │   │   ├── en.js
│   │   │   │   ├── eo.js
│   │   │   │   ├── es.js
│   │   │   │   ├── et.js
│   │   │   │   ├── fa.js
│   │   │   │   ├── fi.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
│   │   │   │   ├── 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.js
│   │   │   │   │   ├── el.js
│   │   │   │   │   ├── en-gb.js
│   │   │   │   │   ├── en.js
│   │   │   │   │   ├── eo.js
│   │   │   │   │   ├── es.js
│   │   │   │   │   ├── et.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
│   │   │   │   │   ├── 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
│   │   │   ├── ajax.html
│   │   │   ├── api.html
│   │   │   ├── appendto.html
│   │   │   ├── assets
│   │   │   │   ├── inlineall
│   │   │   │   │   └── logo.png
│   │   │   │   ├── outputxhtml
│   │   │   │   │   └── outputxhtml.css
│   │   │   │   ├── posteddata.php
│   │   │   │   ├── sample.jpg
│   │   │   │   └── uilanguages
│   │   │   │   └── languages.js
│   │   │   ├── datafiltering.html
│   │   │   ├── divreplace.html
│   │   │   ├── index.html
│   │   │   ├── inlineall.html
│   │   │   ├── inlinebycode.html
│   │   │   ├── inlinetextarea.html
│   │   │   ├── jquery.html
│   │   │   ├── plugins
│   │   │   │   ├── dialog
│   │   │   │   │   ├── assets
│   │   │   │   │   │   └── my_dialog.js
│   │   │   │   │   └── dialog.html
│   │   │   │   ├── enterkey
│   │   │   │   │   └── enterkey.html
│   │   │   │   ├── htmlwriter
│   │   │   │   │   ├── assets
│   │   │   │   │   │   └── outputforflash
│   │   │   │   │   │   ├── outputforflash.fla
│   │   │   │   │   │   ├── outputforflash.swf
│   │   │   │   │   │   └── swfobject.js
│   │   │   │   │   ├── outputforflash.html
│   │   │   │   │   └── outputhtml.html
│   │   │   │   ├── magicline
│   │   │   │   │   └── magicline.html
│   │   │   │   ├── toolbar
│   │   │   │   │   └── toolbar.html
│   │   │   │   └── wysiwygarea
│   │   │   │   └── fullpage.html
│   │   │   ├── readonly.html
│   │   │   ├── replacebyclass.html
│   │   │   ├── replacebycode.html
│   │   │   ├── sample.css
│   │   │   ├── sample.js
│   │   │   ├── sample_posteddata.php
│   │   │   ├── tabindex.html
│   │   │   ├── uicolor.html
│   │   │   ├── uilanguages.html
│   │   │   └── xhtmlstyle.html
│   │   ├── skins
│   │   │   └── 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
│   │   │   └── readme.md
│   │   └── styles.js
│   ├── ckeditor_ckfinder.csproj
│   ├── ckeditor_ckfinder.csproj.user
│   ├── ckfinder
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── CKFinder.dll
│   │   │   │   └── CKFinder.pdb
│   │   │   └── Release
│   │   │   └── CKFinder.dll
│   │   ├── changelog.txt
│   │   ├── ckfinder.html
│   │   ├── ckfinder.js
│   │   ├── ckfinder_v1.js
│   │   ├── config.ascx
│   │   ├── config.js
│   │   ├── core
│   │   │   └── connector
│   │   │   └── aspx
│   │   │   ├── connector.aspx
│   │   │   └── lang
│   │   │   ├── bg.xml
│   │   │   ├── ca.xml
│   │   │   ├── cs.xml
│   │   │   ├── cy.xml
│   │   │   ├── da.xml
│   │   │   ├── de.xml
│   │   │   ├── el.xml
│   │   │   ├── en.xml
│   │   │   ├── eo.xml
│   │   │   ├── es-mx.xml
│   │   │   ├── es.xml
│   │   │   ├── et.xml
│   │   │   ├── fa.xml
│   │   │   ├── fi.xml
│   │   │   ├── fr.xml
│   │   │   ├── gu.xml
│   │   │   ├── he.xml
│   │   │   ├── hi.xml
│   │   │   ├── hr.xml
│   │   │   ├── hu.xml
│   │   │   ├── it.xml
│   │   │   ├── ja.xml
│   │   │   ├── lt.xml
│   │   │   ├── lv.xml
│   │   │   ├── nb.xml
│   │   │   ├── nl.xml
│   │   │   ├── nn.xml
│   │   │   ├── no.xml
│   │   │   ├── pl.xml
│   │   │   ├── pt-br.xml
│   │   │   ├── ro.xml
│   │   │   ├── ru.xml
│   │   │   ├── sk.xml
│   │   │   ├── sl.xml
│   │   │   ├── sr.xml
│   │   │   ├── sv.xml
│   │   │   ├── tr.xml
│   │   │   ├── vi.xml
│   │   │   ├── zh-cn.xml
│   │   │   └── zh-tw.xml
│   │   ├── 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
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── CKFinder_FileEditor.dll
│   │   │   │   │   │   └── CKFinder_FileEditor.pdb
│   │   │   │   │   └── Release
│   │   │   │   │   ├── CKFinder_FileEditor.dll
│   │   │   │   │   └── CKFinder_FileEditor.pdb
│   │   │   │   ├── codemirror
│   │   │   │   │   ├── lib
│   │   │   │   │   │   ├── codemirror.css
│   │   │   │   │   │   └── codemirror.js
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   └── mode
│   │   │   │   │   ├── clike
│   │   │   │   │   │   └── clike.js
│   │   │   │   │   ├── css
│   │   │   │   │   │   └── css.js
│   │   │   │   │   ├── htmlmixed
│   │   │   │   │   │   └── htmlmixed.js
│   │   │   │   │   ├── javascript
│   │   │   │   │   │   └── javascript.js
│   │   │   │   │   └── xml
│   │   │   │   │   └── xml.js
│   │   │   │   └── plugin.js
│   │   │   ├── flashupload
│   │   │   │   ├── flash
│   │   │   │   │   └── Uploader.swf
│   │   │   │   └── Uploader.html
│   │   │   ├── 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
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── CKFinder_ImageResize.dll
│   │   │   │   │   │   └── CKFinder_ImageResize.pdb
│   │   │   │   │   └── Release
│   │   │   │   │   ├── CKFinder_ImageResize.dll
│   │   │   │   │   └── CKFinder_ImageResize.pdb
│   │   │   │   ├── images
│   │   │   │   │   └── mini.gif
│   │   │   │   └── plugin.js
│   │   │   └── watermark
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── CKFinder_Watermark.dll
│   │   │   │   │   └── CKFinder_Watermark.pdb
│   │   │   │   └── Release
│   │   │   │   ├── CKFinder_Watermark.dll
│   │   │   │   └── CKFinder_Watermark.pdb
│   │   │   └── logo.gif
│   │   ├── _samples
│   │   │   ├── aspx
│   │   │   │   ├── ckeditor.aspx
│   │   │   │   ├── fckeditor.aspx
│   │   │   │   ├── popup.aspx
│   │   │   │   ├── popups.aspx
│   │   │   │   └── standalone.aspx
│   │   │   ├── ckeditor.html
│   │   │   ├── fckeditor.html
│   │   │   ├── index.html
│   │   │   ├── popup.html
│   │   │   ├── popups.html
│   │   │   ├── public_api.html
│   │   │   ├── sample.css
│   │   │   ├── standalone.html
│   │   │   └── standalone_v1.html
│   │   ├── skins
│   │   │   ├── 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
│   │   ├── _source
│   │   │   ├── AccessControlRules.cs
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── CKFinder.ico
│   │   │   ├── CKFinderKey.snk
│   │   │   ├── CKFinder.Net.csproj
│   │   │   ├── CKFinder.Net.sln
│   │   │   ├── CKFinder.Net.suo
│   │   │   ├── Connector
│   │   │   │   ├── CKFinderEventArgs.cs
│   │   │   │   ├── CKFinderEvent.cs
│   │   │   │   ├── CKFinderPlugin.cs
│   │   │   │   ├── CommandHandlers
│   │   │   │   │   ├── CommandHandlerBase.cs
│   │   │   │   │   ├── CopyFilesCommandHandler.cs
│   │   │   │   │   ├── CreateFolderCommandHandler.cs
│   │   │   │   │   ├── DeleteFilesCommandHandler.cs
│   │   │   │   │   ├── DeleteFolderCommandHandler.cs
│   │   │   │   │   ├── DownloadFileCommandHandler.cs
│   │   │   │   │   ├── ErrorCommandHandler.cs
│   │   │   │   │   ├── FileUploadCommandHandler.cs
│   │   │   │   │   ├── GetFilesCommandHandler.cs
│   │   │   │   │   ├── GetFoldersCommandHandler.cs
│   │   │   │   │   ├── InitCommandHandler.cs
│   │   │   │   │   ├── LoadCookiesCommandHandler.cs
│   │   │   │   │   ├── MoveFilesCommandHandler.cs
│   │   │   │   │   ├── QuickUploadCommandHandler.cs
│   │   │   │   │   ├── RenameFileCommandHandler.cs
│   │   │   │   │   ├── RenameFolderCommandHandler.cs
│   │   │   │   │   ├── ThumbnailCommandHandler.cs
│   │   │   │   │   └── XmlCommandHandlerBase.cs
│   │   │   │   ├── Config.cs
│   │   │   │   ├── Connector.cs
│   │   │   │   ├── ConnectorException.cs
│   │   │   │   ├── Errors.cs
│   │   │   │   ├── FixFlashCookies.cs
│   │   │   │   ├── FolderHandler.cs
│   │   │   │   ├── ImageTools.cs
│   │   │   │   ├── Lang.cs
│   │   │   │   ├── OctreeQuantizer.cs
│   │   │   │   ├── Quantizer.cs
│   │   │   │   ├── RegexLib.cs
│   │   │   │   ├── RestartModule.cs
│   │   │   │   ├── Util.cs
│   │   │   │   └── XmlUtil.cs
│   │   │   ├── FileBrowser.cs
│   │   │   ├── FileBrowserDesigner.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Resources
│   │   │   │   └── Plugins
│   │   │   │   ├── FileEditor
│   │   │   │   │   ├── CKFinder.ico
│   │   │   │   │   ├── FileEditor.csproj
│   │   │   │   │   ├── FileEditor.sln
│   │   │   │   │   ├── obj
│   │   │   │   │   │   └── Debug
│   │   │   │   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Properties
│   │   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   │   └── SaveFile.cs
│   │   │   │   ├── ImageResize
│   │   │   │   │   ├── CKFinder.ico
│   │   │   │   │   ├── ImageResize.cs
│   │   │   │   │   ├── ImageResize.csproj
│   │   │   │   │   ├── ImageResize.sln
│   │   │   │   │   ├── obj
│   │   │   │   │   │   └── Debug
│   │   │   │   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   └── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── Watermark
│   │   │   │   ├── CKFinder.ico
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── Watermark.cs
│   │   │   │   ├── Watermark.csproj
│   │   │   │   └── Watermark.sln
│   │   │   ├── Settings
│   │   │   │   ├── AccessControl.cs
│   │   │   │   ├── AccessControlManager.cs
│   │   │   │   ├── ConfigFile.cs
│   │   │   │   ├── Images.cs
│   │   │   │   ├── ResourceType.cs
│   │   │   │   ├── ResourceTypeManager.cs
│   │   │   │   └── Thumbnails.cs
│   │   │   └── TriStateBool.cs
│   │   └── translations.txt
│   ├── obj
│   │   └── Debug
│   │   ├── ckeditor_ckfinder.csproj.FileListAbsolute.txt
│   │   ├── ckeditor_ckfinder.csprojResolveAssemblyReference.cache
│   │   ├── ckeditor_ckfinder.dll
│   │   ├── ckeditor_ckfinder.pdb
│   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Web.config
│   ├── Web.Debug.config
│   ├── WebForm1.aspx
│   ├── WebForm1.aspx.cs
│   ├── WebForm1.aspx.designer.cs
│   └── Web.Release.config
├── ckeditor_ckfinder.sln
└── ckeditor_ckfinder.suo

188 directories, 1039 files

标签:

实例下载地址

vs2010 asp.net项目中集成ckeditor和ckfinder最简单图文教程(源代码)

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警