Re: Javascript GUI Editor that works with Django templates

2008-04-22 Thread Peter Melvyn
> Since Opera is used by a very very small percentage of web users, > I don't think it would be a major problem in most use cases. My experience says the well behaved applications runs on IS6+, FF2+, Safari3+ and Opera9+ --~--~-~--~~~---~--~~ You received this

Re: Javascript GUI Editor that works with Django templates

2008-04-22 Thread John Hensley
On Apr 21, 2008, at 10:44 PM, blis102 wrote: > p.s. FCKeditor's connector feature, which allows you to browse your > server to insert images, files, and flash, is highly useful, although > I have not gotten to get it to work with django yet. There is a google > code project called fckconnector

Re: Javascript GUI Editor that works with Django templates

2008-04-21 Thread blis102
Thats not particularly a concern for me, or most users, but I guess if you or your users use opera, that would be a deal-breaker. Since Opera is used by a very very small percentage of web users, I don't think it would be a major problem in most use cases. Just my .02 p.s. FCKeditor's connector

Re: Javascript GUI Editor that works with Django templates

2008-04-21 Thread Peter Melvyn
> My favorite is FCKeditor. Its formatting of source code is really > clean and semantic. I have come to hate TinyMCE because it jumbles > source code and uses too many tags at times. Try it out, you may like > it a lot. I've tried it and it seems it does not work with Opera...

Re: Javascript GUI Editor that works with Django templates

2008-04-19 Thread blis102
My favorite is FCKeditor. Its formatting of source code is really clean and semantic. I have come to hate TinyMCE because it jumbles source code and uses too many tags at times. Try it out, you may like it a lot. On Apr 19, 6:28 pm, Peter Rowell <[EMAIL PROTECTED]> wrote: > > > > gets butchered

Re: Javascript GUI Editor that works with Django templates

2008-04-19 Thread Peter Rowell
> > gets butchered to > Just did a quick check with TinyMCE: Blank textarea, into HTML mode, entered your text, update, save-and- continue-editing, HTML mode. The only thing it did was wrap everything in , but I think that's a configurable behavior. I.e., ==>> HTH, Peter

Javascript GUI Editor that works with Django templates

2008-04-19 Thread Doug B
I have need of a WYSIWYG editor that won't screw up django templates. I've been trying to make Innovaeditor work, but it has a bad habit of breaking the template code by adding entities or throwing it out altogether. Does anyone have a suggestion for a similar textarea replacement that might be