
Popconfirm bubble check box
Click on the element to pop up a bubble confirmation box.
The attributes of Popconfirm
are very similar to Popover
, so for repeated attributes, please refer to the attributes of Popover
documentation, which is not explained in detail in this document.
Demo
Is this a piece of content sure to delete?
Is this a piece of content sure to delete?
Is this a piece of content sure to delete?
Are you sure you want to delete a piece of content?
Change the text displayed in the confirmation popup by setting the Content
attribute
Demo
Are you sure you want to delete the data?
By setting the IsAsync
attribute, the data is submitted asynchronously when the confirm button is clicked
Demo
Are you sure you want to delete the data?
By setting the ButtonType
property value to ButtonType.Submit
, the confirmation button is clicked to perform asynchronous form data submission
Demo
By setting the IsLink
attribute the component uses the A
tag to render
Demo
Set the CssClass
custom component style
Demo
.custom-popover {
--bs-popover-border-color: var(--bs-primary);
--bs-popover-body-padding-x: 1rem;
--bs-popover-body-padding-y: 1rem;
}
Are you sure you want to delete the data?
Customize the content by setting the BodyTemplate
property
Demo
Attributes
Event
B station related video link
交流群