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.
- To do this, open the <siteroot>\ektron.cms.framework.ui.config file
- Find the <add name="EditInContext"> element. (~line 55)
- Within the tag, find the <add name="Content" property
- Delete ektron/persistToolbar. (~line 58)
- Save the file and test.
Example of Floating toolbar:
Example of Fixed toolbar:
Please sign in to leave a comment.