[]
ITagHelper implementation for Popup.
[HtmlTargetElement("c1-popup")]
public class PopupTagHelper : ControlTagHelper<Popup>, ITagHelper, ITagHelperComponent, ITemplateTagHelper
<HtmlTargetElement("c1-popup")>
Public Class PopupTagHelper
Inherits ControlTagHelper(Of Popup)
Implements ITagHelper, ITagHelperComponent, ITemplateTagHelper
| Name | Description |
|---|---|
| PopupTagHelper() |
| Name | Description |
|---|---|
| AriaLabelledBy | Configurates AriaLabelledBy. Sets the aria-labelledby attribute of" Popup" input element. |
| DialogResultSubmit | Configurates DialogResultSubmit. Sets a string to be used as a dialogResult when the dialog is hosted by a form element and the user submits the form. |
| Dragged | Configurates the OnClientDragged client event. Sets the client function which occurs after the Popup has been dragged. |
| Dragging | Configurates the OnClientDragging client event. Sets the client function which occurs when the Popup is about to be dragged. |
| FadeIn | Configurates FadeIn. Sets a value that determines whether popups should be shown using a fade-in animation. |
| FadeOut | Configurates FadeOut. Sets a value that determines whether popups should be hidden using a fade-out animation. |
| Hidden | Configurates the OnClientHidden client event. Sets the client function which occurs after the Popup has been hidden. |
| HideTrigger | Configurates HideTrigger. Sets the actions that hide the Popup. |
| Hiding | Configurates the OnClientHiding client event. Sets the client function which occurs before the Popup is hiding. |
| IsDraggable | Configurates IsDraggable. Sets a value that determines whether the popup can be dragged with the mouse by its header. |
| IsResizable | Configurates IsResizable. Sets a value that determines whether the popup can be resized by dragging its edges with the mouse. |
| Modal | Configurates Modal. Sets a value that determines whether the Popup should be displayed as a modal dialog. |
| Owner | Configurates Owner. Sets the selector string to determine the element that own this popup. |
| Position | Configurates Position. Sets a value that determines where the popup should be displayed with respect to the owner element. |
| PositionChanged | Configurates the OnClientPositionChanged client event. Sets the client function which occurs while the user moves the Popup, between the Dragging and Dragged events, after the PositionChanging event. |
| PositionChanging | Configurates the OnClientPositionChanging client event. Sets the client function which occurs while the user moves the Popup, between the Dragging and Dragged events. |
| RemoveOnHide | Configurates RemoveOnHide. Sets a value that determines whether the Popup element should be removed from the DOM when the Popup is hidden, as opposed to being hidden. |
| Resized | Configurates the OnClientResized client event. Sets the client function which occurs after the Popup has been resized. |
| Resizing | Configurates the OnClientResizing client event. Sets the client function which occurs when the Popup is about to be resized. |
| ShowTrigger | Configurates ShowTrigger. Sets the actions that show the Popup. |
| Showing | Configurates the OnClientShowing client event. Sets the client function which occurs before the Popup is showing. |
| Shown | Configurates the OnClientShown client event. Sets the client function which occurs after the Popup has been shown. |
| SizeChanged | Configurates the OnClientSizeChanged client event. Sets the client function which occurs while the user resizes the Popup, between the resizing and resized events, after the SizeChanging event. |
| SizeChanging | Configurates the OnClientSizeChanging client event. Sets the client function which occurs while the user resizes the Popup, between the resizing and resized events. |