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
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
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
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
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
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
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
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
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
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: "
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.
Open the generated admin page in your browser. Take a look at the HTML
source. Check that the paths in the
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
13 matches
Mail list logo