CKEditor

I use the acutal vaadin Version, 7.xx

I have:

  • Table with 4 rows and 2 cols.
  • In each Cell of the Table i have a CKEditor,
    with
    TextArea, without Toolbar

    => here called
    TableCell-CKEditor-TextArea
  • Above the Table i have a CKEditor, without TextArea,
    with
    Toolbar => here called
    Above-CKEditor-Toolbar

I want:
When i write Text in
TableCell-CKEditor-TextArea
, that i can format this Text by
Above-CKEditor-Toolbar

Question:
Have somebody an idea how i can make this?