In Tinymce I select an image. I would like to create a link with this: var code开发者_如何转开发 = window.opener.tinyMCE.activeEditor.selection.getContent();
I\'m dynamically creating and destroying textareas for this purpose. However, when I create a textarea and then an instance of it in tinymce--then come back to the page again, it doesn\'t work. I\'ve
I am having some issues getting TinyMCE to be as flexible as I need it to be.In my editor (used in a cakePHP-based app) I am not allowing users to edit the html, so we are relying entirely on the WYSI
I am using the cakephp tinymce helper. I know I c开发者_StackOverflow社区an change the themes from simple and advanced, etc. I\'m wondering if it\'s possible to go further than that and explicitly set
I am trying to configure tinymce to not allow css styles in style attribute. I just want to allow one style which is text-decoration. Here is a similar problem
I have form with Tinymce. I am saving text writen in tinyMce using ajax call. when I press the save button it does not save the latest value which i entered in tinymce.
Using django-tinymce I have successfully embedded TinyMCE in the Admin before. Embedding it in a front-end form does not seem to work for me however.
<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">
I\'m new to tinyMCE and I like the jQuery plugin that comes in the latest version. However I\'d like to set global options that would be used in every 开发者_Python百科subsequent instance; for example
node/* user/* comment开发者_StackOverflow/* This is what I am using to enable tinyMCE Drupal on particular pages.