Related questions
Limit the number of character in tinyMCE
Im using tinyMCe for my project.Everything is working fine but now i want to restrict the number of character that will be insert into tinyMce textarea
tinyMCE.init({
// General options
mode : "textareas",
theme : "simple",
plugins : "autolink,lists,pagebreak,style,…
tinyMCE blur event
Hello
I want to do some stuff when user finished writing in the tinyMCE textarea and click somewhere outside (onBlur).
So far I haver try:
$('#id_topic_text_parent').live('blur',function(){
alert('asd')
//I saw #id_topic_text_…
TinyMCE, allow data attribute
I have to use the HTML 5 data attribute in Tiny MCE, but the editor always clear them, as it's not an attribute known by the default valid_elements configuration.
So I have 2 problems here:
the data attribute is dynamic ( it …