| ckeditor I need to add a media button
|
little flower

msg:4121745 | 8:35 pm on Apr 25, 2010 (gmt 0) | I tried to add a media button in the config.js. I added the mediaembeded plugin but when I put in the code config.extraPlugins = 'MediaEmbed'; to the config.js file below the editor dissapears. Anyone know what I am doing wrong. CKEDITOR.editorConfig = function( config ) { // Define changes to default configuration here. For example: // config.language = 'fr'; // config.uiColor = '#AADC6E'; config.docType = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">'; config.image_removeLinkByEmptyURL = false; config.height = 500; config.toolbar = 'MyToolbar'; config.toolbar_MyToolbar = [ ['Cut','Copy','Paste','PasteFromWord','-','SpellChecker'], ['Undo','Redo','-','Find','Replace'], ['NumberedList','BulletedList','Outdent','Indent','Blockquote','RemoveFormat','Source'], ['Link','Unlink','Anchor','Image','Flash','MediaEmbeded'], ['uploader','Table','HorizontalRule','SpecialChar'], '/', ['Bold','Italic','StrikeThrough','-','Subscript','Superscript'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], ['Format','FontSize'], ['FitWindow','ShowBlocks'] ]; }; |
|
|
bill

msg:4134557 | 8:16 am on May 18, 2010 (gmt 0) | Welcome to WebmasterWorld little flower. Sorry, but it doesn't seem as though we have too many CKeditor pros here. Did you ever find a solution to your problem?
|
little flower

msg:4134624 | 11:33 am on May 18, 2010 (gmt 0) | I decided to go with tinymce. It is easier and has more options and i even am able to add media. Thank you.
|
|
|