ComponentOne ASP.NET MVC Controls
PopupBuilder Class Members
Methods 

C1.Web.Mvc.Fluent Namespace : PopupBuilder Class

The following tables list the members exposed by PopupBuilder.

Public Constructors
 NameDescription
Public ConstructorCreates one PopupBuilder instance to configurate component.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Sets the Content property.  
Public MethodConfigurates C1.Web.Mvc.Control.CssClass. Sets the css class of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>)
Public MethodConfigurates C1.Web.Mvc.Control.CssStyles. Sets the CSS style applied in the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>)
Public MethodConfigurates C1.Web.Mvc.Control.CssStyles. Sets the CSS style applied in the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>)
Public MethodConfigurates C1.Web.Mvc.Popup.FadeIn. Sets a value that determines whether popups should be shown using a fade-in animation.  
Public MethodConfigurates C1.Web.Mvc.Popup.FadeOut. Sets a value that determines whether popups should be hidden using a fade-out animation.  
Public MethodOverloaded. Configurates C1.Web.Mvc.Control.Height. Sets the height of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>)
Public MethodConfigurates C1.Web.Mvc.Popup.HideTrigger. Sets the actions that hide the Popup.  
Public MethodConfigurates C1.Web.Mvc.Control.HtmlAttributes. Sets the HTML attributes. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>)
Public MethodOverloaded. Configurates C1.Web.Mvc.Control.HtmlAttributes. Sets the HTML attributes. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>)
Public MethodConfigurates C1.Web.Mvc.Component.Id. Sets the id of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>)
Public MethodConfigurates C1.Web.Mvc.Control.IsDisabled. Sets a value that determines whether the control is disabled. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>)
Public MethodConfigurates C1.Web.Mvc.Popup.IsDraggable. Sets a value that determines whether the popup can be dragged with the mouse by its header.  
Public MethodConfigurates C1.Web.Mvc.Popup.Modal. Sets a value that determines whether the Popup should be displayed as a modal dialog.  
Public MethodConfigurates the C1.Web.Mvc.Control.OnClientGotFocus client event. Occurs when the control gets the focus. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>)
Public MethodConfigurates the C1.Web.Mvc.Popup.OnClientHidden client event. Sets the client function which occurs after the Popup has been hidden.  
Public MethodConfigurates the C1.Web.Mvc.Popup.OnClientHiding client event. Sets the client function which occurs before the Popup is hiding.  
Public MethodConfigurates the C1.Web.Mvc.Control.OnClientLostFocus client event. Occurs when the control loses the focus. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>)
Public MethodConfigurates 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>)
Public MethodConfigurates 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>)
Public MethodConfigurates the C1.Web.Mvc.Popup.OnClientShowing client event. Sets the client function which occurs before the Popup is showing.  
Public MethodConfigurates the C1.Web.Mvc.Popup.OnClientShown client event. Sets the client function which occurs after the Popup has been shown.  
Public MethodConfigurates C1.Web.Mvc.Popup.Owner. Sets the selector string to determine the element that own this popup.  
Public MethodConfigurates 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.  
Public MethodConfigurates C1.Web.Mvc.Popup.ShowTrigger. Sets the actions that show the Popup.  
Public MethodConfigurates the C1.Web.Mvc.Control.TemplateBindings client event. Sets the collection of the template bindings. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>)
Public MethodGet an Html string. (Inherited from C1.Web.Mvc.Fluent.ComponentBuilder<TControl,TBuilder>)
Public MethodTransfer to the template mode. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>)
Public MethodOverloaded. Configurates C1.Web.Mvc.Control.Width. Sets the width of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>)
Top
Extension Methods
 NameDescription
Public Extension MethodRender the html string in template mode.
Top
See Also

Reference

PopupBuilder Class
C1.Web.Mvc.Fluent Namespace