Popconfirm
Un cuadro de diálogo de confirmación simple de una acción.
Placement
popconfirm has 9 placements.
Use attribute title
to set the display content when click the reference element. The attribute placement
determines the position of the popconfirm. Its value is [orientation]-[alignment]
with four orientations top
, left
, right
, bottom
and three alignments start
, end
, null
, and the default alignment is null. Take placement="left-end"
for example, popconfirm will display on the left of the element which you are hovering and the bottom of the popconfirm aligns with the bottom of the element.
Uso básico
Popconfirm es similar a Popover. Así que para algunos atributos duplicados, por favor consulte la documentación de Popover.
Solo el atributo title
está disponible en Popconfirm, content
será ignorado.
Personalizar
Puede personalizar Popconfirm así:
Evento disparador
Haga clic en el botón para activar el evento
API
Atributos
Nombre | Descripción | Tipo | Por defecto |
---|---|---|---|
title | Título | string | — |
confirm-button-text | Texto del botón de confirmar | string | — |
cancel-button-text | Texto del botón de cancelar | string | — |
confirm-button-type | Tipo de botón para confirmar | enum | primary |
cancel-button-type | Tipo de botón para cancelar | enum | text |
icon | Componente de icono | string / Component | QuestionFilled |
icon-color | Color del icono | string | #f90 |
hide-icon | si se oculta el icono | boolean | false |
hide-after | retraso de la desaparición, en milisegundos | number | 200 |
teleported | si el popconfirm se teletransporta al body | boolean | true |
persistent | cuando el popconfirm este inactivo y persistent es false , el popconfirm será destruido | boolean | false |
width | popconfirm ancho, ancho mínimo 150px | string / number | 150 |
Eventos
Nombre | Descripción | Tipo |
---|---|---|
confirm | se dispara cuando se hace clic en el botón confirmar | Function |
cancel | activa cuando se hace clic en el botón cancelar | Function |
Slots
Nombre | Descripción | Type |
---|---|---|
reference | Elemento HTML que activa Popconfirm | — |
actions 2.8.1 | content of the Popconfirm footer | object |
Fuente
Componentes • Style • Documentación