UserPopup
Wisej.Web.UserPopup
Last updated
Wisej.Web.UserPopup
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides an popup container that can be attached to other controls.
Initializes a new instance of the UserPopup control.
Initializes a new instance of the UserPopup control.
Name | Type | Description |
---|
Closes the UserPopup.
Shows the UserPopup in relation to the specified opener .
Throws:
Shows the UserPopup at the specified screen coordinates.
Shows the UserPopup at the specified screen location.
Asynchronously displays the UserPopup in relation to the specified opener .
Throws:
Asynchronously displays the UserPopup at the specified screen coordinates.
Asynchronously displays the UserPopup at the specified screen location.
: Returns or sets the alignment side and position of the popup. The actual location depends on the placement methods defined by the and properties. (Default: BottomLeft
)
: Determines whether the popup will close automatically when the user clicks outside of the control. (Default: True
)
: Returns or sets the background color for the control.
: Returns or sets the offset in pixels from the calculated position of the popup.
: Returns the opener . It may be null if the popup was shown without specifying an opener.
: Returns or sets the method used to calculate the position of the popup according to the value of the property. (Default: KeepAlign
)
: Returns or sets the method used to calculate the position of the popup according to the value of the property. (Default: KeepAlign
)
: Returns or sets whether the user can give the focus to this control using the TAB key and the property is set to true. (Default: True
)
: Returns or sets whether the control and all its child controls are displayed.
Parameter | Type | Description |
---|
opener is null.
opener is the same .
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Returns: .
opener is null.
opener is the same .
Parameter | Type | Description |
---|
Returns: .
Parameter | Type | Description |
---|
Returns: .
Fired when the UserPopup control is closed.
Name | Description |
---|
opener |
x | The horizontal position in pixels, relative to the screen. |
y | The vertical position in pixels, relative to the screen. |
location | The location in pixels, relative to the screen. |
opener |
x | The horizontal position in pixels, relative to the screen. |
y | The vertical position in pixels, relative to the screen. |
location | The location in pixels, relative to the screen. |
Bindable components implement this interface. |
Provides the functionality for a control to act as a parent for other controls. |
Controls that support drag & drop operations implement this interface. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
container |
The that this UserPopup is bound to. It can be any component that is visually displayed on the client side, including , , , , .
onclose
Optional async handler for the close event; called when the popup panel disappears. It's the equivalent of handling the
onclose
Optional async handler for the close event; called when the popup panel disappears. It's the equivalent of handling the
onclose
Optional async handler for the close event; called when the popup panel disappears. It's the equivalent of handling the
The that this UserPopup is bound to. It can be any component that is visually displayed on the client side, including , , , , .
All wisej controls derived from the class must implement this interface.
A that represents the container for the popup control.