Skip to content
Afraithe edited this page Sep 13, 2010 · 1 revision

This plugin tries to patch over all quirks Safari 2.x has. But since Safari 3.0 is now the latest version and less than 1% of the users out there use Safari 2.x this plugin is no longer needed.

Example:

<textarea id="content1" name="content1"></textarea>
<script type="text/javascript" src="punymce/puny_mce.js"></script>
<script type="text/javascript" src="punymce/safari2x.js"></script>
<script type="text/javascript">
var editor1 = new punymce.Editor({
    id : 'content1',
    plugins : 'Safari2x'
});
</script>
Clone this wiki locally