JEdit is the big daddy of the open-source Java Editors. http://www.jedit.org/
You could pretty easily wrap it in an Applet and make the "save" action do a POST, ...But you'd probably have to strip it down a little - I suspect it's a little heavyweight in it's default form. On 8/20/07, Brian Silberbauer <[EMAIL PROTECTED]> wrote: > > > two more: > > http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=jxhtmledit > (seams applet only, not embedded) > http://www.hexidec.com/ekit.php (looks a bit flaky) > > kafenio doesn't have much activity > > I'm only looking into OS editors, there are some interesting > commercial ones out there too. > > > On 8/20/07, Brian Silberbauer <[EMAIL PROTECTED]> wrote: > > I have found this project: > > > > http://editor.kafenio.org/ > > > > It looks quite promising, but I haven't had the chance to look into it > > apart from downloading and running the demos. > > > > Brian > > > > > > On 8/20/07, Noel Grandin <[EMAIL PROTECTED]> wrote: > > > Hi > > > > > > Most of the rich text editors steer clear of tables because they're so > > > complicated - even the embedded browser editors don't offer much > support for > > > table editing. > > > > > > Note I said support for table __editing__. > > > > > > Most of the rich text components around, including Swing's JTextPane > will > > > happily __display__ tables. > > > > > > I would either > > > > > > (a) integrate with an external app like OpenOffice or MS-Word using > OLE/COM. > > > - there are some really nice java tools to make this easier. > > > > > > or > > > > > > (b) build some basic table creation/editing support as an extra > component > > > and embed the component into JTextPane - you can actually embed whole > java > > > components into JTextPane. > > > > > > -- Noel. > > > > > > > > > > > > On 8/16/07, Brian Silberbauer <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > Hi all > > > > > > > > Does anybody know of a swing component I could use for editing html > > > > (especially tables). I looking for something similar to the embedded > > > > browser editors (TinyMCE etc..). > > > > > > > > Brian > > > > > > > > > > > > -- > > > > Brian Silberbauer > > > > Consultant > > > > > > > > +27 (0)83 566 2705 > > > > skype: brian.silberbauer > > > > > > > > > > > > > > > > > > > > > > > > -- > > Brian Silberbauer > > Consultant > > > > +27 (0)83 566 2705 > > skype: brian.silberbauer > > > > > -- > Brian Silberbauer > Consultant > > +27 (0)83 566 2705 > skype: brian.silberbauer > > > > -- Nothing worth having comes without some kind of a fight. Got to kick at the darkness 'til it bleeds daylight. -- Bruce Cockburn --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CTJUG Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/CTJUG-Forum For the ctjug home page see http://www.ctjug.org.za -~----------~----~----~----~------~----~------~--~---
