I written a small comments app. Part of forms.py: class TinyCommentForm(CommentSecurityForm): comment = forms.CharField(widget=TinyMCE(attrs={\'cols\': 80, \'rows\': 30}))
I\'ve added TinyMCE to my project, and am using it on a text area which pops up in a fancybox.The first time I action it, it works fine, but if I then close it and try to open it again, it doesn\'t le
I\'m trying to write an automated (using cucumber/capybara/selenium) test that will select some text in a tinymce box, click the link button, and open 开发者_C百科the link selection page.
I have a webpage/form with multiple tinymce instances and setup to respond with count of words/characters. everything works fine but could not get the display of word/character count on page load with
Is it possible to add a border-radius to TinyMCE\'d textareas? It\'s kinda killing me that I have rounded corners on my input fields etc, but I can\'t get it working on my textarea.. Probably because
I have a div that when clicked uses the je开发者_C百科ditable jQuery plugin to do some sort of HTML replace which changes the div into a form that contains a textarea.
Does there exist anything akin \"UberSelectionWidget for images?\" I\'d like to get rid of direct-upload image fields and make all images to be managed through an image bank folder.
Ok, I can\'t be the only one with this problem that seems to go on forever and ever. We use browser-based html editors (a few different ones) - each one has its own \'paste-from-word\' button that wo
Im trying to add youtube videos using the media plugin but its not quite working. I just choose iframe, drop in the URL to the youtube video and hit insert right?
I try to catch the Blur and Focus Events of a tinyMce Editor. I found following way for this. ed.onInit.add(function(ed) {