TinyMCE:Configuration/entities

From Moxiecode Documentation Wiki

Jump to: navigation, search

Option: entities

This option contains a comma separated list of entity names that is used instead of characters. Odd items are the character code and even items are the name of the character code. Part of the default value of this option is placed in the example below.

Example of usage of the entities option / default value:

tinyMCE.init({
	...
	entities : "160,nbsp,38,amp,34,quot,162,cent,8364,euro,163,pound,165,yen,169,copy,174,reg,8482,trade,8240,permil,60,lt,62,gt,8804,le,8805,ge,176,deg,8722,minus"
});
Personal tools