Wisej.Web.HtmlPanel
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents a control that displays any HTML file and a corresponding CSS style sheet as embedded HTML.
Initializes a new instance of the HtmlPanel class.
Boolean: Returns or sets whether clicking on a link in the Html panel can navigate to the URL specified in the link.
BorderStyle: Indicates the border style for the control.
String: Returns or sets the CSS rules to apply to the html content.
String: Returns or sets the HTML text to display in the HtmlPanel control.
String: Returns or sets the html file name to display in the HtmlPanel control.
ScrollBars: Returns or sets the type of scroll bars to display for the HtmlPanel control.
String: Returns or sets the css file name to apply to the html text in HtmlPanel control.
HtmlPanelElementClickHandler Fired when the user clicks on any element inside the html panel.
EventHandler Fired when the Html property is changed.
EventHandler Fired when the HtmlSource property is changed.
Name | Description |
---|---|
Bindable components implement this interface.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
Wisej.Web.HtmlPanelElementClickHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the method that will handle the ElementClick event.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.HtmlPanelElementClickArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the HtmlPanelClickHandler event handler.
Initializes a new instance of the HtmlPanelClickArgs class.
Initializes a new instance of the HtmlPanelClickArgs class.
Name | Type | Description |
---|---|---|
String: Returns the HTML of the element that was clicked in the HtmlPanel panel.
String: Returns the role attribute assigned to the element that generated the event.
The value in the Role property is taken from the "role" attribute of the clicked element inside the widget.
Name | Description |
---|---|
sender
The source of the event.
e
A HtmlPanelClickArgs that contains the event data.
Fired when the user clicks on any element inside the html panel.
Represents the method that will handle the ElementClick event.
element
Outer HTML of the clicked element.
role
Value of the "role" attribute of the clicked element.