Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IWRegion/IWBSRegion in HTML template
#17
(04-01-2019, 09:10 AM)Alexandre Machado Wrote: It works as expected yes. The problem is that your expectation is not according to the way templates work.

For instance, you are declaring IWRegion3 (the outermost region) and IWComboBox1 in different containers.

A region is translated to a DIV. A ComboBox is translated to a INPUT

when you declare

<div>
   {%IWREGION3%}
</div>
<div>
  {%IWCOMBOBOX1%}
</div>

there is no way to render this the way you expect when IWComboBox1 is containted in IWRegion3. It is impossible to render IWComboBox1 inside IWRegio3 div, if they both are contained in different elements, can you see that?

Why do you need regions there in the first place? I'm failing to understand what you are trying to achieve.

In my actual project (form) I have a lot more IW controls (regions: menu, filters, list, ...)! I maintain transparency over IW controls with the regions.

In IWForm2 it works all the way I set up an HTML template! I need a template, thanks to Bootstrap mode.

What needs to be fixed (zip)? Template or form? How are you?
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 matija - 04-01-2019, 10:01 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)