Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IWModalWindow and templates
#3
This issue is happening because your content element (DlgMsgBox region) doesn't have any size set (either in IW or in the template). You can fix this setting the size of the element in your template, example:

<div class="d-none">
{%DlgMsgBox style="width:600px; height:300px" %}
</div>

Of course you can also set the style in it's own class in a separate CSS file or included in the HTML, it is a personal preference...

It will work that way.
Reply


Messages In This Thread
IWModalWindow and templates - by jeroen.rottink - 01-31-2023, 04:04 PM
RE: IWModalWindow and templates - by Alexandre Machado - 02-03-2023, 10:47 PM
RE: IWModalWindow and templates - by MJS@mjs.us - 02-06-2023, 02:41 PM
RE: IWModalWindow and templates - by MJS@mjs.us - 02-09-2023, 05:35 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)