Wodstafoloin
New Member
I want to customize the toolbar of CKEditor. First, though, I want to have a complete list of available options for the toolbar. I searched for toolbar options and found the following incomplete list. Please help me to find the complete list so that I can select according to my requirements.\[code\]config.toolbar_MyToolbar =[ { name: 'document', items : [ 'NewPage','Preview' ] }, { name: 'insert', items : [ 'Image','Flash','Table'] }, { name: 'styles', items : [ 'Styles','Format' ] }, { name: 'links', items : [ 'Link','Unlink','Anchor' ] }, { name: 'tools', items : [ 'Maximize','-','About' ] }];\[/code\]