2014-01-09 3 views

답변

0

당신이 시도 할 수 있습니다 : 사전 : 여기

에서

덕분에 내가 제거 할 무엇의 스크린 샷입니까?

tinymce.init({ 
menu: { 
    file: {title: 'File', items: 'newdocument'}, 
    edit: {title: 'Edit', items: 'undo redo | cut copy paste | selectall'}, 
    insert: {title: 'Insert', items: '|'}, 
    view: {title: 'View', items: 'visualaid'}, 
    format: {title: 'Format', items: 'bold italic underline strikethrough superscript subscript | formats | removeformat'}, 
    table: {title: 'Table'}, 
    tools: {title: 'Tools'} 
} 
}); 
+1

불행히도, 메뉴 바를위한 것입니다. (이 경우 숨김). 내가 수정하려는 것은 툴바의 "형식"옵션입니다. 어쨌든 @Rahul을 도와 주심에 감사드립니다. :) –

관련 문제