2023-04-25 13:25:59 +02:00

16 lines
628 B
Markdown
Executable File

## IFrame Page Events
The following events can be included in the [options](options.md) object attached to the iframed page.
### onMessage
type: function (message)
Receive message posted from the parent page with the `iframe.iFrameResizer.sendMessage()` method.
### onReady
type: function()
This function is called once iFrame-Resizer has been initialized after receiving a call from the parent page. If you need to call any of the [parentIFrame methods](https://github.com/davidjbradshaw/iframe-resizer/blob/master/docs/iframed_page/methods.md) during page load, then they should be called from this event handler.