Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- config.toolbar_Full =[
- { name: 'clipboard', items: ['Cut', 'Copy', 'Paste', 'PasteText','PasteFromWord','Find', 'Replace'] },
- { name: 'links', items: ['Link', 'Unlink'] },
- { name: 'insert', items: ['Image', 'Table', 'HorizontalRule', 'SpecialChar'] },
- {
- name: 'paragraph', items: ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent',
- '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock']
- },
- '/',
- {items:['Source']},
- {items:['Preview']},
- {items:['CreateDiv']}, //<---必須加入這一個功能
- { items: ['Bold', 'Italic', 'Underline', 'Strike', 'Subscript', 'Superscript', '-', 'RemoveFormat'] },
- { name: 'styles', items: ['Format', 'Font', 'FontSize'] },
- { items:['TextColor', 'BGColor'] },
- { name: 'tools', items: ['Maximize', 'ShowBlocks', '-', 'About'] }
- ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement