Forums / General Questions / HTML entities in TinyMCE

HTML entities in TinyMCE

Locked
Results 1 to 2 of 2
This thread is locked. New replies are disabled.
22 Sep 2008, 13:40
#1
ryska avatar

ryska

New Zenner

Join Date:
Apr 2005
Posts:
50
Plugin Contributions:
0

HTML entities in TinyMCE

How disable html entities from TinyMCE editor plugin, please?
I replaced this code: entity_encoding : 'named' with entity_encoding : 'raw' in two files.
editors/tinymce/tiny_mce.js
editors/tinymce/tiny_mce_src.js, but without efect.
22 Sep 2008, 14:53
#2
ryska avatar

ryska

New Zenner

Join Date:
Apr 2005
Posts:
50
Plugin Contributions:
0

Re: HTML entities in TinyMCE

Result:
editors/tinymce.php

this code
		theme : "advanced",
		width : "100%",
		height : "460",


replace with
		theme : "advanced",
		entity_encoding : "raw",
		width : "100%",
		height : "460",