Question:
I have multiple editors on the page and I would like to have a single toolbar at the top of the page. Is there any built-in feature for this?
Answer:
Froala WYSIWYG HTML Editor has a built-in option for specifying the place where you want to have the toolbar on the page. The option is called toolbarContainer and it is expecting a string as a CSS selector for the element on the page where the toolbar would be placed.
The option works with both default toolbar mode and inline mode as well. You can also find a jsFiddle with the basic Javascript configurations for that here: https://jsfiddle.net/froala/0y7ns2hr/.