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
How can I extend BsModalComponent so that custom behaviour / properties is set there? I extended the main class and tried to use it using ModalManager.openModal but it wouldn't work.
Is there any documentation / example how to do it?
The text was updated successfully, but these errors were encountered:
As far as I remember I had to add a modal to the view (template) first to open it using ModalManager.show and I'd like to avoid adding it in such a way. If it's not true, please let me know. :)
How can I extend
BsModalComponent
so that custom behaviour / properties is set there? I extended the main class and tried to use it usingModalManager.openModal
but it wouldn't work.Is there any documentation / example how to do it?
The text was updated successfully, but these errors were encountered: