Opened 18 years ago
Closed 18 years ago
#305 closed Bug (duplicate)
ToolbarSets cannot be set via script interface
Reported by: | Thomas Tallyce | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | ToolbarSets | Cc: |
Description
It seems impossible to set ToolbarSets via the script interface. E.g. in PHP:
$config["ToolbarSets['toolbarname']"] => "[ ['Cut','Copy','Paste'] ] ;", $instanceName->Config = $config;
Or perhaps different syntax is needed?
It would be nice to be able to set anything that can be set in fckconfig.js in the script interface, so that the .js need not be touched, making it easier to upgrade. This is one of the few that cannot currently be set.
DUP of #30