﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9387	V4: Inline editing - No ability to display toolbar in other location than content area	Jakub Ś	Frederico Caldeira Knabben	"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>
}}}

This makes its V4 equivalent - inline editing not complete. 
[[BR]]
I think it would be good idea to allow defining toolbar location in inline editing."	New Feature	closed	Normal	CKEditor 4.1 RC	UI : Toolbar	4.0	fixed	Drupal	wim.leers@…
