After many years, to stay registered.The way you requested...
"toolbar:[ ['Font','FontSize'], ['Bold','Italic','Underline'], ['NumberedList','BulletedList','-','Outdent','Indent'], ['TextColor'], ]"
Thiago Mágero wrote:
Hi,
There is a mistake. You need to skip the last comma to parse the JSON correctly!
Regards
"toolbar:[ ['Font','FontSize'], ['Bold','Italic','Underline'], ['NumberedList','BulletedList','-','Outdent','Indent'], ['TextColor'] ]"
"toolbar:[ ['Source','-','Preview'], ['Cut','Copy','Paste','PasteText','PasteFromWord','-', 'SpellChecker', 'Scayt'], ['Undo','Redo','-','Find','Replace','-','RemoveFormat'], ['Link','Unlink','Anchor'], ['Image', 'Table','HorizontalRule','CreateDiv'], ['Maximize', 'ShowBlocks'], '/', ['Styles','Format','Font','FontSize'], ['Bold','Italic','Underline'], ['NumberedList','BulletedList','-','Outdent','Indent'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], ['TextColor','BGColor'] ]"
Why in config.txt is the value for scayt_autoStartup inside ' '? Isn't true a boolean value?
Should it be this instead?
scayt_autoStartup: true,
( ' ' omitted).