マイCKEditorバージョンのconfiq.jsをCKEditorバージョンするユーチューブプラグインを追加する方法:次のように
CKEDITOR.editorConfig = function(config) {
config.toolbarGroups = [
{ name: 'clipboard', groups: [ 'clipboard', 'undo' ] },
{ name: 'editing', groups: [ 'find', 'selection', 'spellchecker' ] },
{ name: 'links' },
{ name: 'insert' },
{ name: 'forms' },
{ name: 'tools' },
{ name: 'document', groups: [ 'mode', 'document', 'doctools' ] },
{ name: 'others' },
'/',
{ name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },
{ name: 'paragraph', groups: [ 'list', 'indent', 'blocks', 'align', 'bidi' ] },
{ name: 'styles' },
{ name: 'colors' },
{ name: 'about' }
];
config.extraPlugins = 'imageuploader';
config.removeButtons = 'Underline,Subscript,Superscript';
config.format_tags = 'p;h1;h2;h3;pre';
config.removeDialogTabs = 'image:advanced;link:advanced';
};
私はユーチューブのURLを追加したいとgetユーチューブは私
RTFMしてください。あなたは何をしようとする必要があります – Akintunde007
何兄弟。私はPHPの初心者です。これは私のAccadamicプロジェクトのためのものです。私は開発者ではありません。@ Akin –