Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IWRegion/IWBSRegion in HTML template
#7
You are trying to use a control TWICE in a template.

MyLabel1 is in the region. When you use {%MyRegion%} it embeds the whole region including contents. You then again explicitly reference {%MyLabel1%}. This causes MyLabel1 to try to be rendered twice into the same page which is invalid.


<h1>Sample</h1>
<div class="row">
{%MyRegion%}
<div class="col">
<p class="label label-danger">{%MyLabel1%}</p>
<p class="label label label-info">{%MyLabel2%}</p>
</div>
</div>
Reply


Messages In This Thread
IWRegion/IWBSRegion in HTML template - by matija - 03-07-2019, 10:39 AM
RE: IWRegion/IWBSRegion in HTML template - by kudzu - 03-21-2019, 02:35 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)