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'm writing a app with a basic content management system using Jodit. For dynamic reasons, i had to use a angular specific package named ngx-dynamic-hooks which allows me to rerender the whole tree when using app-specific selectors in [innerHTML] tags (used on div-tags).
Now it would nice to use this feature with Jodit. For this purpose, ngx-dynamic-hooks has an option to call the render-method progammatically.
Is there any possibility, to intercept the html-renderprocess of jodit and call another render-process?
Thanks for your reply.
Best
The text was updated successfully, but these errors were encountered:
Hi,
I'm writing a app with a basic content management system using Jodit. For dynamic reasons, i had to use a angular specific package named ngx-dynamic-hooks which allows me to rerender the whole tree when using app-specific selectors in [innerHTML] tags (used on div-tags).
Now it would nice to use this feature with Jodit. For this purpose, ngx-dynamic-hooks has an option to call the render-method progammatically.
Is there any possibility, to intercept the html-renderprocess of jodit and call another render-process?
Thanks for your reply.
Best
The text was updated successfully, but these errors were encountered: