ASP.NET Core MVC コントロールヘルプ
PopupBuilder クラス メンバ
メソッド 

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 : PopupBuilder クラス

PopupBuilderデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタCreates one PopupBuilder instance to configurate component.  
トップ
パブリック メソッド
 名前解説
Public メソッドオーバーロードされます。 Sets the Content property.  
Public メソッドConfigurates C1.Web.Mvc.Control.CssClass. Sets the css class of the control. C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>から継承されます。
Public メソッドConfigurates C1.Web.Mvc.Control.CssStyles. Sets the CSS style applied in the control. C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>から継承されます。
Public メソッドConfigurates C1.Web.Mvc.Control.CssStyles. Sets the CSS style applied in the control. C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>から継承されます。
Public メソッドConfigurates C1.Web.Mvc.Popup.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.  
Public メソッドConfigurates C1.Web.Mvc.Popup.FadeIn. Sets a value that determines whether popups should be shown using a fade-in animation.  
Public メソッドConfigurates C1.Web.Mvc.Popup.FadeOut. Sets a value that determines whether popups should be hidden using a fade-out animation.  
Public メソッドオーバーロードされます。 Sets the height of the control in pixel. C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>から継承されます。
Public メソッドConfigurates C1.Web.Mvc.Popup.HideTrigger. Sets the actions that hide the Popup.  
Public メソッドConfigurates C1.Web.Mvc.Control.HtmlAttributes. Sets the HTML attributes. C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>から継承されます。
Public メソッドオーバーロードされます。 Configurates C1.Web.Mvc.Control.HtmlAttributes. Sets the HTML attributes. C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>から継承されます。
Public メソッドConfigurates C1.Web.Mvc.Component.Id. Sets the id of the control. C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>から継承されます。
Public メソッドConfigurates C1.Web.Mvc.Control.IsDisabled. Sets a value that determines whether the control is disabled. C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>から継承されます。
Public メソッドConfigurates C1.Web.Mvc.Popup.IsDraggable. Sets a value that determines whether the popup can be dragged with the mouse by its header.  
Public メソッドConfigurates C1.Web.Mvc.Popup.IsResizable. Sets a value that determines whether the popup can be resized by dragging its edges with the mouse.  
Public メソッドConfigurates C1.Web.Mvc.Popup.Modal. Sets a value that determines whether the Popup should be displayed as a modal dialog.  
Public メソッドConfigurates the C1.Web.Mvc.Popup.OnClientDragged client event. Sets the client function which occurs after the Popup has been dragged.  
Public メソッドConfigurates the C1.Web.Mvc.Popup.OnClientDragging client event. Sets the client function which occurs when the Popup is about to be dragged.  
Public メソッドConfigurates the C1.Web.Mvc.Control.OnClientGotFocus client event. Occurs when the control gets the focus. C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>から継承されます。
Public メソッドConfigurates the C1.Web.Mvc.Popup.OnClientHidden client event. Sets the client function which occurs after the Popup has been hidden.  
Public メソッドConfigurates the C1.Web.Mvc.Popup.OnClientHiding client event. Sets the client function which occurs before the Popup is hiding.  
Public メソッドConfigurates the C1.Web.Mvc.Control.OnClientLostFocus client event. Occurs when the control loses the focus. C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>から継承されます。
Public メソッドConfigurates the C1.Web.Mvc.Popup.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.  
Public メソッドConfigurates the C1.Web.Mvc.Popup.OnClientPositionChanging client event. Sets the client function which occurs while the user moves the Popup, between the Dragging and Dragged events.  
Public メソッドConfigurates the C1.Web.Mvc.Control.OnClientRefreshed client event. Occurs after the control has refreshed its contents. C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>から継承されます。
Public メソッドConfigurates the C1.Web.Mvc.Control.OnClientRefreshing client event. Occurs when the control is about to refresh its contents. C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>から継承されます。
Public メソッドConfigurates the C1.Web.Mvc.Popup.OnClientResized client event. Sets the client function which occurs after the Popup has been resized.  
Public メソッドConfigurates the C1.Web.Mvc.Popup.OnClientResizing client event. Sets the client function which occurs when the Popup is about to be resized.  
Public メソッドConfigurates the C1.Web.Mvc.Popup.OnClientShowing client event. Sets the client function which occurs before the Popup is showing.  
Public メソッドConfigurates the C1.Web.Mvc.Popup.OnClientShown client event. Sets the client function which occurs after the Popup has been shown.  
Public メソッドConfigurates the C1.Web.Mvc.Popup.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.  
Public メソッドConfigurates the C1.Web.Mvc.Popup.OnClientSizeChanging client event. Sets the client function which occurs while the user resizes the Popup, between the resizing and resized events.  
Public メソッドConfigurates C1.Web.Mvc.Popup.Owner. Sets the selector string to determine the element that own this popup.  
Public メソッドConfigurates C1.Web.Mvc.Popup.Position. Sets a value that determines where the popup should be displayed with respect to the owner element.  
Public メソッド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.  
Public メソッドConfigurates C1.Web.Mvc.Popup.ShowTrigger. Sets the actions that show the Popup.  
Public メソッドConfigurates C1.Web.Mvc.Control.TabOrder. Sets a value of the tabindex attribute associated with the control. C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>から継承されます。
Public メソッドConfigurates the C1.Web.Mvc.Control.TemplateBindings client event. Sets the collection of the template bindings. C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>から継承されます。
Public メソッドTransfer to the template mode. C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>から継承されます。
Public メソッドオーバーロードされます。 Sets the width of the control in pixel. C1.Web.Mvc.Fluent.ControlBuilder<Popup,PopupBuilder>から継承されます。
Public メソッドWriter the process result of current instance to the writer. C1.Web.Mvc.Fluent.ComponentBuilder<TControl,TBuilder>から継承されます。
トップ
参照

PopupBuilder クラス
C1.Web.Mvc.Fluent 名前空間