tinymce
How to prevent tinyMCE from modifying image URLs in rails
I have a problem with tinyMCE and Image URLs in rails. I inserted the image with this URL: http://mydomain.com/fold1/fold2/fold3/2010/name.png[详细]
2023-04-11 22:57 分类:问答Ignore/replace element attributes in TinyMCE
I have been searching without any results, does anyone here know how to ignore and/or replace element attributes in TinyMCE?[详细]
2023-04-11 18:52 分类:问答Redraw the page after heavy javascript usage
I have a page in which I use javascript heavily, I use jquery, extjs, tinymce and bunch of other things in the same place.[详细]
2023-04-11 13:42 分类:问答TinyMCE plugin get reference to the original textarea
The Setup Many TinyMCE editors, displayed in jQuery tabs, each editor is for a specific language. The problem[详细]
2023-04-10 07:27 分类:问答tinyMCE: Remove last inserted code
Foll开发者_如何学JAVAowing from this: TinyMCE editor fixed size with no scrollers? How can I remove the last inserted code in tinyMCE?[详细]
2023-04-10 06:02 分类:问答tinymce editor using opa
import stdlib.core.web.resource Editor = {{ base_url = Resource.base_url?\"\" load = <script type=\"text/javascript\" src=\"{base_url}/tinymce/jscripts/tiny_mce/tiny_mce.js\"></script>[详细]
2023-04-09 20:29 分类:问答Accessing WordPress's TinyMCE iFrame
Using jQuery I\'m trying to manipulate the WordPress content editor, which uses TinyMCE inside of an iframe. I can\'t seem to get the following code to work as intended:[详细]
2023-04-09 17:42 分类:问答tinymce - how to set the focus to the first editor on a page with multiple editors?
if I have more than one tinymce editor on a page, every action I do goes to the last editor unless I explicitly click on the ed开发者_如何学Citor I want to edit.For example, I made a plugin, which dis[详细]
2023-04-09 15:59 分类:问答tinyMCE alert what you just wrote
In the tinyMCE init editor, How can i in setup do: ed.onKeyDown.add(function (ed, evt) { // alert the character you just typed[详细]
2023-04-09 14:31 分类:问答Add stylesheets and .js files to tinyMCE editor in wordpress?
I would 开发者_Go百科like to had some jquery files and stylesheets to the head of the tinyMCE editor of wordpress. Any suggestions on how to do this?Use an own plugin or the tinymce setup paramter[详细]
2023-04-09 09:37 分类:问答