[google-appengine] Re: WYSIWYG JavaScript text editor

2011-01-25 Thread Iron Mountain Foundry
Hi Oboero, Your suggestion is a good one. CLEditor only requires four files in a static directory, just 16KB in size. Tinymce_3_4_b2.zip requires 766KB. It didn't work with my version of jQuery (1.3) so I upgraded to the latest version (1.4.4) on Google Libraries API:

[google-appengine] Re: WYSIWYG JavaScript text editor

2011-01-22 Thread Ernesto Karim Oltra
You have said that in the title. JAVASCRIPT text editor, not GAE/ PYTHON/DJANGO text editor, so only the user navigator matters. I've used both TinyMCE and CKEditor; how Brian have said copy the files to your static directory and called them from the HTML. If you refer to how get the contents in

[google-appengine] Re: WYSIWYG JavaScript text editor

2011-01-22 Thread Oboero Admin
clEditor from http://www.premiumsoftware.net has worked well for me. On Jan 22, 4:36 am, Iron Mountain Foundry brentwashbu...@gmail.com wrote: Has anyone successfully installed a WYSIWYG text editor (like TinyMCE) on App Engine?  Do you have instructions? I am currently using Python/Django,