TinyMCE:Plugins/safari
From Moxiecode Documentation Wiki
[edit]
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.
[edit]
Installation Instructions
- Add plugin to TinyMCE plugin option list example: plugins : "safari".
[edit]
Initialization Example
tinyMCE.init({
theme : "advanced",
mode : "textareas",
plugins : "safari"
});
