WebBrowser
The WebBrowser control displays web pages and browser-enabled documents in Wisej.NET applications. It provides HTML-based user assistance and web browsing capabilities. You can also use it to integrate existing web-based controls into your application.
The WebBrowser control uses an HTML iframe element for content rendering.
info
For a full list of properties, methods and events see the API documentation.
Features
Load Webpages
Use the Url property to load any valid webpage, including other Wisej.NET applications.
-429be8ea796dc86bee10921ce5153414.png)
danger
The WebBrowser control follows standard HTML IFrame element Cross-Origin policies and limitations. Learn more here.
Advanced
JavaScript Widget
| Item | Description |
|---|---|
| Class name | "wisej.web.WebBrowser" |
| Theme appearance | "panel", see Themes. |
| Child components | "pane" is the container. "captionbar" is the header. "title" is the title. "icon" is the icon. "close-button" is the close button. See JavaScript. |
| Source code | https://github.com/iceteagroup/wisej-js |