Tagged Questions
0
votes
0answers
4 views
Tinymce Fullpage Plugin & Link tag
I'm using tinyMCE with fullpage plugin. I have an html code in my editor. I use <link> tag to import stylesheet into editor. When I post the content in the editor, it works fine. I can see all ...
0
votes
0answers
6 views
TinyMCE: link auto-completer
We're using TinyMCE for inside our homebrew CMS. We'd like to simplify linking to other pages on our sites. Here's what I'd like to accomplish:
As the user is editing inside TinyMCE, they press @, ...
1
vote
0answers
21 views
TinyMCE used in a partial is not loading when it is called in another partial remotely
In my rails app, I have a page for creating a new question. Also I need to create the same type of sub question under the parent question. So the layout being the same, I have used a partial ...
1
vote
2answers
24 views
WP - JS - Get Instance of Tinymce Editor
I'm creating a Wordpress plugin, which adds a metabox right under the post editor containing a button. The plugin also loads a Javascript file right below the closing </body> tag.
PURPOSE
At ...
2
votes
1answer
33 views
Does the order of jQueryUI Dialogs make a difference (maybe just with TinyMCE)?
In the script below (live example is located at http://jsbin.com/aliket/1/ with source code located at http://jsbin.com/aliket/1/edit), I created two dialogs, where one (#dialog2) is a child within ...
1
vote
1answer
23 views
TinyMCE: validate elements on each keystroke
I'm using TinyMCE as a base for a WYSIWYG editor, and I'd like to only allow a subset of HTML elements to be entered in it, whatever the mean.
There are three different means of entering HTML ...
1
vote
2answers
30 views
TinyMCE limit characters typed by users
I googled a lot for limiting the characters in TinyMCE but nothing is working! How do i create a message box if users type more than 500 characters?
1
vote
0answers
31 views
Mimicing event inside callback function from external of callback
Upon a given event, I wish to trigger a given action. In particular, I would like to hide an editor by performing tinymce.editors['myID'].hide();. Turns out this method is only available within the ...
1
vote
2answers
58 views
JavaScript object properties are “sometimes” undefined
I am very confused.
I created the following script which is located at http://tapmeister.com/test/dom.html. For some unknown reason, tinymce.editors.ta1 and tinymce.editors[0] show up as undefined, ...
2
votes
1answer
55 views
How to target TinyMCE editor for styling
I feel kind of silly asking this question. I am simply trying to target the entire TinyMCE editor so I can apply some style to it; for example apply 10px of padding around it.
I am using TinyMCE 4. ...
1
vote
0answers
14 views
TinyMCE - how do I reliably get the node that was selected prior to the blur event?
I'm trying to delete an empty/hanging list item if the user focuses outside the editor when there's one remaining (eg if the user leaves the cursor inside the li and clicks outside the editor,
This ...
2
votes
0answers
38 views
Adding an extra button to Tinymce popup
I need help in adding the browse button to the image poup in Tinymce.
I only need the div itself, nothing extra.
I'm using Tinymce v4
This is my config:
tinymce.init({
selector: "#id_content",
...
1
vote
0answers
34 views
Rich Text Editor for iPad
I am developing an iPad app that contains a Rich Text Editor. I did some research and found an excellent tool called TinyMCE. I am trying to integrate TinyMCE in my app, has anybody succeeded in ...
1
vote
1answer
29 views
Not getting updated test in tinyMCE editor
I am using tinyMCE for showing editor in my asp.net site for add and edit article functionality. My code is as follows
<script type="text/javascript" language="javascript">
...
1
vote
1answer
28 views
TinyMCE Full Screen Command Not Working
According to what I could find on the net, to put tinyMCE editor to full screen mood automatically you need to do this.
oninit: function () {
...
1
vote
1answer
23 views
TinyMCE - How can I turn off Visual Aids for printing?
I recently added TinyMCE 4.0b2 to a web application I've been developing.
I needed to have visual aids turned on for editing, however turned off when printing and spent a fair amount of time looking ...
3
votes
2answers
44 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.
2
votes
0answers
37 views
ed.onKeyDown in tinymce example
I have newest version of tinymce editor. I have problem, when I want to add section ed.onKeyDown. In firebug console I have error message:
TypeError: ed.onKeyDown is undefined
Before is my full ...
0
votes
1answer
70 views
Cross browser issue with TinyMCE iframe resize
After I found a solution to resize my tinyMCE instances ( they are readonly ). I faced a problem that I can't solve from hours... When I init the tinyMCE everything is OK, but in Internet Explorer and ...
1
vote
0answers
33 views
Unable to get toolbars, reasonably-sized windows, and other things in TinyMCE 3.5.6 fullscreen mode
I am making changes to a set of forms that are using TinyMCE 3.5.6 as the WYSIWYG editor. One of the modifications I would like to make is to allow people to edit text in a separate window, and the ...
1
vote
1answer
22 views
How to make TinyMCE to fit content height when it's read only?
Please help because I'm stuck from hours. I have multiple count of text areas in one page. Each text area has different content inside which makes it with different height. When I init TinyMCE like ...
3
votes
2answers
92 views
Click event on TinyMCE 4.0
Recently, I try to integrate TinyMce (I have download the version 4.0) in my web application. I would to put a click event when I click on the textarea but it doesn't work. I have looked on the ...
1
vote
1answer
70 views
Validation of user input for quality [closed]
Taking Stackoverflow as an example, how can one one set out to eliminate bad questions from popping up? Questions that only contain:
Spaces
Gibberish
Repetitive characters
Combination of characters ...
1
vote
1answer
55 views
Javascript Counting bold and italic in editor tinymce or ckeditor
how too Counting bold and italic words in editor tinymce or ckeditor.
Anybody can help me?
I do this http://szymoon.nazwa.pl//tinymce/tinymce2/index7.php
But this don't count good.
1
vote
0answers
29 views
How to change default Key-Entry behavior with TinyMCE?
I've implemented the new version of TinyMCE successfully in a huge form, its works but there seems to be a bug whereby you can no longer hit return on another input text field to submit the form
For ...
0
votes
0answers
62 views
TinyMCE execCommand: how to move the insert outside of nearest element tag
In the onclick script below, I need to prevent the insert span from appending itself inside a tag.
Specifically, when I place the cursor next to an Hx level element (while in the visual edit mode) ...
0
votes
0answers
31 views
Tinymce and IE 9 Issue
I have tinymce 4.0 in the page and when I select the text and try to paste it via cntrl v, I get the pop up saying that no access to clipboard.This happens in IE8/9. However the same works fine in ...
1
vote
2answers
54 views
TinyMCE add class to img tag
I am using TinyMCE editor as a stand alone editor in my CMS.
The site, by default puts a curved border around any image tags within the cms div ID.
I need to have the option, within the CMS to ...
0
votes
0answers
34 views
Trying to get tinymce to work
I have a page with textboxes. I have tried to add a tinyMCE editor but it does not show when I load the page.
This is the code I am using:
<script type="text/javascript" ...
2
votes
1answer
32 views
Resizing a specific TinyMCE editor added by JS
I am adding/replacing two textareas with TinyMCE via two different javascript clicks/calls. They have different IDs and are being added correctly by the 'execCommand' call:
...
1
vote
1answer
36 views
TinyMCE, new font added can't be selected
I've added a new font with theme_advanced_fonts on tinyMCE, but it doesn't works.
All others fonts works, I can select it and see result but with the new font, if text is in this font, I see good ...
4
votes
4answers
240 views
Get input field value from dialog box in TinyMCE
all.
I'm having a hard time figuring this out, it's the second time I need to do something with tinyMCE but this time I just can't find the answer.
Here's what I want to do: I have added a button on ...
1
vote
1answer
132 views
How to allow HTML tags with TinyMCE paste plugin?
I was wondering that I couldn't find a solution to this problem, after searching several hours.
I want two modes in my almighty TinyMCE editor:
Allow to copy/paste HTML text or Word/OpenOffice text ...
-1
votes
1answer
93 views
toolbar not being displayed in tinymce text editor
I am using tinymce for the first time. I am following the example they have given but it doesn't seem to work. I can only see a text box with rounded corners, no toolbars and button.
What should I ...
0
votes
1answer
97 views
Is there a way to open TinyMCE popup dialog from a button?
I'd like to have TinyMCE open up as a popup dialog and load specified content for editing.
I have some text inside a div and upon clicking a button, I'd like to have TinyMCE open for editing the ...
2
votes
1answer
82 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 ...
7
votes
2answers
425 views
TinyMCE customize “file” menubar
Is there a way to customize (add and remove options, e.t.c..) the menubar in TinyMCE 4.0? I am unable to find any documentation on that specific part of the editor. The image below demonstrates the ...
3
votes
1answer
493 views
TinyMCE 4 with elFinder
Is somebody already tried to integrate elFinder into new (4b1) version of TinyMCE?
It looks like previous implementation isn't working.
Please post some snippets, thanks a lot.
0
votes
1answer
43 views
TinyMCE Force newline \n after shorcode tags in editor visual mode
In the function below, I've added a "\n" string at the end of the column 1 shortcode, however it has no effect in the tinyMCE visual editor. I'm expecting a newline to separate the shortcodes onto ...
1
vote
1answer
74 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 ...
2
votes
1answer
83 views
Detect right click delete/cut/copy tinymce
How can I detect right click delete on tinymce ? I detected the paste event by the onPaste event, but I am stuck on the cut delete and copy. I know that there is the event onContextMenu but there ...
2
votes
2answers
59 views
Return text length on keyup tinymce
I need to get current text length, (only text length without html tag) from tinymce editor on keyup. What I do is
grab the content using getContent();
strip the tag using strip_tags(not php but ...
1
vote
0answers
81 views
TinyMCE, save_callback and onSaveContent
I'm using the tinyMCE editor with some custom plugins.
The problem I have is when I save the content, I would like do some work before sending the HTML to the server.
I know there is two functions to ...
0
votes
0answers
33 views
tinyMCE in Internet Explorer - selecting all text
Whenever someone clicks on a DIV I want it to be activated by TinyMCE and I want TinyMCE to automatically select all the text in the first paragraph of the DIV.
This is my code for the selection:
...
1
vote
2answers
54 views
Javascript array variable gets lost in loop [duplicate]
So I'm trying to put in additional buttons into my tinyMCE wysiwyg editor on wordpress. They're showing up and are functioning (sort of). When clicked they're just outputting the last variable in the ...
0
votes
0answers
20 views
Custom TinyMCE Plugin appearance in textarea
I developed a plug-in that performs a Tiny MCE gallery, however I would like to customize the appearance of the object in the textarea, as is the case for example with the Flash plug-in provided by ...
1
vote
1answer
20 views
Dynamic Creation of Editors - Does Browser need to exit the function to make the changes?
I am trying to dynamically create and destroy TinyMCE editors like this .
1) It appears that if I put a break point and check for tinymce editors after creation , i.e after the first for loop - I dont ...
1
vote
1answer
16 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 ...
2
votes
0answers
95 views
TinyMCE - mceInsertContent without converting html to entites
I am writing a plugin that will allow me to add prepared html partials to my editor.
My problem is that when I run mceInsertContent command it automatically converts my < > brackets into entities.
...
1
vote
1answer
28 views
tinyMCE ssl/https files not loaded
Tiny MCE config:
script_url: '/_js/tinyMCE/tiny_mce.js', // Location of TinyMCE script
When tinyMce editor is loaded on page it request few files (lang, plugins).
Everything is perfect when there ...




