Skip to content

Plugin: ForceBlocks

Afraithe edited this page Sep 13, 2010 · 1 revision

This plugin will force paragraphs (P) tags on all browsers in order to normalize the output for the editor since this is default in IE.

Example:

<textarea id="content1" name="content1"></textarea>
<script type="text/javascript" src="punymce/puny_mce.js"></script>
<script type="text/javascript" src="punymce/forceblocks.js"></script>
<script type="text/javascript">
var editor1 = new punymce.Editor({
        id : 'content1',
        plugins : 'ForceBlocks'
});
</script>

Clone this wiki locally