Re: opener.dismissAddAnotherPopup error tinymce

2009-09-22 Thread Alex Gaynor
On Tue, Sep 22, 2009 at 10:57 AM, Ali Rıza Keleş wrote: > > Hi all, > > There is something strange with popups on admin page while this page > includes tinymce editor. > > When i click  to add a relating object, a popup is being opened and i > enter values and try to sav

opener.dismissAddAnotherPopup error tinymce

2009-09-22 Thread Ali Rıza Keleş
Hi all, There is something strange with popups on admin page while this page includes tinymce editor. When i click to add a relating object, a popup is being opened and i enter values and try to save. It is saved but popup is not closed and give this error on firefox

Re: are TinyMCE + other HTML input editors safe to use.

2006-02-25 Thread akaihola
I admit there's nothing you can do on the client side to avoid the need for server-side validation. But allowing only a tight subset of tags in TinyMCE does solve many user experience problems when pasting formatted text. --~--~-~--~~~---~--~~ You received

Re: are TinyMCE + other HTML input editors safe to use.

2006-02-16 Thread Ian Holsman
the problem I see with this is that you need to do the same validation (for publicly accessable sites) on the server side. On 2/16/06, akaihola <[EMAIL PROTECTED]> wrote: > > My solution was to prevent harmful tags and attributes in TinyMCE's > configuration. Even copy-pasting from word processor

Re: are TinyMCE + other HTML input editors safe to use.

2006-02-15 Thread akaihola
My solution was to prevent harmful tags and attributes in TinyMCE's configuration. Even copy-pasting from word processors works ok now. For more information see: http://groups.google.com/group/django-users/msg/60ad1f2a544ec2d4 --~--~-~--~~~---~--~~ You received t

Re: are TinyMCE + other HTML input editors safe to use.

2006-02-15 Thread scum
I just started using TinyMCE inside django's admin interface on one site I'm working on. Simon is right... it's a bit sloppy and, from my experience, really falters when pasting text. I've even had pages not saving correctly after pasting text from another application. As

Re: are TinyMCE + other HTML input editors safe to use.

2006-02-13 Thread Simon de Haan
d as HTML ... uggh. Ian Holsman wrote: Hi. I was wanting to know what other people thought about TinyMCE and other javascript WYSIWYG editors which enable people to enter in raw html. do people in general let the unwashed masses use them on their sites? (and then attempt to filter it) or do

are TinyMCE + other HTML input editors safe to use.

2006-02-13 Thread Ian Holsman
Hi. I was wanting to know what other people thought about TinyMCE and other javascript WYSIWYG editors which enable people to enter in raw html. do people in general let the unwashed masses use them on their sites? (and then attempt to filter it) or do they resort to textile/bbcode/markdown and

Re: Tinymce

2006-02-01 Thread Nebojša Đorđević
scum wrote: Try changing your js variable to js = ('js/tiny_mce/tiny_mce.js','js/tiny_mce/textareas.js'), For some reason on my installation, the /media/ is automagically added. http://code.djangoproject.com/ticket/1099 -- Nebojša Đorđević - nesh Studio Quattro - Niš - SCG http://studioquatt

RE: Tinymce

2006-01-31 Thread mary . adel
Thanxs very much it solved my problem :) Mary Adel Software Developper ITrize-Egypt 13 Naguib Hashad medan elhegaz heliopolis email: [EMAIL PROTECTED] Office: +202 - 6236612 EXT. 102 Mobile: +2012 5241719 > Original Message > Subject: Re: Tinymce > From: "

Re: Tinymce

2006-01-31 Thread scum
Try changing your js variable to js = ('js/tiny_mce/tiny_mce.js','js/tiny_mce/textareas.js'), For some reason on my installation, the /media/ is automagically added.

Re: Tinymce

2006-01-25 Thread akaihola
Open the generated admin page in your browser. Take a look at the HTML source. Check that the paths in the

Tinymce

2006-01-24 Thread mary . adel
I am trying to make my interface better so i used tinymce 1- i downloaded it and i put the folder tiny_mce in my this path django/contrib/admin/media/js/tiny_mce 2-i created the tinyMCE.init as textareas.js in the same folder of tiny_mce 3-i wroet in my model the follows class META