CPAN-Testers-WWW-Blog
view release on metacpan or search on metacpan
vhost/cgi-bin/templates/public/tinymce.html view on Meta::CPAN
<script type="text/javascript" src="[% webpath %]/js/tiny_mce/tiny_mce.js"></script>
<script type="text/javascript">
tinyMCE.init({
mode : "textareas",
theme : "advanced",
plugins : "preview,searchreplace",
theme_advanced_buttons1 : "bold,italic,underline,strikethrough,sub,sup,formatselect,hr,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,link,unlink,anchor",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_path_location : "bottom",
extended_valid_elements : "hr[class|width|size|noshade]",
force_br_newlines : true,
force_p_newlines : false,
convert_urls : false
});
</script>
( run in 1.988 second using v1.01-cache-2.11-cpan-39bf76dae61 )