Advertisement
imjyb1008work

CKEditor_CreateDiv

Jul 20th, 2014
1,451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     config.toolbar_Full =[
  2.         { name: 'clipboard', items: ['Cut', 'Copy', 'Paste', 'PasteText','PasteFromWord','Find', 'Replace'] },
  3.         { name: 'links', items: ['Link', 'Unlink'] },
  4.         { name: 'insert', items: ['Image', 'Table', 'HorizontalRule', 'SpecialChar'] },
  5.         {
  6.             name: 'paragraph', items: ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent',
  7.             '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock']
  8.         },
  9.         '/',
  10.         {items:['Source']},
  11.         {items:['Preview']},
  12.         {items:['CreateDiv']}, //<---必須加入這一個功能
  13.         { items: ['Bold', 'Italic', 'Underline', 'Strike', 'Subscript', 'Superscript', '-', 'RemoveFormat'] },
  14.         { name: 'styles', items: ['Format', 'Font', 'FontSize'] },
  15.         { items:['TextColor', 'BGColor'] },
  16.         { name: 'tools', items: ['Maximize', 'ShowBlocks', '-', 'About'] }
  17.     ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement