I posted this to support but thought maybe someone in the community might have an answer. We are essentailyl trying to set toolbars to show on focus at page top from within a dock container.
When i tried to create the editor dynamically and by Ajax it works if i set the
re.ToolbarMode = EditorToolbarMode.Default
but when i set
re.ToolbarMode = EditorToolbarMode.PageTop
it gives a javascript error
if i disable ajax both works fine .
Thanks
John
I have a sample project prepared if anyone needs it