Development Blog by Professionals
Tinymce pagebreak button
<script language=”javascript” type=”text/javascript” src=”Scripts/tiny_mce/tiny_mce.js”></script>
<script language=”javascript” type=”text/javascript”>
// Notice: The simple theme does not use all options some of them are limited to the advanced theme
tinyMCE.init({
mode : “textareas”,
height : “380″,
width : “380″,
theme : “advanced”,
valid_elements : “img[src|border|alt=|title|width|height|align|class],a[href|target=_blank],b/strong,div[align],br,ol,li,ul,p,blockquote”,
entity_encoding : “utf-8″,
plugins :”pagebreak”,
theme_advanced_buttons3 : “pagebreak”,
pagebreak_separator : “<!– my page break –>”
});
</script>
| Print article | This entry was posted by admin on January 27, 2009 at 18:34, and is filed under HTML - XHTML, JavaScript. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |



about 1 year ago
According to
http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/entity_encoding there is no such thing as
entity_encoding : “utf-8″,