I\'m working on Ruby on Rails 2.3.8 and I\'ve installed开发者_如何学运维 TinyMCE (last version). For a start, it displays correctly on my website, but I found out it cannot show embedded videos. So, I
I have a few different applications that use TinyMCE and all experience the same problem... the pages (randomly it seems) show HTML source code to the user. When I use the inspector, I see that the re
After a few tests with my iPhone on vario开发者_StackOverflow社区us sites (a few Django one etc) I was looking at WYSIWYG editors and realised they don\'t really work too well on small touch screen de
I have just packaged my plugin for TinyMCE to distribute it along with Plone. 开发者_StackOverflow社区But how to tell TinyMCE in Plone to use my plugin? I checked site setup / addons / tinymce - ther
I开发者_JAVA百科 have a tinymce textbox which I want to disable and again enable on a button click through ASP.NET.
So I\'m wanting to implement the TinyMce helper. I\'ve followed instructions from the cakephp bakery but am still getting a error.
I am creating plugin for TinyMCE and I need to wrap existing elem (node) with new one. For example, if I have paragraph:
I have a form in which I want to edit a HTML template. It has 2 textareas, one for the HTML and another one for the CSS.
I have initialised TinyMCE as follows. I want to force line breaks when user presses enter and notthe paragraphs. I\'m trying following, but not working. I\'m using TinyMCE version 3_3_8.
i want to strip all the html tags when pasting in tinymce editor. following is the code which is not functional... following is the tinymce settings... the paste_preprocess callback is not trigering..