TinyMCE:Plugins/safari

From Moxiecode Documentation Wiki

Jump to: navigation, search

Plugin: safari

This plugin solves various Safari compatibility issues. Since this browser has serious bugs and issues when it comes to designMode some workarounds were needed. This plugin will only be loaded if you are using Safari so Firefox or IE will not load it.

Installation Instructions

  1. Add plugin to TinyMCE plugin option list example: plugins : "safari".

Initialization Example

tinyMCE.init({
	theme : "advanced",
	mode : "textareas",
	plugins : "safari"
});
Personal tools