TinyMCE HTML Encode Backslash
Question
so my question is similar to the one found here, following the example there i am trying to force Tiny MCE to encode backslashes……
currently all i am doing to test this is setting a break point on the page for the following line
tinymce.init( init );
then i run the following in the console
init.entities += ",92,#92"; init.entity_encoding = "named";
I see the values update in the init object but my is not converted….
not really sure what i am missing……
0
encoding, tinymce
8 years
2014-10-22T10:46:43-05:00
2014-10-22T10:46:43-05:00 0 Answers
102 views
0
Leave an answer