HtmlPanel
Represents a control that displays any HTML file and a corresponding CSS style sheet as embedded HTML.
Last updated
Represents a control that displays any HTML file and a corresponding CSS style sheet as embedded HTML.
Last updated
The Wisej.Web.HtmlPanel control can be used to embed full HTML documents within a Wisej application.
For a full list of properties, methods and events see the API documentation.
Any HTML file or code can be directly linked to the HtmlPanel control using the Html or HtmlSource property.
Clicks inside the HtmlPanel can be handled with the ElementClick event,
It's not recommended to use HTML containing an iframe within the HtmlPanel. The HtmlPanel cannot handle clicks on anything inside the iframe. If your HTML contains an iframe, use the IFramePanel instead.
Item | Description |
---|---|
Class name | "wisej.web.ScrollableHtmlPanel" |
Theme appearance | "widget", see Themes. |
Source Code |