file manager for fckeditor – day one
by kae verens on May.27, 2006, under ajax, javascript, php, web development
Today, I played around with some code, and got the bare bones of a file manager created. It’s not functional in any meaningful way, but you can see where its going:
demo – click either of the buttons, then “Browse Server”.
Tomorrow, I’ll add file upload functionality, as well as all the right-click stuff I added to the original file manager. Today was really about building a neat, easily extended base.
If you want to mess around and work on it yourself, here is the code: kfm. Just extract it in your /editor/plugins directory, and add this line to your fckconfig.js:
FCKConfig.Plugins.Add('kfm');
3 Comments for this entry
2 Trackbacks / Pingbacks for this entry
-
KFM 1.4.6 released « Kae Verens
May 25th, 2010 on 9:55 am[...] This post describes the first day’s work on the project. May 25th, 2010 | Category: ajax, kfm, php, programming, web development [...]
May 27th, 2006 on 6:21 pm
Quick question – on the context menu, what happens if your server doesn’t support resizing, rotating, etc.
May 28th, 2006 on 7:43 am
Colin, if you tried rotating or resizing and the server didn’t support it, then you would get an error and would have to reload the file manager. in that case, go in and comment out the lines in context menu code that make the links
it’s an interesting one. Maybe I should make those things configurable.
May 28th, 2006 on 7:57 pm
That was going to be my next question – can you configure them?