Page 1 of 1

JQMRegion inside IWCGJQMGridPanelRegion

PostPosted: 17 Jan 2018 14:58
by Omega8
Hello,

I've placed an JQMRegion inside IWCGJQMGridPanelRegion. I have the region alligned centered inside the Panel region by using this CSS:
.center5 {background-color:#0090E7; display: block; margin-left: auto; margin-right: auto; width:54px; height:54px}

The blueish colored JQMRegion appears in the middle of the Panel as expected and when streched horizontally
the region remains in the middle as expected. When I put things inside the JQMRegion with Align set to none the objects do not remain inside the JQMRegion as they are supposed to. What am I doing wrong?

Thanks

Re: JQMRegion inside IWCGJQMGridPanelRegion

PostPosted: 17 Jan 2018 15:07
by Omega8
Ok Never mind I set RenderAbsolute to False and it worked fine.

Re: JQMRegion inside IWCGJQMGridPanelRegion

PostPosted: 17 Jan 2018 17:13
by Jorge Sousa
if you set Align or Anchors, intraweb javacript changes width and height explicitly, since you are setting the dimensions with css you shouldn't set these properties