1
vote
1answer
21 views

Textarea Resize Handle Image Source

Where can I get the source image for the text area resize image in each browser? I've got a custom control that is resizable with some standard text areas on the same form (TinyMCE). I'm trying to ...
1
vote
1answer
18 views

Class Sofzo_From not found error when implementing Sozfo TinyMCE solution

I'm trying to implement TinyMCE to text areas using the solution mentioned in Sofzo. But when I try to extend the Sofzo_Form I get the following error : Fatal error: Class 'Sozfo_Form' not found in ...
-1
votes
1answer
89 views

tinyMCE is not working [closed]

I am building a site with PHP and MYSQL. I have extracted tiny_mce to htdocs root folder of apache..now the directory is like htdocs\jscripts\tiny_mce.. Now i have included the tiny_mce.js and wrote ...
1
vote
1answer
55 views

Getting tinymce to display what I type withing the textarea?

At the moment I am able to post content to the database and retrieve this content via SQL querys. Unfortunately, When I do retrieve the content it appears as so on the webpage <p>Shaun ...
0
votes
0answers
58 views

TinyMCE textarea caching on single page application

I have a weird issue I just cant figure out but have an idea of what is going on. I have a textarea that shows text in it every so often when there should be nothing there. I have two partials that ...
0
votes
1answer
74 views

Getting textarea html to apply styles given in the tinyMCE editor, database issue?

I have a tinyMCE text editor which works. The only thing is that the text which I input to the editor is stored and retrieved as so: <p><strong>the first line</strong></p> ...
1
vote
1answer
61 views

Placing div right of tinymce textarea

I'm trying to place a list of images right of a tinymce-textarea. It works fine with a plain textarea without tinymce, but when i add tinymce, the images are placed below it. HTML: ...
-2
votes
1answer
82 views

Use Flash TextArea as TinyMCE Editor textarea [closed]

I have a flash swf file which has TextArea, I want to use that textarea as a TinyMCE textArea. Please Guide me how to do it.
1
vote
1answer
68 views

Font style doesn't work on front end

I have an admin panel -developed by me- (where tinymce and textarea are placed) and the frontend (where I output the text saved in the database submited with tinymce). The problem is with the ...
2
votes
0answers
104 views

Tinymce, textarea in my textarea editor

I use TinyMCE. If I insert in my textarea (editor) another texarea, tinymce considers that the closing tag of this one is concerned and so he closes the editor. All code can be found there after ...
1
vote
1answer
209 views

TinyMCE and textarea id change

I have a list of textareas. Each textarea is in a separate div: 1. < div id="div_textarea1"> <textarea id="textarea1"></textarea> < /div > 2. < div id="div_textarea2"> ...
1
vote
1answer
122 views

TinyMCE: Clear editor content when repaste from word

I have a tinyMCE editor on my textarea. I am using often the paste from word button and I would like to clear the content of the editor when I am repasting from word. Do you have an idea on how to do ...
1
vote
1answer
119 views

TinyMCE content not being updated when using hide

First of all, this is not about the tinyMCE.triggerSave(); Sometimes when editing content, I switch to the textarea mode with the following $('#id').tinymce().hide(); // from the official example ...
1
vote
1answer
474 views

Activating Wordpress TinyMCE editor for a text area [closed]

I am trying to activate TinyMCE for the text area. My code is below <?php wp_editor( '', 'content-id', array( 'textarea_name' => 'txtmessage', 'media_buttons' => false, 'tinymce_adv' => ...
3
votes
1answer
156 views

tinyMCE click outside, textarea hide

I have a tinyMCE textarea, in div named text_editor. So i have in my jQuery: $('#text_editor').hover(function(){ mouse_is_inside=true; }, function(){ ...
0
votes
2answers
471 views

TinyMCE executes HTML tags - how to stop it?

I'm trying to include simple code samples in the TinyMCE editor. It looks fine when I'm writing it and when it is saved in the MySQL database. But when loading it in the TinyMCE editor once again the ...
0
votes
1answer
1k views

Set textarea value with javascript after TinyMCE initializing

I hava an textarea and I am using tinyMCE on that textarea. What I am doing actually is that when the page is opened, I am populating the textarea with some text, and after that I am initializing the ...
1
vote
2answers
801 views

setContent of an textarea with tinyMCE

I have some textareas and all of them are with tinyMCE. I would like to set the content of the specific textarea, but I can't find how. I have tryed this: ...
0
votes
1answer
287 views

django remove line break from textarea python

i have a text area tha is tinymce application that devolve the text introduce in html. so if i introduce this: I, this is an example. that i recive,<p> I, this is an example.</p> in my ...
3
votes
2answers
166 views

Way to use a native editor for textarea (or JS-powered WYSIWYG editor)?

I'm looking for a way to use my favorite "native" editor, Sublime Text 2, to fill textareas and/or WYSIWYG-editors like TinyMCE. I'd like to have some kind of daemon, service or browser extension ...
3
votes
1answer
508 views

Tinymce AutoResize issue

I'm using tinymce 3.5 with the autoresize plugin. The plugin works great for me while the user is adding content, but afterwards I'm serializing this content in order to allow for later editing of it. ...
0
votes
1answer
319 views

Can't submit a form with Symfony2 and TinyMCE

I have a form with a textarea enriched by the TinyMCE Javascript library. When the Javascript library is enabled, then if I press the submit button the page don't change! If I disable the library, ...
0
votes
3answers
474 views

tinyMCE - I need to limit width/height of text entered

I have a tinyMCE textarea in which I want to limit how large, in pixels, whatever the user enters. Really, I do. I know this is not how most people use tinyMCE, but we are allowing clients to enter ...
3
votes
1answer
2k views

Change TinyMCE input height from textarea height

My form uses inputs and textareas, some of which I've added as TinyMCE elements. The problem is that the inputs are converted into the same size as the textareas. I'd like the inputs to be the same ...
1
vote
1answer
1k views

jQuery/TinyMCE displaying and removing multiple textareas with animation

On a dynamically generated page I have X TinyMCE-textarea, with jquery and css these "forms" are being hidden or displayed, based on "select". At first, TinyMCE displayed without problem, but after I ...
0
votes
2answers
2k views

How to use TinyMCE textarea editor as a class?

I have some TinyMCE textarea editor for my PHP programs like this one: <!-- TinyMCE --> <script type="text/javascript" src="../jscripts/tiny_mce/tiny_mce.js"></script> <script ...
2
votes
1answer
91 views

Is it possible to have one TinyMCE Editor Bar for two Textareas?

I have two textarea in my page that receive same type of contents (two for two portion of text). Can I have one TinyMCE editor bar that work on focused textarea? How? thanks
1
vote
3answers
338 views

Looking for a simple equivalent to a formattable textarea

I have created a little dsl for querying our company database. I am now trying to create a web front end. I began using textareas to allow users to enter their queries, but recently discovered that ...
3
votes
1answer
1k views

tinyMCE textarea focusout event?

I am working on existing project. I have to detect tinyMCE focusout/blur event to save it automatically via AJAX. I found following existing working code: // reinit tinymce $($("#chapterBill ...
2
votes
1answer
3k views

Set Value Inside a TinyMCE Editor using jQuery

Hi I need to set predefined content inside the tinyMCE Editor. Below is my html and jquery. <script type="text/javascript"> tinyMCE.init( { mode : "exact" , elements : ...
1
vote
2answers
344 views

How to access the hidden input field which TinyMCE uses for text editor

I am creating an application where I am using the TinyMCE editor to provide the text editing options in the text area. I want to provide a save feature where I want to save the textarea content using ...
1
vote
2answers
999 views

TinyMCE won't center

No matter what I try to do, I can't get my tinyMCE text editor to center properly. here's the markup: <div id="container"> <form method="POST" id="tiny_mce"><div ...
0
votes
0answers
234 views

Rails 3 - tinymce doesn't send data

In my app use tinymce editor and the problem is that the form send empty textarea. When I remove Tinymce from this form, so everything's working well. <%= form_tag({ :controller => 'home', ...
1
vote
4answers
2k views

TinyMCE not working in http request xhr ajax generated page

So i I have a page that contains links that call an httpRequest. The request calls a php file that grabs data from mysql and pre populates a form which is then returned to the browser/webpage. My ...
2
votes
2answers
3k views

Watin - How to set value of textarea (HTML editor)?

I'm trying to set the value of a textfield using the following code: if (ie.TextField(Find.ById("testField")).Exists) ie.TextField(Find.ById("testField")).Value = "Test"; The code passes without ...
3
votes
3answers
1k views

Using TinyMCE rich text editor - how to modify the textbox size?

I just implemented the TinyMCE rich text editor on my site, and it is actually pretty awesome, but I do have 2 questions. On this page for example: http://www.problemio.com/add_problem.php 1) What ...
1
vote
1answer
191 views

Tinymce initizlising textarea with <> tags

Tinymce editor is not rendering editor properly when the content is something like <textarea><p>&lt;sample data&gt;</p></textarea> i.e. <sample data>. When I ...
1
vote
1answer
189 views

Load an Image in separate textarea(other than TinyMce) in jquery

ok, I have a snippet at jsfiddle, I have two textarea's, right one is a tinymce editor and on the left textarea I need to load the images onclick of a particular option in a dropdown. Every thing is ...
3
votes
1answer
563 views

TinyMCE loading lang/plugins/theme from incorrect directory

I am having trouble with TinyMCE. When it is searching for the lang, theme, and plugins, it is supposed to look in the directory where the base script files are located. however, instead of doing ...
0
votes
1answer
77 views

Multiple tinymce_hammer in same form in rails

Iam using tinymce_hammer as a rich text editor. But now i have a form where there are two textareas. they have to be tinymce_hammer. but now when i save, only one textarea is saved in the db. the ...
1
vote
2answers
1k views

Change value of textarea on dropdown select

Ignore the previous question - this is the only bit I don't understand now, everything else works: UPDATE: ALMOST WORKING: $(document).ready(function(){ $("#fileSelect").click(function(){ var ...
1
vote
2answers
137 views

html textarea how to apply styles on content within the textarea

I know that this topic has been discussed since I can see traces on the web. The consense seems to be that it is impossible. But I know on at least one product (TinyMCE) which manages to do it. Note: ...
1
vote
1answer
580 views

tinymce removes the textarea

I have a very weird problem, first: this is my tiny init: function recargar_tiny(){ // General options tinyMCE.init({ // General options mode : "textareas", ...
1
vote
1answer
69 views

TinyMCE smaller in IE than in FF -?

I sized my tinyMCE boxes by using the cols and rows attributes of the textarea tag. There's a problem, though - they look how they should in FF 4 and they look very small in IE 8 - does anyone have a ...
1
vote
2answers
375 views

Is it safe to use only HTML editor instead of Textarea?

I am thinking of converting my forum input textarea exclusively to TinyMCE HTML editor. I already have both options but it is a pain maintaining both and inserting images in textarea needs preview ...
1
vote
3answers
677 views

Tinymce click on a textarea?

Im trying to implement a click on a textarea in tincymce through jquery but it does not seem to work. Anyway around this. I am not getting any areas Thanks $('textarea').click(function( event ){ ...
13
votes
2answers
6k views

I am using tinymce, Is it possible to apply for only one textarea

I am using tinymce, I have multiple text areas on my page. Is it possible to apply for only one textarea, 1 text area is for description validation is like below var text = ...
1
vote
1answer
635 views

Placing <textarea> inside tinymce (yes this again)

I've searched and searched for 2 days and I cannot seem to find a solution to my problem. So, in my CMS the normal operation for loading and saving content into TinyMCE works fine, but all goes to ...
1
vote
2answers
224 views

Drupal custom module, turn tinymce off programatically?

In a Drupal, on a textarea in a custom module, how can I turn tinymce editor (tinytinymce) off programatically? $form['subject'] = array( '#type' => 'textfield', '#title' => t('Please ...
2
votes
2answers
1k views

TinyMCE - Adding a Key Binding CNRTL-S COMMAND-S to call an AJAX save Function

I'd like to learn how to bind a CNRTL-S or COMMAND-S to call a function that I have on my page which AJAX saves the textarea content's How can I bind those two commands? I used to use the following ...

1 2