首页 > 其他分享 >学习记录

学习记录

时间:2022-10-23 14:11:30浏览次数:41  
标签:code title items 记录 strikethrough 学习 tools

tinymce.init({
    selector: '#tinydemo',
    menu: {
        file: {title: '文件', items: 'newdocument'},
        edit: {title: '编辑', items: 'undo redo | cut copy paste pastetext | selectall'},
        insert: {title: '插入', items: 'link media | template hr'},
        view: {title: '查看', items: 'visualaid'},
        format: {title: '格式', items: 'bold italic underline strikethrough superscript subscript | formats | removeformat'},
        table: {title: '表格', items: 'inserttable tableprops deletetable | cell row column'},
        tools: {title: '工具', items: 'spellchecker code'}
    }
});

标签:code,title,items,记录,strikethrough,学习,tools
From: https://www.cnblogs.com/NorthPoet/p/16818478.html

相关文章