1
vote
1answer
17 views

Using TinyMCE as a text editor

TinyMCE is used in one of my projects as it was meant to be used; a WYSIWYG HTML editor. I created a number of plug-ins for it that inserts certain fragments of text into the HTML and all is working ...
1
vote
0answers
26 views

How do I add a file uploading feature to tinyMCE?

I am currently using tinyMCE for my website. I want to be able to browse folders on my computer to upload images. When I click on insert/edit image, it shows a button to browse files, but when I try ...
-1
votes
0answers
14 views

TinyMCE removing buttons [closed]

Recently I've added TinyMCE to my website. In it's current (default) state it has too many options for the people who will be using it, and I would like to remove a few of them. I've already tried ...
1
vote
1answer
20 views

Load content into TinyMCE

In advance thank you all for your help. I want to load content into a TinyMCE textfield. My code looks like this: <?php require_once('adminmenu.php'); $articleid = $_GET['id']; ...
-3
votes
0answers
25 views

Is it possible to use the tinymce skin from wordpress? [closed]

Is it possible to use the tinymce skin that you from wordpress as a custom skin for input fields of other web apps? It's probably just a question of getting hold of the css. But is there a known way ...
1
vote
1answer
34 views

Can't bind html with angularJS and tinymce

so the goal is to edit some text with tinymce, persist it and display it in a div using angularJS with the same html, style formating. I'm using tinymce 3.5.8 with angularUI directive, I've managed ...
2
votes
0answers
33 views

How can I create a thumbnail with TinyMCE's default video embed code?

I'm using TinyMCE to embed an FLV video. Using the default media tool with "Flash" selected in the dropdown for "media type", this code is generated: <object width="320" height="240" ...
1
vote
2answers
46 views

allow html 5 tags in tinymce editor for wordpress, when switching to visual tab in the editor and back

I am simply trying to retain my <u> tags and <b> tags, in wp admin post editor. However when switching back and forth from the visual view to the text/html view they are being changed to ...
1
vote
1answer
53 views

load tinymce full mode

i uset tinymce plugin in project in last version ( version 4.0b3 ) when use full mode not work and hidden textarea only . but in basic version work right . i used sample code in tinymce page but still ...
3
votes
1answer
53 views

TinyMCE and HTML

I want to add Some HTML content inside TinyMCE and display preview of that but in preview it show like that. I want to display content as html.Any help would be appreciated.
0
votes
0answers
34 views

Html tag effect in PDF report

I have a text field in my report. The value for the text field is taken from DB. The value stored in the DB has tinyMCE effect. I have to show with the same effect while displaying in the PDF report. ...
1
vote
1answer
74 views

TinyMCE stripping HTML

Originally I thought the problem was with the iframe, but now I've realized the problem is with TinyMCE stripping HTML from the Text. I'm trying to make TinyMCE stop from stripping the iframe tags ...
1
vote
1answer
47 views

Inserting Script Output TinyMCE and Jquery

I have a script that creates a basic table layout structure and I'm trying to use AJAX with jQuery to input the output of that script into a TinyMCE textarea. I wrote the script in PHP and it works ...
4
votes
3answers
65 views

How to get rid of html conflict

I'm using tinyMCE editor to post my message and if I entered any list type message or manually entered any div or li or ul items using tinyMCE, if I listed the message sent list it leads me to design ...
0
votes
2answers
428 views

Tinymce 4.0b1 is not loading

I am using these lines to load tinymce4.0b1 but its not loaded.whats the problem? <script src="~/Scripts/tinymce/tinymce.min.js"></script> <script ...
1
vote
2answers
152 views

Force TinyMCE to keep the original source code format

I have a database, where several pages are stored from a CMS system. The pages have HTML, JavaScript and several PHP calls. In general the code looks like this (only a bit longer): <div ...
3
votes
3answers
59 views

Changing tags with PHP depending on content length

I am writing an application that gives users a tinymce HTML editor. The problem that I am facing is that despite how often I ask my users to use "Heading 2" (h2) styles to format their headers, they ...
2
votes
1answer
105 views

Programmatically trigger Cut/Copy/Paste

I am using the TinyMCE plugin to give users a way to type in HTML content and this gets saved to the database. In some cases, I would like to port this content over to the default email client on the ...
0
votes
1answer
60 views

tinymce text alignment issue

I write text description in tinymce with spaces and html(line break and others etc etc).then i save it to mysql database.when i get it again and alert it,it shows me as same as it was.so till now it ...
1
vote
1answer
95 views

TinyMCE: Live copy text from TinyMCE to regular text field

something I've been struggling with here for hours now. We use tinyMCE on the back end for one of our consumer systems and the powers that be have dictated that they want the ability for whatever text ...
1
vote
1answer
17 views

Tiny mce height different in different browser

I have this code in my JS: tinyMCE.init({ width: "100%", height: "550", }); yet the height on the tinymce is seen differently in different browser. Any idea how can we solve this ...
-1
votes
1answer
136 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 ...
0
votes
0answers
179 views

TinyMCE: hidden textarea

I try to setup tinyMCE on my web site. This is my settings: <script type="text/javascript" src="extensions/tiny_mce/tiny_mce.js"></script> <script type="text/javascript"> ...
0
votes
1answer
357 views

tinyMCE + Codeigniter

My problem now is that when I make arrangements to CodeIgniter : $config['global_xss_filtering'] = TRUE; This setting remove tags that I made in the TinyMCE editor <img style="...."> As of ...
1
vote
1answer
32 views

Rendering WYSWYG edited text

I am using TinyMce wysiwyg text editor. I could send the text as expected to the server. What unexpected is, webrowser is not rendering it very well. text that is saved in the server is like this: ...
1
vote
2answers
286 views

multiple tinymce textareas

i use tinymce for a webpage that dynamically generate at least 5 text , how do i enable tinymce editing in all textarea ? the config i use only works on the first textarea. tinyMCE.init({ ...
0
votes
1answer
46 views

HTML problems with TinyMCE

I use TinyMCE for posting blog posts. Now i want to post the exact following in plain text, not as HTML: <ul> <li><a href="#">Title goes here</a></li> </ul> When ...
1
vote
1answer
57 views

tiny_mce insert/edit image custom html

How to change html output when inserting image from this: <img title="?" src="?" alt="?" width="xxx" height="xxx" /> into this: <a href="?" rel="?" title="?"> <img src="?" ...
1
vote
1answer
61 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 &lt;p&gt;Shaun ...
1
vote
3answers
275 views

TinyMCE scrubbing HTML in Umbraco

I'm trying to use bootstrap's collapse functionality in Umbraco, but when I edit the HTML of a page in the rich text editor (TinyMCE), the data- attributes are scrubbed when I save the page so the ...
-8
votes
1answer
111 views

How to open a < p> after a h2 [closed]

When I put one in my content < h2 > it closes my < p > but it does not open at the end of < / h2>
0
votes
1answer
93 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> ...
0
votes
0answers
71 views

tinyMCE inserting & retrieving html styling as plain from the database, Any solutions?

Currently I have a tinyMCE text editor which does work. The only thing is that the text which I input to the editor is stored and retrieved as so: <p><strong>this is the first ...
1
vote
1answer
78 views

tinymce removes html

I already searched this website (and google) but I cannot get this to work. I'm trying to insert an image in a tinymce textarea but the html necessary keeps getting removed when I click the "save" ...
1
vote
1answer
82 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: ...
1
vote
1answer
145 views

Preserve content within iframe after drag and drop - TinyMCE

I am trying to work TinyMCE into a large professional project I am working on. In one spot we need to have multiple instances in table rows that are draggable. However, when you begin dragging one of ...
0
votes
0answers
33 views

Get the source of copied data [closed]

I am working on web application. I am using tinymce editor in a webpage. If user pastes some copied data into the editor, source should also be pasted along wit that. Is this possible? Ex:- if user ...
1
vote
0answers
194 views

getting 403 forbidden in ajax

I am getting a very strange 403 forbidden error in an ajax call. The data is being sent in a post javascript object of multiple javascript variables after applying JSON.stringify on the object. One ...
1
vote
1answer
127 views

Replace backspace with strikethrough in TinyMCE

I am using TinyMce editor in my webpage. Where whenever user enters some text, he should not be able to delete the text... (Disabling the backspace Key) or else if he uses backspace key text should be ...
1
vote
1answer
141 views

add custom table style for tinyMCE

I wish to add custom table style for TinyMCE how can I specify how i want my table/header/rows styled? <table class="tdata " border="0" cellpadding="0" cellspacing="0" width="600" ...
1
vote
1answer
51 views

Format Pasted content in html editor

I am designing a HTML page where i have an editor where users write some text or they can paste some information. But what i need is whenever the data is pasted it should be formatted according to my ...
0
votes
0answers
74 views

tinyMCE colors not working - not adding #

I've just upgraded to tinyMCE v3 from v2 because I wanted to use the "paste_text_sticky" command but now I'm having trouble with the color picker Here is the code tinyMCE.init({ theme : ...
4
votes
1answer
173 views

get original dom element innerHTML without javascript processing

Background - in an article editor powered by TinyMCE for an enterprise in-house CMS behind large media site/s HTML <p>non-breaking-space: &nbsp; pound: &pound; copyright: ...
2
votes
2answers
399 views

tinyMCE when on fullscreen mode show HTML CODE by default

when i click Fullscreen button on tinyMCE, it opens in new window. All i want now is in this new window which has the tinyMCE in full screen, to be in HTML Source code mode by default. Also, i want ...
1
vote
2answers
74 views

Tinymce with FrameSet not working?

i am using tinymce attached with Textarea in my project. It works great. But when text area is inside frameset, it does not work. here is small code snippet of textarea inside frameset. It works as ...
0
votes
1answer
87 views

tinymce on joomla 1.5 15 filtered html option

I write because I have a problem with the editor TINY mcem 2.0 on joomla 1.5.15 Basically I can not find the settings that allow me to choose the text allow the editor. Specifically, each time add in ...
1
vote
1answer
26 views

Isolating rich text to protect the rest of the HTML on a page?

I have a TinyMCE Rich Text editor on a form for comments (work tool). I've had continual problems where coding and characters in the rich text has corrupted the rest of the HTML on a page where ...
0
votes
1answer
154 views

how to custom, tinymce image with caption [closed]

How to custom image on tinymce with caption ? like in the wordpress editor for any help or suggestion, i'm appreciated
1
vote
1answer
352 views

How are multiple spaces showing in HTML, without pre, nbsp or white-space: pre?

I'm sure this shouldn't be possible. Somehow, multiple spaces within paragraphs in my HTML markup aren't collapsing. They are not &nbsp;, not in a <pre> tag, not set to white-space: ...
0
votes
0answers
53 views

TinyMCE Weird Display Behaviour in IE8+

TinyMCE is appearing with far more spacing than it should. This is a new problem I have run across and I have put TinyMCE in alot of sites, and never had this issue: I have tried changing TinyMCE ...

1 2 3 4 5