PolymerWidget
Namespace: Wisej.Web.Ext.Polymer
Assembly: Wisej.Web.Ext.Polymer
Represents a polymer (https://elements.polymer-project.org/) widget.
- C#
- VB.NET
public class PolymerWidget : Control
Public Class PolymerWidget
Inherits Control
Constructors
PolymerWidget()
Properties
AllowHtml
Boolean: Enables HTML content in the Text property.
Newlines (CRLF) are converted to <BR/> when allowHtml is false, or when allowHtml is true and the text doesn't contain any html.
BorderStyle
BorderStyle: Indicates the border style for the control. (Default: None)
ElementClassName
String: Returns or sets the polymer element class name. (Default: "")
ElementType
String: Returns or sets the polymer element type. (Default: "")
Events
String[]: Returns or sets the events from the polymer widget to handle on the server side. (Default: null)
Properties
Object: Returns or sets the specified property values on the polymer widget and defines the properties to receive back when an event is fired.
Text
String: Returns or sets the HTML content associated with this polymer widget. (Default: "")
Methods
Update()
Updates the widget definition on the client.
Events
PolymerEvent
WidgetEventHandler Fired when the widget fires an event.