Atozed Forums
IWEDIT added to IWREGION creates additional DIV - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: IWEDIT added to IWREGION creates additional DIV (/thread-4240.html)



IWEDIT added to IWREGION creates additional DIV - Moskwa - 06-17-2024

Hello,
I have a problem with IWEDIT added to IWRegion. Intraweb generates that code :

Code:
<div aria-label="Wybierz skonto" class="btn-group" id="IWREGION9_FRAFRAME2" role="group">
  <label class="btn btn-outline-primary" for="BUTTON_0_FRAFRAME2" id="IWLABEL_0_FRAFRAME2"><span style="font-size:18px">zgodnie</span><br><span style="font-size:14px">z umową</span></label>
  <div>
    <input autocomplete="off" class="IWEDIT1_FRAFRAME2CSS" id="IWEDIT1_FRAFRAME2" name="IWEDIT1_FRAFRAME2" spellcheck="false" type="text" value="IWEdit1"> 
  </div>
</div>

where before IWEDIT1  I get additional DIV

In design I have only IWREGION9 and IWEDIT1 in it:

   

any idea why I get additional DIV ?

Marcin


RE: IWEDIT added to IWREGION creates additional DIV - Alexandre Machado - 07-29-2024

Hi Marcin,

As I responded in the other thread:
Are you using the latest IW version? IIRC this has been changed to address this issue reported here... but I'd need to go back and recheck if your case is different.


RE: IWEDIT added to IWREGION creates additional DIV - Moskwa - 07-29-2024

(07-29-2024, 10:21 AM)Alexandre Machado Wrote: Hi Marcin,

As I responded in the other thread:
Are you using the latest IW version? IIRC this has been changed to address this issue reported here... but I'd need to go back and recheck if your case is different.

I'm using the latest IW version - 15.6.3

Marcin