The following tables list the members exposed by PopupBuilder.
Public Constructors
Public Methods
| Name | Description |
| Content | Overloaded. Sets the Content property. |
| CssClass | Configurates C1.Web.Mvc.Control.CssClass. Sets the css class of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>) |
| CssStyle | Configurates C1.Web.Mvc.Control.CssStyles. Sets the CSS style applied in the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>) |
| CssStyles | Configurates C1.Web.Mvc.Control.CssStyles. Sets the CSS style applied in the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>) |
| FadeIn | Configurates C1.Web.Mvc.Popup.FadeIn. Sets a value that determines whether popups should be shown using a fade-in animation. |
| FadeOut | Configurates C1.Web.Mvc.Popup.FadeOut. Sets a value that determines whether popups should be hidden using a fade-out animation. |
| Height | Overloaded. Configurates C1.Web.Mvc.Control.Height. Sets the height of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>) |
| HideTrigger | Configurates C1.Web.Mvc.Popup.HideTrigger. Sets the actions that hide the Popup. |
| HtmlAttribute | Configurates C1.Web.Mvc.Control.HtmlAttributes. Sets the HTML attributes. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>) |
| HtmlAttributes | Overloaded. Configurates C1.Web.Mvc.Control.HtmlAttributes. Sets the HTML attributes. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>) |
| Id | Configurates C1.Web.Mvc.Component.Id. Sets the id of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>) |
| IsDisabled | Configurates C1.Web.Mvc.Control.IsDisabled. Sets a value that determines whether the control is disabled. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>) |
| IsDraggable | Configurates C1.Web.Mvc.Popup.IsDraggable. Sets a value that determines whether the popup can be dragged with the mouse by its header. |
| Modal | Configurates C1.Web.Mvc.Popup.Modal. Sets a value that determines whether the Popup should be displayed as a modal dialog. |
| OnClientGotFocus | Configurates the C1.Web.Mvc.Control.OnClientGotFocus client event. Occurs when the control gets the focus. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>) |
| OnClientHidden | Configurates the C1.Web.Mvc.Popup.OnClientHidden client event. Sets the client function which occurs after the Popup has been hidden. |
| OnClientHiding | Configurates the C1.Web.Mvc.Popup.OnClientHiding client event. Sets the client function which occurs before the Popup is hiding. |
| OnClientLostFocus | Configurates the C1.Web.Mvc.Control.OnClientLostFocus client event. Occurs when the control loses the focus. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>) |
| OnClientRefreshed | Configurates the C1.Web.Mvc.Control.OnClientRefreshed client event. Occurs after the control has refreshed its contents. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>) |
| OnClientRefreshing | Configurates the C1.Web.Mvc.Control.OnClientRefreshing client event. Occurs when the control is about to refresh its contents. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>) |
| OnClientShowing | Configurates the C1.Web.Mvc.Popup.OnClientShowing client event. Sets the client function which occurs before the Popup is showing. |
| OnClientShown | Configurates the C1.Web.Mvc.Popup.OnClientShown client event. Sets the client function which occurs after the Popup has been shown. |
| Owner | Configurates C1.Web.Mvc.Popup.Owner. Sets the selector string to determine the element that own this popup. |
| RemoveOnHide | Configurates C1.Web.Mvc.Popup.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. |
| ShowTrigger | Configurates C1.Web.Mvc.Popup.ShowTrigger. Sets the actions that show the Popup. |
| TemplateBind | Configurates the C1.Web.Mvc.Control.TemplateBindings client event. Sets the collection of the template bindings. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>) |
| ToHtmlString | Get an Html string. (Inherited from C1.Web.Mvc.Fluent.ComponentBuilder<TControl,TBuilder>) |
| ToTemplate | Transfer to the template mode. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>) |
| Width | Overloaded. Configurates C1.Web.Mvc.Control.Width. Sets the width of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>) |
Top
Extension Methods
| Name | Description |
| ToTemplate | Render the html string in template mode. |
Top
See Also