-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all. I'm using the savage_beast forum plugin and tinymce (via the tinymce_hammer plugin) in my rails app. When posting a new post, tinymce works fine. However, when i go to edit a post i get the tinymce editor, but the content in the edit box has all been converted into html.
Can anyone tell…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to add TinyMCE to page but I am getting these errors:
Error: tinyMCE is not defined
Source File: https://my.secure.site/tinymce/jscripts/tiny_mce/langs/en.js
Line: 1
Error: tinymce is not defined
Source File: https://my.secure.site/tinymce/jscripts/tiny_mce/themes/advanced/editor_template…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
The problem occurs when I try to create small plugin to allow me toggle on and off WYSIWYG on all textareas in the website.
//$('form.default textarea').each(function(){
// console.log( $('<a href="#">Enable WYSIWYG editor</a>').insertAfter('form.default textarea').prev('textarea.wysiwyg')…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I got a detailed answer to my previous question about TinyMCE editor (link text)
The answer raised a new question .
In case I want to use more then one TinyMCE package in my ASP.Net Project
For example to use the Development Package and the .Net Package(Or use the Development Package ,…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I wanted to use a Rich Text Editor for a text area inside an update panel.
I found this post: http://www.queness.com/post/212/10-jquery-and-non-jquery-javascript-rich-text-editors via this question: http://stackoverflow.com/questions/1207382/need-asp-net-mvc-rich-text-editor
Decided to go with…
>>> More