You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have multiple (more than 30 divs/textareas) which need inline mode editor support. Currently this means I have 30 Jodit instances. The number of 30 can be increased through user interaction and I don't know how many the user will insert at runtime. Therefore, to reduce overhead and complexity, it would be really good if I only need 1 inline mode instance for all divs/textareas. This would mean that I need a function with which I can register/unregister all divs/textareas (at initialization or at runtime dynamically). Or a function where I can register a className at initialization and all dynamically added divs/textareas will be supported as default without further interaction.
The text was updated successfully, but these errors were encountered:
Hi Valeriy,
I have multiple (more than 30 divs/textareas) which need inline mode editor support. Currently this means I have 30 Jodit instances. The number of 30 can be increased through user interaction and I don't know how many the user will insert at runtime. Therefore, to reduce overhead and complexity, it would be really good if I only need 1 inline mode instance for all divs/textareas. This would mean that I need a function with which I can register/unregister all divs/textareas (at initialization or at runtime dynamically). Or a function where I can register a className at initialization and all dynamically added divs/textareas will be supported as default without further interaction.
The text was updated successfully, but these errors were encountered: