-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
Hello
I am trying to use this plugin and i have following error

My Code is
<script type="text/javascript">
tinymce.init({
selector: "textarea",
theme: "modern",
skin: "lightgray",
subfolder:"uploads",
plugins: [
"paste advlist autolink lists link image charmap print preview hr anchor pagebreak searchreplace wordcount visualblocks visualchars code fullscreen media filemanager",
],
toolbar1: "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image",
toolbar2: "print preview media | forecolor backcolor emoticons | image media",
image_advtab: true,
templates: [
{title: 'Test template 1', content: 'Test 1'},
{title: 'Test template 2', content: 'Test 2'}
],
paste_auto_cleanup_on_paste : true,
paste_convert_middot_lists : false,
paste_text_sticky : true,
paste_strip_class_attributes : "all",
paste_remove_styles : true,
paste_remove_spans : true,
paste_block_drop : true,
relative_urls: true,
document_base_url: '<?php echo base_url(); ?>',
open_manager_upload_path: 'uploads/'
});
</script>
Please tell me where i am doing wrong
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels