Opened 17 years ago

Closed 17 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.

Change History (1)

comment:1 Changed 17 years ago by Alfonso Martínez de Lizarrondo

Resolution: duplicate
Status: newclosed

DUP of #30

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy