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
Could we have an example of how to integrate this into Durandal? Since Durandal is mostly KnockoutJS, I suppose in theory it shouldn't be too hard, but I'm not sure how to proceed.
The text was updated successfully, but these errors were encountered:
What kind of integration do you expect? Mosaico usually runs in its own windows/frame as it needs a lot of "visual space" and you usually don't need to integrate other frameworks as it simply make it more complex.
Btw, Mosaico just want libraries to be included, some basic html markup in the page and Mosaico.init/Mosaico.start to be called. "disposal code" has been written but maybe not exposed in the default build and really never tested. So if you want to run/dispose/run/dispose mosaico without leaving this to the iframe/window management, you'll probably have to deal with few bugs related to this "untested" use case. I don't see a real use case for not relying on the browser given mosaico is a "full tool" not a simple widget, so we didn't spend time on that.
Yes, I guessed that would be the case. I was just curious whether it could be done, since I have some projects using Durandal. I'll probably just keep Mosaico separate rather than complicate things. Thanks anyway.
Could we have an example of how to integrate this into Durandal? Since Durandal is mostly KnockoutJS, I suppose in theory it shouldn't be too hard, but I'm not sure how to proceed.
The text was updated successfully, but these errors were encountered: