TinyMCE Plugin: Added media plugin to TinyMCE for the Annotation tool

- fixed missing media and link buttons on image

 - fixed a CSS issue with the sharing button
This commit is contained in:
lduarte1991
2014-08-04 11:39:31 -04:00
parent 043d495a90
commit fe009f5989
11 changed files with 20 additions and 15 deletions

View File

@@ -161,11 +161,12 @@
richText: {
tinymce:{
selector: "li.annotator-item textarea",
plugins: "image codemirror",
plugins: "image link codemirror media",
menubar: false,
toolbar_items_size: 'small',
extended_valid_elements : "iframe[src|frameborder|style|scrolling|class|width|height|name|align|id]",
toolbar: "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | image rubric | code ",
toolbar: "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image media | code ",
resize: "both",
}
},
},