When working with 'Framed editing' code, everything loads up nicely and works as expected.
I tried modifying the script so that 'Inline editing' is used instead and used the sample code from:
http://docs.ckeditor.com/#!/guide/dev_inline
It seems that the element is observed, as I can see different classes being added to the div, but the toolbar doesn't show - Any idea as to what I'm doing wrong if it worked as expected in Framed editing?