How to make the Editor toolbar float?

  • Updated

How to make the Editor toolbar float

In 9.1 by the default the editor's toolbar is set in one spot, however others may have gotten use to it floating which would allow the end-user to pin the toolbar where they wanted it.

Here are the steps to change it back to being a floating toolbar, that allows the user to pin the toolbar where they want it to be.

http://documentation.ektron.com/cms400/v9.10/Reference/Web/EktronReferenceWeb.html#Editor/Editor.htm#Letting

 

An Ektron administrator can change this, so that the toolbar "floats" in these locations.

  1. To do this, open the <siteroot>\ektron.cms.framework.ui.config file
  2. Find the <add name="EditInContext"> element. (~line 55)
  3. Within the tag, find the <add name="Content" property
  4. Delete ektron/persistToolbar. (~line 58)
  5. Save the file and test.

 

Example of Floating toolbar:

Editor.jpeg

 

Example of Fixed toolbar:

Fiexed toolbar