1
vote
1answer
76 views

ModelForm doesn't render TinyMCE (ReferenceError: tinyMCE is not defined)

I have got django-tinymce working for the admin page. Now outside the admin page, when using a modelform I was expecting the TinyMCE editor to be loaded and shown to the user, this however didn't ...
1
vote
0answers
102 views

tinymce custom bullet and number lists

I am wondering if it is possible to create custom bullet and number lists? I've added the plugin advlist and tried the examples others have tried here and here. The first one seems to allow some ...
1
vote
0answers
70 views

django-tinymce: javascript error on console, tinymce widget not rendered

i'm using django-tinymce in a django project. After following the setup as suggested from docs, i've experienced some problems while deploying it. In fact, with the same settings, with development ...
1
vote
1answer
229 views

django-tinymce removes bootstrap HTML code

I'm using/testing django-cms (2.3.5) + bootstrap based templates. Using django-tinymce I add the code: <a class="carousel-control right" href="#this-carousel-id" data-slide="next">›</a> ...
1
vote
2answers
137 views

django-tinymce HTMLField - paste as plain text in admin

I've got django-tinymce installed and various models in my app with an HTMLField. I'm trying to produce some sort of 'paste as plain text' functionality in the django admin. I want formatting from MS ...
1
vote
2answers
147 views

Django-tinymce in Django Admin - “can't find variable: tinyMCE”

I'm trying to use django-tinymce to edit fields in django admin. I've the app installed in my virtualenv (django-tinymce==1.5.1b4). It's listed in my installed apps - INSTALLED_APPS = ( #... ...
2
votes
0answers
47 views

How To Enable CORS For TinyMCE Hyperlink Dialog Box

I have a requirement where I need to make a cross domain request to add a hyperlink for a TinyMCE text. This opens a dialog box which has the CORS url. The problem is I cant figure out how to enable ...
1
vote
1answer
115 views

TinyMCE: Backspace Problems

Suppose there is already a text say Hello World in the text area of TinyMCE. Now I delete the space between Hello and World and make it HelloWorld. Immediately I add a space between Hello and World to ...
0
votes
1answer
201 views

table option in TinyMCE is not working [closed]

i am using tinymce version TinyMCE 3.5.7... while inserting table in textarea is disappearing(during inserting into db).. and not able to save/receive data in tabular form.. is there any way to fix ...
1
vote
0answers
56 views

how to over ride some of tinymce's methods - specially render

i wanna override TinyMCE's render method i want to use a button beside TinyMCE for some reason, i'v written some lines, but it does no effect: this is my class: class UpdateTinyMCE(TinyMCE): ...
1
vote
0answers
235 views

Django, django-tinymce, jQuery, and HTML5 Boilerplate

I'm using django-tinymce and HTML5 Boilerplate (H5BP) with my Django application. Per the wise suggestion of H5BP, I have placed my jQuery loads at the bottom of my body. I attach a TinyMCE editor ...
1
vote
1answer
290 views

Django TinyMCE spellchecker not working properly in Chrome, Safari

I'm using TinyMCE editor for my forms in my django app. But the spellchecker plugin won't work properly in Chrome (version 21.0.1180.79) and Safari (version 5.1.7), but works great in Firefox. "Not ...
2
votes
2answers
206 views

TinyMCE Stripping Out All Markup

I'm trying to insert a simple image link in a TinyMCE-wrapped text field, but it's stripping out all of my markup. My markup looks like: <a class="video-launcher lightbox-video-launcher" ...
0
votes
1answer
307 views

django-tinymce in django-admin popup window display blank

I followed django-tinymce document configuration step by step and finally can see tinymce editor in django-admin pages. But when I click Image button, the popup window is blank. And the title of ...
2
votes
2answers
290 views

how to use tinyMCE as a automatic spell checker in django?

Is there any option for automatic spell checker( while typing) in tinymce?.
1
vote
1answer
997 views

how to add classes to the dropdown menu in the TinyMCE table editor

All, I am working on a Django application that uses the TinyMCE editor and the tables plugin for TinyMCE. Users have requested custom table classes (let's say some should be red and others should be ...
1
vote
1answer
412 views

How to show TinyMCE editor in jquery modal window on click

I have made a blog application where I have this form for writing the blog. It has a title field, an instance of of tinymce editor for the blog body, a text field for adding tags and the submit ...
1
vote
2answers
283 views

How to set HTMLField's widget's height in Admin?

I have a HTMLField in a model as it's the laziest way to utilize tinymce widget in Admin. But the problem is that the textarea field doesn't have "rows" property set. So the textarea doesn't have ...
1
vote
1answer
368 views

setting table attributes in TinyMCE

When ever I create a table in TinyMCE I get: <table style="width: 200px; ... How can I change this to: <table width="200px" ... I only ask becasue I'm passing the content on to pisa and it ...
2
votes
1answer
275 views

TinyMCE popups not loading when using S3 and setting document.domain

My main domain is 'btaylorweb.com'. I have a subdomain 'static.btaylorweb.com' that uses a CNAME to point to my CloudFront URL. TinyMCE is loading just fine from S3, however, my popups are blank. ...
1
vote
1answer
956 views

django : tinymce editor not loaded on ajax load

I am using django-tinymce in my website. Tinymce editor of the form appear on normal page load, but its tinymce editor doesn't loads when form section is loaded on ajax load(using jquery load). In ...
1
vote
2answers
354 views

TinyMCE Configuration

I have following setup for tiny MCE. As you can see in image it shows a third row of buttons . I dont know where it comes from ! There is no setting in my javascript code for a third row still it ...
1
vote
1answer
204 views

Tiny MCE Default Content

I want to load TinyMCe with default content as below when loaded . <html> <body> </body> </html> I have set cleanup : false . Still it wraps html with <p></p> ...
3
votes
1answer
1k views

Django Grappelli Tabular Inline add new row TinyMCE textfield not editable

I am using django Grappelli skin for my project. I have a ModelAdmin with tabular inline function. I use extra = 0 to prevent auto insert blank row, when the page is loaded. It works fine. Now, ...
1
vote
1answer
1k views

TinyMCE - Pass value from Popup

I am using TinyMCE . On a Click I am opening an inline popup successfully.But I have no idea how I can pass a value from popup to tinyMCE.Any help highly appreciated. ...
5
votes
1answer
2k views

embedded media not showing up in html editor in TinyMCE

And it won't save. I use the media plugin to insert a video from youtube. The movie shows up in preview. I press insert. This is what ed.execCommand('mceInsertContent', false, h); outputs in ...
3
votes
1answer
1k views

TinyMCE + html5 figure, img & figcaption plugin/insertion

I'm looking for a best practice approach to achieving a plugin in TinyMCE, to implement insertion of the HTML5 element <figure>, along one or more child <img>s, and a <figcaption>. ...
2
votes
1answer
329 views

django-tinymce fails to display the widget properly

I'm trying to use to django-tinymce (http://http://django-tinymce.googlecode.com/ ) app to display a WYSIWYG editor in the django admin. I downloaded and installed it, downloaded the tinymce itself ...
4
votes
1answer
1k views

TinyMCE in Django Template

Using django-tinymce I have successfully embedded TinyMCE in the Admin before. Embedding it in a front-end form does not seem to work for me however. I have a form which is a modelForm. It doesn't ...
3
votes
1answer
653 views

Just installed django-tinymce but the HTMLField is not showing up in the admin view

I used pip to install it, and followed the usage directions found here: http://django-tinymce.googlecode.com/svn/tags/release-1.5/docs/.build/html/usage.html under the section "The HTMLField model ...
1
vote
1answer
881 views

Admin field fails to save with tinymce and filebrowser in django

I'm using django-tinymce together with the no grappelli branch of django-filebrowser running django 1.2. I use the tinymce HTMLField model definition for the model field that I would like to have ...
3
votes
1answer
562 views

django-tinymce: Using different options for different instances

I have a model with an HTMLField which can be edited with a TinyMCE control in the admin. However, I would like to be able to give different options to TinyMCE depending on which instance of the model ...
3
votes
1answer
2k views

Editing the raw HTML inside a TinyMCE control

I have a Django website in which I use django-tinymce to edit HTML fields with a TinyMCE control. TinyMCE practically gives me a WYSIWYG way to edit HTML. My question is, can I get access to edit the ...
1
vote
2answers
1k views

TinyMCE popup windows not working in Django development server

TinyMCE is working just fine, all except for the popup windows. They come up blank, and after a little bit of Google searching, apparently it has something to do with cross domain errors with Firefox ...
1
vote
2answers
580 views

Using TinyMCE for sites with a dark background

I'm using django-tinymce in my Django website. Through the admin interface one can edit a SimplePage object which has a tinymce.models.HTMLField. The website visitor will then see the html rendered in ...