Answer the question
In order to leave comments, you need to log in
How to bind the tinymce toolbar to the top when scrolling?
Now there is an automatic height change (plugins: autoresize) of the text field. And when the text field is higher than the height of the monitor, I would like the toolbar to be fixed when scrolling (as they do, for example, menus on sites) at the top. How to do something like this?
Answer the question
In order to leave comments, you need to log in
You can enable the option:
tinymce.init(
{
...
toolbar_sticky: true,
...
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question