Ticket #836 (closed New Feature: duplicate)

Opened 15 months ago

Last modified 6 months ago

non file based (dynamic) toolbar configuration

Reported by: anonymous Owned by:
Priority: Normal Milestone:
Component: UI : Toolbar Version:
Keywords: SF Pending Cc: maxxcorp@…

Description

A way to modify the toolbar at runtime, and not only with fckconfig.js file.

* javascript api functions

or

* toolbar config setting on constructor.

or anything else...


Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1254929&group_id=75348&atid=543656

Change History

Changed 15 months ago by martinkou

  • cc maxxcorp@… added
  • reporter changed from martinkou to anonymous

Hi,

are there any updates on this one ?

it is really important if one has multiple toolbarsets stored in a database(in our case build by a visual toolbarbuilder) and wants to load a specific one for this instance.

best regards

MaxxCorp


Moved from SF. Original poster: maxxcorp

Changed 11 months ago by alfonsoml

  • component changed from General to UI : Toolbar

Changed 6 months ago by w.olchawa

  • keywords Pending added

If you are referring to the possiblity of switching between custom toolbar sets, than it isn't such a difficult issue.

You may use something like this:

function toolbar1()
{
  var oEditor = FCKeditorAPI.GetInstance('FCKeditor_1') ;
  oEditor.ToolbarSet.Load( 'CustomToolbar1' ) ;
  }

and than just call it:

<a href="javascript:void(0);" onclick="toolbar1();">Custom Toolbar 1</a>

Of course the toolbars will have to be predefined in the config file.

Or is you request about creating different toolbars at runtime (without predefining them in the config file)?

Changed 6 months ago by w.olchawa

  • status changed from new to closed
  • resolution set to duplicate

This is a DUP of #622

Note: See TracTickets for help on using tickets.