![]() | ![]() |
|
01-05-2012 09:17 AM
Hi,
I'm attempting to embed a web-page in the Metastorm form by using a calculated label:
"<iframe id='docFrame' src='http://myURL/index.html' style='width:100%;height:100%'></iframe>"
This all works fine, the next step is to get the control to resize automatically using the anchor properties. Top, left and right all work fine. Bottom, however, is completely ignored.
Has anyone else noticed this? Is this a bug?
Regards,
Nils.
01-05-2012 05:15 PM - last edited on 01-05-2012 05:19 PM
I've seen the same issue. I was ignoring it for now as I had other priorities, but if this is a problem, I would love to hear a resolution.
I'm using 9.1.1.4.
01-13-2012 03:47 PM
I was able to workaround this issue. The issue has nothing to do with the BPM label field, but is in fact an issue with the interpretation of the iframe height attribute. To workaround this, I created a function to manually re-size the frame and attached the function to the onresize event of the Body tag. See the attached sample script.
![]() |
![]() |
![]() |
|
|
![]() |
![]() |
![]() |
















