**Musicians:
Mike Bennett clarinet | Richard Taylor drums | Art Katzman trombone | Jay Goetting bass |
Michael Bennett clarinet | Ron Seaman piano | Stan Freese tuba | Tommy Stevenson drums |
Kevin Clark trumpet | Michael Skinner tenor saxophone
ClassicEditor.create( document.querySelector('.item-details5'), { toolbar: { items: [ 'heading', 'bold', 'italic', 'underline', 'fontSize', 'fontBackgroundColor', 'fontColor', 'highlight', 'link', 'bulletedList', 'numberedList', '|', 'outdent', 'indent', '|', 'alignment', 'imageUpload', 'blockQuote', 'insertTable', 'mediaEmbed', 'undo', 'redo' ] }, language: 'ko', image: { styles: [ 'alignLeft', 'alignCenter', 'alignRight' ], /* // Configure the available image resize options. resizeOptions: [ { name: 'resizeImage:original', label: 'Original', value: null }, { name: 'resizeImage:50', label: '50%', value: '50' }, { name: 'resizeImage:75', label: '75%', value: '75' } ], */ // You need to configure the image toolbar, too, so it shows the new style // buttons as well as the resize buttons. toolbar: [ 'imageStyle:alignLeft', 'imageStyle:alignCenter', 'imageStyle:alignRight', /*'|', 'resizeImage', */ '|', 'imageTextAlternative' ] }, table: { contentToolbar: [ 'tableColumn', 'tableRow', 'mergeTableCells' ] }, licenseKey: '', extraPlugins: [CKEditorUploadAdapterPlugin ], toolbarStartupExpanded :false }).then(newEditor=>{ bo_v_con_editor=newEditor;newEditor.isReadOnly = true; }).catch(error=>{console.error(error); });