Zen Cart Logo
Forums / General Questions / HTML entities in TinyMCE

HTML entities in TinyMCE

Locked

Views: 2,998

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

ryska

New Zenner

Join Date:
Apr 2005
Location:
Louny, Czech Republic
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, 2:53 PM
#2
ryska avatar

ryska

New Zenner

Join Date:
Apr 2005
Location:
Louny, Czech Republic
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",