I want to set content of an element to the first node of the tiny mce. I can retrieve the id of this node, but don\'t know how to set content inside it.
How do you change the default font type and font size in TinyMCE? I\'m using the advanced skin and I\'ve changed the body, td, pre style in default/content.css but it 开发者_高级运维still doesn\'t ch
开发者_StackOverflowI want to retrieve the styles of a node inside the tiny mce instance. With getStyle, I can get only the styles, that I will provide as an argument. But, I don\'t know which styles
I\'m using Remy Sharp\'s jQuery plugin to display hints in text boxes. I\'d like to do the same with TinyMCE - display a hint, like \"Type some text here.\", and when the user focuses the TinyMCE edi
I have a drag drop interface from which user can add elements to page. For example, I want to nest an image inside a paragraph. To make the text elements editable and apply styles to it, I\'m using a
I want to set height of tiny mce depending on the type of element it is initialized for. For example, I want to set height 200px for headings and use mce\'s default size for for paragraph and ordered
I used pip to install it, and followed the usage directions found here: http://django-tinymce.googlecode.com/svn/tags/release-1.5/docs/.build/html/usage.html under the section \"The HTMLField model fi
I want to get the id of a node inside TinyMCE. I searched in the documentation, but could not find this.
I want to design an editor, but don\'t want to use TinyMCE\'s tool bar. I need the abi开发者_运维问答lity for the user ton apply styles to the selected element or its selected content using my own i
I have just implemented TinyMCE and it is working fine, except that the user must type something, even a space character, before being 开发者_开发问答able to delete content.