2011-01-08, 07:33:42
Vulch Wrote:leon Wrote:I assume the gsconfig file will just take the same list of values as the CKEditor config file?Indeed. If you have a look in admin/edit.php around line 280 you'll see the built in selections for the 'advanced' and 'basic' options, for my current project I wanted to include the table control and the various font options so my options are...
Code:['Bold', 'Italic', 'Underline', 'NumberedList', 'BulletedList', 'JustifyLeft',
'JustifyCenter','JustifyRight','JustifyBlock', 'Table', 'Link', 'Unlink',
'Image', 'RemoveFormat', 'Source'],
'/',
['Styles','Format','Font','FontSize']
Even better as I simply wanted to get rid of all the presentational options (color, font, justify etc.) Thanks.