Version
Language

Tooltips

Introduction

abp-tooltip is the abp tag for tooltips.

Basic usage:

<abp-button abp-tooltip="Tooltip">
      Tooltip Default
</abp-button>

<abp-button abp-tooltip-top="Tooltip">
      Tooltip on top
</abp-button>

<abp-button abp-tooltip-right="Tooltip">
      Tooltip on right
</abp-button>

<abp-button abp-tooltip-bottom="Tooltip">
      Tooltip on bottom
</abp-button>

<abp-button disabled="true" abp-tooltip="Tooltip">
      Disabled button Tooltip
</abp-button>

Demo

See the tooltips demo page to see it in action.

Was this page helpful?
Please make a selection.
Thank you for your valuable feedback!

Please note that although we cannot respond to feedback, our team will use your comments to improve the experience.

In this document
Mastering ABP Framework Book
Mastering ABP Framework

This book will help you gain a complete understanding of the framework and modern web application development techniques.