tinymce editor plugin - Joomla! Forum - community, help and support
i've find plugin tinymce, don't know how "install". i've upload files inside tinymce plugin folder, site i've downloaded says:
where i've paste codes?
then in tinymce init function make sure include bold lines.
<script language="javascript" type="text/javascript">
tinymce.init({
mode : "textareas",
theme : "advanced",
theme_advanced_toolbar_location : "top",
auto_resize:false,
extended_valid_elements: "textarea[name|class|cols|rows]",
remove_linebreaks : false,
width:720,
plugins : 'preview,codehighlighting',
theme_advanced_toolbar_align : "right",
theme_advanced_buttons1_add : " fontselect,fontsizeselect,zoom",
theme_advanced_buttons2_add : "preview,separator,forecolor,backcolor",
theme_advanced_buttons3_add_before : "tablecontrols, codehighlighting"
});
</script>
where i've paste codes?
Comments
Post a Comment