Hi there,
in v2, it was possible to place the editor toolbar in a distinct iframe using the following syntax:
myfckeditor.Config['ToolbarLocation'] = 'out:parent(someDOMNodeId)';
in v3, the new shared spaces feature doesn't allow this syntax.
According to this ticket http://dev.ckeditor.com/ticket/4228, a patch is available for CKEditor 3.4.3 but it's not part of the CKEditor releases (it never made it to svn). Is this patch officially supported? Will it be ported to the newer 3.x releases?
Thanks,
Patrice
Fri, 01/21/2011 - 16:49
#1
Re: Shared spaces: support for toolbar location 'out'
He has been requested to open a new ticket to deal with that feature as that ticket is just about supporting location "out", and it didn't include dealing with frames.
So you can take that patch, try to improve it and share it back (as suggested by Fred, in a new ticket). Dealing with frames is not a priority for the core.