Opened 12 years ago
Last modified 12 years ago
#9387 closed New Feature
V4: No ability to display toolbar in other location than content area — at Initial Version
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.1 RC |
Component: | UI : Toolbar | Version: | 4.0 |
Keywords: | Drupal | Cc: | wim.leers@… |
Description
CKEditor v3 had shared spaces sample that allowed to display toolbar in location specified by user.
For example: editor had extra configuration options
sharedSpaces : { top : 'topSpace', bottom : 'bottomSpace' },
in which id of DOM elements were specified
<div id="topSpace"></div> other code... <div id="bottomSpace"></div>