Tinymce Simple Configuration

Nice Simple Blog Tinymce Configuration!

<script type=”text/javascript” src=”Scripts/editors/tiny_mce/tiny_mce.js”></script>
<script type=”text/javascript”>
tinyMCE.init({
// General options
mode : “textareas”,
theme : “advanced”,
theme_advanced_buttons1 : “bold,italic,underline, strikethrough, separator,justifyleft, justifycenter,justifyright,  justifyfull, separator,help, link, unlink, cleanup, code, removeformat, blockquote, paste”,

theme_advanced_buttons2: “”,
theme_advanced_buttons3: “”,
theme_advanced_buttons4: “”,
theme_advanced_toolbar_location : “top”,
theme_advanced_toolbar_align : “left”,
force_br_newlines : true,
force_p_newlines : false,
forced_root_block : “”

});
</script>

[ad code=4]

Leave a comment