IFramePanel
The IFramePanel control can be used to show embedded web pages.
info
For a full list of properties, methods and events see the API documentation.
Features
URL
The Url property of the IFramePanel can be used to assign any valid webpage to the control, such as another Wisej.NET application.
-167fc8e95d7c56a8c5455ae58a394976.png)
danger
The Wisej.NET IFramePanel control has the same Cross-Origin policies and limitations as the standard HTML IFrame element. Learn more here.
Advanced
JavaScript Widget
| Item | Description |
|---|---|
| Class name | "wisej.web.IFramePanel" |
| Theme appearance | "panel", see Themes. |
| Child components | "pane" is the container. "captionbar" is the header. "title" is the title of the panel. "icon" is the icon of the panel, if applicable. "close-button" is the close button of the panel, if applicable. See JavaScript. |
| Source Code | https://github.com/iceteagroup/wisej-js |