版本
语言

Popovers

Introduction

abp-popover is the abp tag for popover messages.

Basic usage:

<abp-button abp-popover="Hi, i'm popover content!">
    Popover Default
</abp-button>

Demo

See the popovers demo page to see it in action.

Attributes

disabled

A value indicates if the element should be disabled for interaction. If this value is set to true, dismissable attribute will be ignored. Should be one of the following values:

  • false (default value)
  • true

dismissable

A value indicates to dismiss the popovers on the user's next click of a different element than the toggle element. Should be one of the following values:

  • false (default value)
  • true

hoverable

A value indicates if the popover content will be displayed on mouse hover. Should be one of the following values:

  • false (default value)
  • true
本页对您有帮助吗?
请进行选择。
感谢您的宝贵意见!

请注意,虽然我们无法回复反馈意见,但我们的团队会根据您的意见改进体验。

在本文档中
Mastering ABP Framework Book
掌握 ABP 框架

本书将帮助你全面了解框架和现代Web应用程序开发技术。