If you are editing raw html or javascript then you should also consider the Ace code editor http://ace.ajax.org/ Mozilla tri-license (MPL/GPL/LGPL)
Demo here http://ace.ajax.org/build/kitchen-sink.html Cheers, Lance. On Sunday, 11 March 2012, Dragan Sahpaski <dragan.sahpa...@gmail.com> wrote: > Hi, > On Sun, Mar 11, 2012 at 10:54 AM, Ville <ville.virta...@cerion.fi> wrote: > >> Hi, >> >> it is way cleaner, but essentially just provides the ckeditor. It is >> missing >> solution for proper file upload capabilities and associated security checks >> etc. Take a look at http://www.neele.name/filebrowser/ckeditor.php for an >> example. This is needed by us to provide "edit the whole page wysiwyg" >> functionality, so that users are able to embed images, flashes etc. from >> their machine to the web page without separate uploads etc. >> > > Agree. Probably the cleanest solutions are: > 1. Integrate CKFinder (by the same people that do CKEditor) > http://ckfinder.com/demo. This is very easy to integrate, the only thing I > don't like is the use of flash for file uploads, IDK if there is another > option except flash. > 2. Provide only the file upload functionality with something like the > tapestry5-jquery fileupload component > http://tapestry5-jquery.com/components/docsajaxupload. > > Cheers, > Dragan Sahpaski > > > >> >> At the time I wrote the original ckeditor I couldn't find decent file >> browser and ended up doing a lot of work to get the file browser function >> right - it isn't pretty and needs a rewrite. (Now days that might be >> trivial >> too if there is proper solution for it.) >> >> - Ville >> >> -- >> View this message in context: >> http://tapestry.1045711.n5.nabble.com/Simple-CMS-content-editor-component-tp5494712p5554345.html >> Sent from the Tapestry - User mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org >> For additional commands, e-mail: users-h...@tapestry.apache.org >> >> >