Iframe module responsible for creation of iframe widget instance and rendering
Classes
Methods
(static) init(options) → {App.iframe.Iframe}
Creates new Iframe instance
Example
// Create an instance of iFrame widget
App.iframe.init(options);
Parameters:
Name | Type | Description |
---|---|---|
options |
object | options passed to the iframe instance |
Returns:
- Type
- App.iframe.Iframe