This PR is being created In order to Flex the IFrame height based on the content loaded in it dynamically. As of now the IFrame heigh is set from the Apps using this library by overriding the
"calcFrameHeight" method.
We need to call "setFrameHeight" method from our Apps using this library by passing the dynamic heigh which triggers "iframeCustomResizer" event. Hence this method "setFrameHeight" is being exposed to call from outside.
This PR is being created In order to Flex the IFrame height based on the content loaded in it dynamically. As of now the IFrame heigh is set from the Apps using this library by overriding the "calcFrameHeight" method.
We need to call "setFrameHeight" method from our Apps using this library by passing the dynamic heigh which triggers "iframeCustomResizer" event. Hence this method "setFrameHeight" is being exposed to call from outside.