Option: event_elements

This option should contain a comma separated list of elements thay may have event attributes such as onclick and simmilar. This option is needed since some browsers execute these events while editing content. This option is set to "a,img" default.

Example of usage of the event_elements option:

tinyMCE.init({
	...
	event_elements : "a,img,span"
});