Skip to main content

PolymerWidget

Namespace: Wisej.Web.Ext.Polymer

Assembly: Wisej.Web.Ext.Polymer

Represents a polymer (https://elements.polymer-project.org/) widget.

public class PolymerWidget : Control

Constructors

Instance memberPolymerWidget()

Properties

Instance memberAllowHtml

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.

Instance memberBorderStyle

BorderStyle: Indicates the border style for the control. (Default: None)

Instance memberElementClassName

String: Returns or sets the polymer element class name. (Default: "")

Instance memberElementType

String: Returns or sets the polymer element type. (Default: "")

Instance memberEvents

String[]: Returns or sets the events from the polymer widget to handle on the server side. (Default: null)

Instance memberProperties

Object: Returns or sets the specified property values on the polymer widget and defines the properties to receive back when an event is fired.

Instance memberText

String: Returns or sets the HTML content associated with this polymer widget. (Default: "")

Methods

Instance memberUpdate()

Updates the widget definition on the client.

Events

Instance memberPolymerEvent

WidgetEventHandler Fired when the widget fires an event.