Hi,
I'm creating editors using a double click event and it's working fine. It also puts the shared toolbar in the correct div element. Though, I'd like the toolbar to stay put even when there's no editors available, such as on page load. To clarify, there are no editors when the page is loaded, but I'd still like the toolbar to be there.
Is this possible? How is it possible? One really ugly fix could be to show a print screen of the toolbar, but I'm hoping there's a decent way to accomplish this.
If it simplifies things, I only plan to have one editor at a time, but it can be recreated in alot of different elements which is impossible to know beforehand.
I'm creating editors using a double click event and it's working fine. It also puts the shared toolbar in the correct div element. Though, I'd like the toolbar to stay put even when there's no editors available, such as on page load. To clarify, there are no editors when the page is loaded, but I'd still like the toolbar to be there.
Is this possible? How is it possible? One really ugly fix could be to show a print screen of the toolbar, but I'm hoping there's a decent way to accomplish this.
If it simplifies things, I only plan to have one editor at a time, but it can be recreated in alot of different elements which is impossible to know beforehand.